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

Scenario viewer - Possibility to add/delete/rename sequences in scenarios #292

Closed
FlorianJacta opened this issue Sep 12, 2023 · 3 comments · Fixed by #814
Closed

Scenario viewer - Possibility to add/delete/rename sequences in scenarios #292

FlorianJacta opened this issue Sep 12, 2023 · 3 comments · Fixed by #814
Assignees
Labels
Core Related to Taipy Core 📄 Documentation Internal or public documentation 🖰 GUI Related to GUI 📈 Improvement Improvement of a feature. 🟧 Priority: High Must be addressed as soon 📝Release Notes Impacts the Release Notes 🔒 Staff only Can only be assigned to the Taipy R&D team
Milestone

Comments

@FlorianJacta
Copy link
Member

FlorianJacta commented Sep 12, 2023

New feature

Sequences can be added and deleted at runtime. The goal would be to allow users to create sequences through the Scenario viewer.

@FabienLelaquais FabienLelaquais changed the title Scenario viewer - Possibility to add/delete sequences to scenarios Scenario viewer - Possibility to add/delete/rename sequences to scenarios Sep 25, 2023
@FabienLelaquais FabienLelaquais changed the title Scenario viewer - Possibility to add/delete/rename sequences to scenarios Scenario viewer - Possibility to add/delete/rename sequences in scenarios Sep 25, 2023
@jrobinAV jrobinAV added 🟧 Priority: High Must be addressed as soon Core Related to Taipy Core 📄 Documentation Internal or public documentation 📈 Improvement Improvement of a feature. 📝Release Notes Impacts the Release Notes 🔒 Staff only Can only be assigned to the Taipy R&D team 🖰 GUI Related to GUI labels Sep 25, 2023
@FredLL-Avaiga
Copy link
Member

We need to design the UI for this:

  • add/delete/rename sequence
  • add/remove tasks to sequences

@JaufreyTpy

@trgiangdo trgiangdo added this to the Community 3.1 milestone Dec 4, 2023
@jrobinAV
Copy link
Member

Image

@jrobinAV
Copy link
Member

jrobinAV commented Jan 30, 2024

  • The add sequence feature must be associated with the Sequences title.
  • The edit, delete, and submit sequence features are associated with each existing sequence. (3 icons per line) Which order?
  • The edit button triggers the display of a create/edit dialog. Users can (re)name the sequence and/or select the tasks in a list. When applying the form, Taipy should raise an error if the sequence is invalid. The error should be displayed to the user. The dialog should remain open in case of an error.
  • The add button triggers the display of the create/edit dialog.
  • The submit button triggers the submission of the sequence.
  • The delete button triggers the sequence deletion after a user confirmation.
    @AAstridVH

@FredLL-Avaiga FredLL-Avaiga self-assigned this Jan 30, 2024
FredLL-Avaiga pushed a commit that referenced this issue Feb 9, 2024
resolves #292
FredLL-Avaiga added a commit that referenced this issue Feb 13, 2024
* crud sequence
resolves #292

* check name unicity

* use new core api rename_sequence

* do not use sequence id

---------

Co-authored-by: Fred Lefévère-Laoide <Fred.Lefevere-Laoide@Taipy.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Related to Taipy Core 📄 Documentation Internal or public documentation 🖰 GUI Related to GUI 📈 Improvement Improvement of a feature. 🟧 Priority: High Must be addressed as soon 📝Release Notes Impacts the Release Notes 🔒 Staff only Can only be assigned to the Taipy R&D team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants