Reports {data analysis}
Opened this issue · 0 comments
tcf-admin commented
Type of Issue
- New Feature Implementation
- Addition
Type of Work
- Screen
- Widget/Component
- Business Logic (Service, Repository, BloC)
- Backend Service
- DevOps
- Documentation
Description
The report view will offer an insight to different entities of the platform i.e a survey, a discussion, a term or topic.
As a journalist/researcher/user/governmental entity/developer
I want to know who does/says what, when and how.
I would like to have access to an API where I can automate data collection and analysis.
I would like to have nice data visualization.
so that I can plan better and better understand my constituent, opinion of people about certain topics, see the relationships, have an overview of the current discourses etc..
Actionable Tasks
- Implement a Cubit/BloC for [action] with states [...] and methods [...]
- Implement Widget to trigger [action]
- Implement Widget to display [result of the action]
- ...
Acceptance criteria
- Screen should render the initial UI properly
- After [action is performed] state should change
- New UI is properly rendered
- ...