-
Notifications
You must be signed in to change notification settings - Fork 1
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(summary): Add Task Owner Report endpoints #711
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
Jonathanio123
force-pushed
the
feat/summary/task-owner-report
branch
from
October 22, 2024 14:16
18e54a9
to
4ded630
Compare
Jonathanio123
changed the title
Feat/summary/task owner report
feat(summar): Add Task Owner Report endpoints
Oct 23, 2024
Jonathanio123
changed the title
feat(summar): Add Task Owner Report endpoints
feat(summary): Add Task Owner Report endpoints
Oct 23, 2024
12 tasks
larfeq
approved these changes
Nov 1, 2024
Jonathanio123
added a commit
that referenced
this pull request
Nov 6, 2024
- [x] New feature - [ ] Bug fix - [ ] High impact **Description of work:** <!--- Please give a description of the work ---> [AB#57449](https://statoil-proview.visualstudio.com/787035c2-8cf2-4d73-a83e-bb0e6d937eec/_workitems/edit/57449) Similar to the resource owners sync function, this retrieves recipients (admins and project director) and project data from org api. Then stores it in the Summary api and sends it to the queue to be processed by a worker. - Only projects that are active are synced - Only projects that have an active project director or have any direct admins will be synced. **Testing:** - [x] Can be tested - [ ] Automatic tests created / updated - [x] Local tests are passing <!--- Please give a description of how this can be tested ---> I've ran this locally and in azure pr env against this other PR env: #711 Will run infra pipeline to create pr/ci/fqa queues and az funcs when this has been code reviewed. Done! **Checklist:** - [x] Considered automated tests - [x] Considered updating specification / documentation - [x] Considered work items - [x] Considered security - [x] Performed developer testing - [x] Checklist finalized / ready for review <!--- Other comments --->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 of work:
AB#57125
Code is quite simple, but there is a lot of boilerplate code that needs to be written
Testing:
Written simple tests. Api does nothing by itself and a larger test will be conducted once azure functions are up and running
Checklist: