Skip to content

Commit

Permalink
Added feedback to examples/thoughts README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Jul 13, 2021
1 parent a37600a commit 5606cc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.dir-locals.el
.dir-locals.el
# Local Netlify folder
.netlify
2 changes: 2 additions & 0 deletions examples/thoughts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Here I write down how I felt while developing this app, so we can use this feedb
- Handling errors in React and fetching data -> boring, also not sure how to do it.
- I forgot to run `wasp db migrate-dev` after I switched db.system to PostgreSQL, and it took me some time to figure out why it is still using SQLite.
- I got a message from Prisma that I should remove my migrations directory. It can be confusing for the newcomers as to what really needs to be done.
- When I came back after some time, I forgot: how to run the database, what is the name of the heroku app. I luckily had command for running the database in the terminal history, and for deploying I opened the wasp docs and followed instructions.
- When deploying after making changes to schema that require data migration (adding required fields to entities), I deleted the whole database on Heroku. If I actually had to do a data migration, I am not sure how I would have done it though, so that is a very important question and something we need to figure out.

0 comments on commit 5606cc3

Please sign in to comment.