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

Engineering: Simplify adding data step in Wizard #3743

Closed
lucasrodes opened this issue Dec 18, 2024 · 1 comment
Closed

Engineering: Simplify adding data step in Wizard #3743

lucasrodes opened this issue Dec 18, 2024 · 1 comment
Assignees

Comments

@lucasrodes
Copy link
Member

Currently, we have several pages to add data steps into Wizard: Express, Meadow, Garden, Grapher.

This can be confusing at times, and can add some extra maintenance.

We could make a simpler app page, which condenses all these options into one:

data-step.mov
@lucasrodes lucasrodes self-assigned this Dec 18, 2024
@lucasrodes
Copy link
Member Author

Implemented in #3718 and #3726.

Highlights

  • We now have a single app where one can choose to create Meadow, Garden and/or Grapher steps.
  • The UX has been made more compact by arranging widgets in rows.
  • Snapshot selection is smarter. It allows you now to pick multiple snapshot, not necessarily with the same short_name. IT only accepts existing snapshots.
  • The instructions a posterior are shown in a cleaner way.
  • Migrated codebase concerning old app pages (meadow, garden, grapher, express) to module etl_steps_old, which is ready to be deprecated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant