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

feat: Add start date to plan week #18

Merged
merged 6 commits into from Mar 19, 2021
Merged

Conversation

pepopowitz
Copy link
Owner

I haven't yet been showing actual dates on a plan; this PR adds them.

image

Follow the trail of commits to see the places I'm updating in redwood. I worked from back-end toward front.

Note: The db migration is broken into two steps - 1. add the new column, then 2. make it required. I did this so that I could manually update rows locally in between the two steps, and wouldn't have to worry about either (a) the migration failing because I had existing data without values in that column, or (b) setting a default value for the column, which I can't reasonably predict.

@pepopowitz pepopowitz merged commit a0919a2 into main Mar 19, 2021
@pepopowitz pepopowitz deleted the add-start-date-to-plan-week branch March 19, 2021 03:17
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.

None yet

1 participant