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

Select infrastructure by edition tool #1986

Closed
2 of 17 tasks
jacomyal opened this issue Sep 29, 2022 · 0 comments · Fixed by #2069
Closed
2 of 17 tasks

Select infrastructure by edition tool #1986

jacomyal opened this issue Sep 29, 2022 · 0 comments · Fixed by #2069
Assignees

Comments

@jacomyal
Copy link
Contributor

jacomyal commented Sep 29, 2022

User

Study officer

Description

Select the infrastructure from edition module

Goal

to work on it

Acceptance criteria

  • The user could have acces to the list of available infrastructures by the edition tool
  • The user can change the infrastructure to be edited by the edition tool

Definition of ready

  • The user story is well defined
  • Acceptance criterias are defined
  • The individual responsible for validating the user story is assigned
  • The team should understand how to demonstrate the features
  • Does not depend on an missing feature
  • Negociable with the implementation team
  • Valuable to the end users
  • Estimable by the implementation team
  • As small as it can be
  • Testable by the implementation team

Definition of done

  • Acceptance criteria are met
  • Automated tests are written against acceptance criteria
  • Project deployed to the testing environment
  • Story ok-ed by Product Owner
  • Documentation updated
@jacomyal jacomyal self-assigned this Sep 29, 2022
jacomyal added a commit that referenced this issue Oct 11, 2022
This commit fixes #1986.

Details:
- Adds a button in the right of the map that opens a modal where the
user can select which infra to edit
- Also removes viewport data from URLs in editor, since they caused more
trouble than they solved issues
jacomyal added a commit that referenced this issue Oct 12, 2022
This commit is related to #1986. It fixes an issue raised by @sim51 in a
comment to PR #2069:

> When I have a selection and I switch to an other infrastructure, the
selection is still there with the data of the previous infra

Details:
- Groups activeTool and toolState in a single useState call in
Editor.tsx internal logic, to prevent some invalid app state
- Adds a new `reset` editor action to reset editor state (except for
schema, that never changed for now)
- Flushes editor and tool state (and active tool, actually) when the
infra changes
sim51 pushed a commit that referenced this issue Oct 12, 2022
This commit fixes #1986.

Details:
- Adds a button in the right of the map that opens a modal where the
user can select which infra to edit
- Also removes viewport data from URLs in editor, since they caused more
trouble than they solved issues
sim51 pushed a commit that referenced this issue Oct 12, 2022
This commit is related to #1986. It fixes an issue raised by @sim51 in a
comment to PR #2069:

> When I have a selection and I switch to an other infrastructure, the
selection is still there with the data of the previous infra

Details:
- Groups activeTool and toolState in a single useState call in
Editor.tsx internal logic, to prevent some invalid app state
- Adds a new `reset` editor action to reset editor state (except for
schema, that never changed for now)
- Flushes editor and tool state (and active tool, actually) when the
infra changes
@jacomyal jacomyal reopened this Oct 14, 2022
@bgiuliana bgiuliana changed the title Je peux choisir l'infra depuis l'éditeur Select infrastructure by edition tool Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants