-
Notifications
You must be signed in to change notification settings - Fork 58
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
Implement new reports flow #2626
Comments
This is the implementation ticket for:
#2345 Design a space for generated reports (Reports page)
Out of scope:
The approved design can be found here: |
For saving recurring reports, in a previous project I have used https://github.com/jazzband/django-recurrence for something similar. It has a RecurrenceField, but also general Recurrence and Rule classes that can be useful. The project seems to need a bit love, but I think spending a little bit time on that is better than reinventing the wheel. |
For scheduling/queries/preset, we've discussed that to the following steps are needed (in this order): Step 1: Step 2: Step 3: Step 4: Step 5: Step 6: |
Goal
Configure, save and view reports
As a user, I want to be able to configure the reports I generate and then view them in a table so that I have more visibility and control over the reports I generate.
Description
Build a report page where reports can be found that have been generated through the manual or periodical process.
This includes:
Design
Figma design:
https://www.figma.com/file/8r4OSFIJt1PF4iDXf9MbqM/%E2%9C%85-KAT-%7C-Approved-for-implementation?type=design&node-id=1211%3A1481&mode=design&t=GgJr2UcIuXk78s01-1
Design ticket:
#2345
Related tickets
Closed
History
Scheduling/presets/queries
The text was updated successfully, but these errors were encountered: