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

Improve multi-user experience for workflow application #198

Closed
davidmezzetti opened this issue Jan 17, 2022 · 0 comments
Closed

Improve multi-user experience for workflow application #198

davidmezzetti opened this issue Jan 17, 2022 · 0 comments
Assignees
Milestone

Comments

@davidmezzetti
Copy link
Member

Currently, the workflow application is cumbersome and really only designed for a single user. When multiple users interact with the application, there are a number of inefficiencies that should be fixed:

  • Change st.cache to the active workflow vs the application. Workflows should be able to be shared between users and not reinitialized for each user.
  • Store data and query as state variables
  • Set keys on input fields to prevent duplicate key errors
  • Use an st.form for workflow parameters, only submit once user clicks build vs on each field change.

The application is currently allowing 1 active workflow but that can easily be changed with the tradeoff of higher memory usage.

@davidmezzetti davidmezzetti added this to the v4.1.0 milestone Jan 17, 2022
@davidmezzetti davidmezzetti self-assigned this Jan 17, 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
Development

No branches or pull requests

1 participant