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

Step/subStep support #40

Open
Tracked by #31
LefterisXris opened this issue May 25, 2022 · 0 comments
Open
Tracked by #31

Step/subStep support #40

LefterisXris opened this issue May 25, 2022 · 0 comments
Assignees
Labels
feature New feature or enhancement request implementation Needs planning and work UX

Comments

@LefterisXris
Copy link
Owner

LefterisXris commented May 25, 2022

Steps' structure should not be strict. e.g. A step should act like a tour if there are some sub-steps below it.
This requires Structural changes.

Example Tree rendered Structure:

.
├── 1st Step Group - Controller/
│   ├── Controller Step 1/
│   │   ├── Controller Step 1.1
│   │   └── Controller Step 1.2
│   ├── Controller Step 2
│   └── Controller Step 3
├── 2nd Step Group - Service/
│   ├── Service Step 1
│   ├── Service Step 2
│   └── Service Step 3/
│       └── Service Step 3.1
└── 3rd Step Group - DB/
    ├── DB Step 1
    ├── DB Step 2/
    │   ├── DB Step 2.1/
    │   │   └── DB Step 2.1.1
    │   └── DB Step 2.2
    └── DB Step 3
@LefterisXris LefterisXris mentioned this issue May 25, 2022
20 tasks
@LefterisXris LefterisXris added the implementation Needs planning and work label May 25, 2022
@LefterisXris LefterisXris added this to the Plugin MVP milestone May 31, 2022
@LefterisXris LefterisXris self-assigned this May 31, 2022
@LefterisXris LefterisXris added feature New feature or enhancement request UX labels Nov 18, 2023
@github-project-automation github-project-automation bot moved this to Sprint in Plugin Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement request implementation Needs planning and work UX
Projects
Status: Sprint
Development

No branches or pull requests

1 participant