Skip to content
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

Optimize operations endpoints #2781

Open
6 tasks
BCerki opened this issue Feb 3, 2025 · 0 comments
Open
6 tasks

Optimize operations endpoints #2781

BCerki opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@BCerki
Copy link
Contributor

BCerki commented Feb 3, 2025

Describe the task

Optimize operations endpoints as needed (see profiling results in Endpoint profiling.ods):

  • 200 GET | /api/registration/operations
  • 200 POST | /api/registration/operations
  • 200 PUT | /api/registration/operations/002d5a9e-32a6-4191-938c-2c02bfec592d
  • 200 GET | /api/registration/operations/002d5a9e-32a6-4191-938c-2c02bfec592d/facilities
  • 200 GET | /api/registration/operations/002d5a9e-32a6-4191-938c-2c02bfec592d/with-documents
  • 200 GET | /api/registration/operations/02a3ab84-26c6-4a79-bf89-72f877ceef8e/operation-representatives
  • 200 PUT | /api/registration/operations/02a3ab84-26c6-4a79-bf89-72f877ceef8e/registration/new-entrant-application
  • 200 PUT | /api/registration/operations/02a3ab84-26c6-4a79-bf89-72f877ceef8e/registration/operation-representative
  • 200 GET | /api/registration/operations/556ceeb0-7e24-4d89-b639-61f625f82084/registration/operation
  • 200 POST | /api/registration/operations/556ceeb0-7e24-4d89-b639-61f625f82084/registration/operation-representative
  • 200 GET | /api/registration/operations/current
  • 200 PATCH | /api/registration/operations/df62d793-8cfe-4272-a93e-ea9c9139ff82/boro-id
  • 200 GET | /api/registration/operations/df62d793-8cfe-4272-a93e-ea9c9139ff82/registration/opted-in-operation-detail
  • 200 PATCH | /api/registration/operations/df62d793-8cfe-4272-a93e-ea9c9139ff82/registration/submission
  • 200 PATCH | /api/registration/operations/e1300fd7-2dee-47d1-b655-2ad3fd10f052/bcghg-id
  • 200 GET | /api/registration/operations/registration-purposes

Acceptance Criteria

  • first
  • second
  • third

Definition of Done

  • first
  • second
  • third

Additional context

  • Add any other context about the task here.
  • Or here
@BCerki BCerki added the Task label Feb 3, 2025
@BCerki BCerki self-assigned this Feb 3, 2025
@BCerki BCerki added this to the API milestone Feb 3, 2025
@BCerki BCerki changed the title Optimize creating and updating an operation endpoints Optimize operations endpoints Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant