-
Notifications
You must be signed in to change notification settings - Fork 11
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
Semesters singleton migration #723
Conversation
[diff-counting] Significant lines: 66. |
Visit the preview URL for this PR (updated for commit 57d3276): https://cornelldti-courseplan-dev--pr723-semesters-singleton-vtj336ie.web.app (expires Tue, 04 Apr 2023 00:03:41 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 6d4e0437c4559ed895272bbd63991394f1e0e933 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job, this looks pretty good! In this PR can you also start reading from plans, if the field exists?
Could you also
- flesh out the TODO steps
- include some sample commands in the PR description
@zachary0kent what's the status of this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I ran the migration script on my dev account and everything works as expected.
done |
Summary
Begins the migration script to move semesters to a list of semesters by writing to a new field called plans that has a list of a list of semesters for each user.
Remaining TODOs:
Test Plan