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

Add infrastructure for stage states #115

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

Carifio24
Copy link
Member

As the app stages are more independent in the Solara version of the app than they were in the voila version, it makes more sense to store stage states separately from one another. This PR adds the basic infrastructure for getting and creating/updating stage states. The unique key for the stage states table is (student ID, story name, stage name). I've decided to go with a stage "name" rather than using the stage index - while the stage indices for the Hubble story are pretty well set at this point, future stories will obviously be more fluid as they get developed, so it will make things easier if we don't use the ordering as our key here.

@Carifio24 Carifio24 merged commit b4e349a into cosmicds:main Jun 14, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant