Skip to content

馃嵃 Reporting with specific information

Hannes Heine requested to merge pr1797head into pr1797base

Created by: Tirokk

Tirokk Authored by Tirokk Merged


馃嵃 Pullrequest

Reports users, posts, and comments with specific informations.

For refactoring the database see relative PR 馃嵃 Refactor Database for Reporting with specific information #1878 .

Issues

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

Merge request reports