Closed berry1104 closed 6 months ago
other changes
ER_diagram.md
for the databse entity relationship diagram( for now, only two tables: users and games)DEVELOPMENT_GUIDE.md
to record how to set up enviroment in detailsLooks good! The instructions for the database initialisation are a bit incorrect since if the migrations file already exists the process to initialise the database is: flask db migrate
-> flask db upgrade
. The init
function doesn't have to be run again by any user pulling the repository.
I'm also considering that individuals should be able to use the world map game without logging in, just their performance data won't be saved or tracked.
I updated the .gitignore file to not push the database in 346770c.
thanks for the reviews, i will make these changes:
flask db init
step
add new features: