If the task will only make sense to a dev, add a :zap: to the title.
Presently the API Doc has to create the list of user definitions, and this makes the api-doc grant codes all at once which is a massive packet. We need to split the User-specific codes into a separate endpoint so we can bake the less-changing codes into the application.
Value Add
Baking API-spec into the app reduces one of the performance bottlenecks in the application both frontend and backend
Acceptance Criteria
[ ] Bake API-spec to application
[ ] Create endpoint to fetch user-specific codes
[ ] Create RJSF Widgets to handle the logic moved from the user specific codes
Describe the task
Presently the API Doc has to create the list of user definitions, and this makes the api-doc grant codes all at once which is a massive packet. We need to split the User-specific codes into a separate endpoint so we can bake the less-changing codes into the application.
Value Add
Acceptance Criteria
Additional Context
-