Skip to content

Monitor to use rest-v2/manager for front-end Manager info #5882

@kevinrr888

Description

@kevinrr888

Is your feature request related to a problem? Please describe.
There currently exists an unused endpoint rest-v2/manager containing JSON data about the Manager. The endpoint currently used by the front-end for Manager data is rest/manager.

Describe the solution you'd like

  • Modify the front-end to expect and use the rest-v2/manager endpoint instead of rest/manager. This will involve changing the homepage table that is displayed for the Manager as well as the Manager page.
  • Delete the old rest/manager endpoint

Describe alternatives you've considered
Could continue to use rest/manager endpoint and delete the rest-v2/manager endpoint, but it seems the switch to the rest-v2/manager was intended but just never complete.

Additional context
#5873 fixed an issue where the front-end was using the data at the rest-v2/manager endpoint, but the front-end had yet to be changed to support this. That PR switched back to using rest/manager for the time being, until the front-end is changed to support v2.

Metadata

Metadata

Assignees

Labels

enhancementThis issue describes a new feature, improvement, or optimization.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions