馃嵃 Reporting with specific information
Created by: Tirokk
Authored by Tirokk Merged
馃嵃 Pullrequest
Reports users, posts, and comments with specific informations.
For refactoring the database see relative PR
Issues
- fixes #1707 (closed)
- fixes #1708 (closed)
Todo
-
write frontend tests -
implement GraphQL and Cypher mutations and queries -
fix design issues -
refactor database structure from (resource)<-[:REPORTED]-(report)<-[:REPORTED]-(submitter:User)
to simpler(resource)<-[:REPORTED]-(submitter:User)
structure, see #1878 -
cypher commands to convert the data of the database to this new structure, see #1878