uiowaSEP2024 / 002_ImagePro

Image processing backend
1 stars 0 forks source link

86 implement update step #104

Closed zmorris248 closed 6 months ago

zmorris248 commented 6 months ago

Overview

This pull request is finishing the update_step functionality for the trackerapi so that when our orthanc data logger agent is processing a job, it can update the steps in the backend as they get completed.

Implementation

Testing

Unit tests for the router and database were written in the backend in backend/app/tests/routers/test_events.py Unit tests for the api were written in trackerapi/tests/test_api.py Manual tests were run to ensure it is displayed on the front end. See screenshots below

Problems Faced

Notes

There is a lot of comments and naming refactorization that will need to occur in the backend and trackerapi. This will be a new issue.

Screenshot 2024-02-22 at 4 09 05 PM

Checks off #86

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud