Closed adrienneli104 closed 12 months ago
Code Climate has analyzed commit ae0cbc17 and detected 34 issues on this pull request.
Here's the issue category breakdown:
Category | Count |
---|---|
Complexity | 2 |
Duplication | 2 |
Style | 24 |
Bug Risk | 6 |
Note: there are 2 critical issues.
View more on Code Climate.
Hey I saw your suggestions and updated the code! Is there anything else to modify?
@all-contributors please add @adrienneli104 for code, design, ux
@brylie
I've put up a pull request to add @adrienneli104! :tada:
Resolves https://github.com/GeriLife/caregiving/issues/44
Closes https://github.com/GeriLife/caregiving/issues/43
What:
Why: The current Activity data model, while robust, presents challenges in generating charts and reports due to its complex relationships, particularly the ManyToMany relationship between Residents and Activities. To streamline data aggregation and improve performance, I created a new Django application, metrics, featuring a more efficient data model. The visualization provides a clear overview of each resident's participation in different activities, enhancing the understanding of individual engagement patterns.
How:
Testing: Tests are found in metrics/test.py and can be run with
/manage.py test metrics.tests