Here we are tracking the previous and upcoming changes (roadmap), pull request this file or open an issue if you have any suggestions for the next version of the boilerplate.
- Changed the main branch from
master
tomain
and updated all the docs and files to avoid bugs.
- Added tutorial on how to reset the migrations.
- Added video explanation of the boilerplate
- Added Flask Admin to easy manage the database without any extra code code and automatic CRUD operations for all models.
- Added debuging functionality
- Removed eralchemy from the Pipfile because its compatibility with Apply and PC computers its not clear. There is now way to create a database diagra.png anymore.
- Added this changelog file to keep track of changes on the boilerplate.
- Added documentation for data validations
- Added documentation for SQL Alchemy operations.
- Update documentation with more examples