Add a page in the administration interface that find the most reported users, that aren't banned already.
"Reports" being a feature handled by the ganomede-users service, this is where an API should be added that returns this list. Until then, this Pull Request (PR) can mockup the required endpoints. We will create a different issue for the change in the ganomede-users service.
[ ] Make it work with a mocked-up call to the /users/v1/reported-users endpoint.
[ ] Connect to ganomede-users once this extra feature has been implemented and deployed.
Add a page in the administration interface that find the most reported users, that aren't banned already.
"Reports" being a feature handled by the ganomede-users service, this is where an API should be added that returns this list. Until then, this Pull Request (PR) can mockup the required endpoints. We will create a different issue for the change in the ganomede-users service.
/users/v1/reported-users
endpoint.