-
Notifications
You must be signed in to change notification settings - Fork 905
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
Design full Project Creation CLI Flow #2506
Comments
Another requirement from @NeroOkwa: "Making sure Kedro-Viz is discoverable at CLI creation". |
Design considerationsWe will work on the assumption that the user will be able to create a project template in the following ways:
These assumptions mean that we should:
What's out of scope for V1?
What does the project creation wizard look like?The user should:
What do the project creation CLI flags look like?We need to create new ones for the project name ( So it could be something like:
Questions for our usersWhat happens if you don't provide a CLI flag, for:
For example: If you ran Additional questions for usHow do you enter default when there are multiple options, e.g. the add-ons workflow? |
Following the internal user feedback session on 13/09/2023: We presented the following prototype
We received feedback on the following points: (❓flagged for further discussion)
|
Closed as initial design is now 'complete' and follow up work is tracked in #3054 |
Parent Issue: #2388
Description
Design the full revamped Project Creation CLI flow which includes:
kedro new
CLI command #2850)Context
kedro new
CLI command #2850 Contains the design for the add-ons selectionThe text was updated successfully, but these errors were encountered: