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

UpgradeActions: Explore / define how to determine the upgrade action needed for each item #145

Open
azriel91 opened this issue Jun 27, 2023 · 0 comments

Comments

@azriel91
Copy link
Owner

Enables development / collaboration / seamless execution by defining the data model, rules, and workflow.

Need to answer:

  • How can the framework tell if a value is changed? (easy, PartialEq)
  • How can the framework tell if a data type is modified? (medium, enum discriminant PartialEq?)
  • How can the framework tell if a flow item is modified? (hard, store item version?)
  • How can the framework tell if a flow item is added / removed? (medium, item ID? restrict developer from reusing ID with different type)
  • How does the developer define their data types -- Params, State, StateDiff?
  • How does the developer define flow versions?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant