Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plans): add plans explorer and viewer #193

Merged
merged 25 commits into from Aug 30, 2021

Conversation

hbollon
Copy link
Member

@hbollon hbollon commented Aug 4, 2021

In this PR I also:

  • fix logger issue with Gorm (missing trace in logs)
  • fix state view which don't re-render on lineage change using quick access
  • others minor front-end fixes & improvements (check commit history for more details)

The commit history is polluted by vuejs migration stuff since I begin this PR before the one for vuejs was merged. It has no impact at all since I rebased this branch on master but be sure to squash and rebase to keep history clear.
Commits belonging to this PR begin at #fb7b7c2

Preview:
Capture d’écran de 2021-08-04 15-33-57
Capture d’écran de 2021-08-04 15-33-30
Capture d’écran de 2021-08-04 15-33-40
Capture d’écran de 2021-08-04 15-33-48
Capture d’écran de 2021-08-04 15-33-19
Capture d’écran de 2021-08-04 15-33-04

@coveralls
Copy link

coveralls commented Aug 4, 2021

Coverage Status

Coverage decreased (-0.08%) to 57.352% when pulling f0ae54b on hbollon:plan-views into bf240e3 on camptocamp:master.

* add lock checking on every state in the overview list with display
* router enhancements
* others fixes / improvements
* feat(api): return pagination informations on GET /api/plans
* feat(api): make lineage field optional on GET /api/plans to be able to get all plans
feat(plans): view on lineage one to consult plan's informations
fix(plans): format date on PlansExplorer view
refactor(vuejs): simplify panel component selection on State view
add key on router-view with refresh event to trigger re-render
fix(plans): pagination issues on PlanExplorer
refactor(types): rawJson is now json string directly and no longuer Go map
fix(vuejs): plan component reloading issue
+ delete old HelloWorld.vue component
+ remove unnecessary console.log
feat(frontend): use UTC fomat for plan's date
fix(frontend): remove localhost URLs
feat(frontend): separate state and plan views and updated router
@hbollon
Copy link
Member Author

hbollon commented Aug 27, 2021

Now looking like this:

  • lineage listing view (/lineage/:lineage):
    Capture d’écran de 2021-08-27 15-22-16

  • plan view (/lineage/:lineage/plans):
    Capture d’écran de 2021-08-27 15-22-46

  • state view (/lineage/:lineage/states):
    Capture d’écran de 2021-08-27 15-22-58

@raphink raphink merged commit 35d73c0 into camptocamp:master Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants