Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-15 | Linting: Fix linting errors. | Frederick Muriuki Muriithi | |
2022-08-31 | Check connections outside app factory | Frederick Muriuki Muriithi | |
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. | |||
2022-04-26 | Fix issues caught processing the jobs | Frederick Muriuki Muriithi | |
* Create and push the application context for the worker functions * Fix the update of meta fields | |||
2022-04-20 | Add scaffolding for web app | Frederick Muriuki Muriithi | |
Add a basic scaffolding for the web interface to the quality-control application. |