We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update Glider DAC to use the application factory pattern: https://flask.palletsprojects.com/en/2.2.x/patterns/appfactories/ This makes testing and refactoring the application much easier.
Move away from MongoDB and BerkeleyDB to a relational database by using SQLAlchemy.
These are already well underway on this branch: https://github.com/benjwadams/glider-dac/tree/application_factory_fixes_rebase
The text was updated successfully, but these errors were encountered:
Will discuss to determine if this fits within new BIL
Sorry, something went wrong.
Priority after hurricane season- upgrade slated to take place and resolve this
benjwadams
No branches or pull requests
Update Glider DAC to use the application factory pattern: https://flask.palletsprojects.com/en/2.2.x/patterns/appfactories/
This makes testing and refactoring the application much easier.
Move away from MongoDB and BerkeleyDB to a relational database by using SQLAlchemy.
These are already well underway on this branch:
https://github.com/benjwadams/glider-dac/tree/application_factory_fixes_rebase
The text was updated successfully, but these errors were encountered: