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

[newPlatform] [browserSide] [Migration with AngularJS] Adapt reporting to the new backend endpoints #2700

Closed
2 tasks done
Desvelao opened this issue Dec 17, 2020 · 0 comments
Assignees

Comments

@Desvelao
Copy link
Member

Desvelao commented Dec 17, 2020

Parent issue #2660
Branch feature/2475-migrating-plugin-browser-side

Description

The frontend needs to be adapted to the new backend endpoints to create reports.

Endpoints

The POST /reports endpoints has been split into 4, one for each type of report:

  • POST /reports/modules/{moduleID}: Create reports for the modules
  • POST /reports/groups/{groupID}: Create reports for the groups
  • POST /reports/agents/{agentID}: Create reports for the agents
  • POST /reports/agents/{agentID}/inventory: Create reports for the agent inventory
    Issue: [newPlatform] Migration of Routers - Reports endpoints #2686

Tasks

  • Adapt the requests to create reports to new backend endpoints
  • Testing each type of reports is generated with the correct information
@Desvelao Desvelao changed the title [newPlatform] [browserSide] Adapt reporting to the new backend endpoints [newPlatform] [browserSide] [Migration with AngularJS] Adapt reporting to the new backend endpoints Jan 5, 2021
@Desvelao Desvelao assigned CPAlejandro and unassigned CPAlejandro Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants