Age | Commit message (Expand) | Author |
2023-11-15 | Linting: Fix linting errors. | Frederick Muriuki Muriithi |
2022-08-31 | Check connections outside app factory...Check the connections in the wsgi.py file, outside of the `create_app`
application factory to avoid issues with tests failing due to test app
not initialising because of missing connections in the test
environment.
| Frederick Muriuki Muriithi |
2022-04-26 | Fix issues caught processing the jobs...* Create and push the application context for the worker functions
* Fix the update of meta fields
| Frederick Muriuki Muriithi |
2022-04-20 | Add scaffolding for web app...Add a basic scaffolding for the web interface to the quality-control
application.
| Frederick Muriuki Muriithi |