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

Review of advanced forms chapter #334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seddonym
Copy link
Collaborator

@seddonym seddonym commented Dec 19, 2024

Looking good. A few small issues that I noticed though.

A general point: I feel like just because we're doing TDD doesn't mean we can't occasionally start up the application and use it to figure out what's happening. It feels like a long time since we've done that!

@seddonym seddonym requested a review from hjwp December 19, 2024 14:37
@seddonym seddonym marked this pull request as ready for review December 19, 2024 14:37
@@ -385,6 +400,8 @@ We can do this because the database on our laptop is only used for dev, so the d
In <<chapter_18_second_deploy>>, we'll deploy our new code to production,
and discuss what to do if we run into migrations and data integrity issues at that point.

// DAVID: Shall we get them to run migrations again, since they deleted the database?
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update - we definitely should do this because otherwise when they try to start up the application in a subsequent chapter, it won't work.

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