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

Refactor Backend to Use App Factories #9

Open
zapplecat opened this issue Nov 4, 2020 · 0 comments
Open

Refactor Backend to Use App Factories #9

zapplecat opened this issue Nov 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@zapplecat
Copy link
Contributor

Currently the app is a flat factory in __init__. We should follow flask recommended practice here.

We may want another entry point to launching the app other than the manager.py since it's not officially supported, and it increases the complexity of testing the application.

@zapplecat zapplecat added the enhancement New feature or request label Nov 4, 2020
@zapplecat zapplecat added this to To do in Backend via automation Nov 4, 2020
@zapplecat zapplecat self-assigned this Nov 4, 2020
@zapplecat zapplecat moved this from To do to In progress in Backend Nov 4, 2020
DuongTyler pushed a commit that referenced this issue Jun 17, 2021
changed url for info button.  commit should now be signed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Backend
In progress
Development

No branches or pull requests

1 participant