-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/backend/deep user based analytics #350
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… time as parameter
…to return a list of results
…age arrival times by weekday
…nteeismRates functions for analytics
…update related code
… and in office rate
waveyboym
added
type: documentation
Improvements or additions to documentation
type: feature
A new feature
type: testing
This affects one or more tests
For: api
This is mainly for the api
For: backend
This is mainly for the backend code
priority: medium
This does/did not need to be addressed soon but should have plans in place to be addressed
effort: 8
This may require/required a week of work at minimum
For: deployment
This will affect our deployed system
labels
Sep 3, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #350 +/- ##
===========================================
+ Coverage 89.07% 90.28% +1.21%
===========================================
Files 53 10 -43
Lines 3166 2100 -1066
Branches 84 0 -84
===========================================
- Hits 2820 1896 -924
+ Misses 263 160 -103
+ Partials 83 44 -39 ☔ View full report in Codecov by Sentry. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort: 8
This may require/required a week of work at minimum
For: api
This is mainly for the api
For: backend
This is mainly for the backend code
For: deployment
This will affect our deployed system
priority: medium
This does/did not need to be addressed soon but should have plans in place to be addressed
type: documentation
Improvements or additions to documentation
type: feature
A new feature
type: testing
This affects one or more tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pr aims to introduce analytics endpoints to the system. These will allow a user to make queries with time ranges for various things about a specific worker or all the workers in the office space. We have thus introduced these features in this pr:
We also added another final endpoint which just allows a user to toggle their onsite status between on site and off site at any time of the day(between office hours) and lastly to toggle their status not once but literally an infinite amount of times in a day(so long as it is between office hours).
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: