Skip to content
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

feat: Incidents report #3646

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

feat: Incidents report #3646

wants to merge 33 commits into from

Conversation

skynetigor
Copy link
Contributor

@skynetigor skynetigor commented Feb 24, 2025

Closes #3127

πŸ“‘ Description

image image image image

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

skynetigor and others added 20 commits February 16, 2025 18:57
Introduce a date range picker for the incident list, allowing users to filter incidents by creation time. Refactor filtering logic to include the new date range and integrate it with existing filters. Add a clear filter handler to reset all filters, including the date range.
Copy link

vercel bot commented Feb 24, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
keep βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Mar 4, 2025 7:59am

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

Attention: Patch coverage is 33.52941% with 113 lines in your changes missing coverage. Please review.

Project coverage is 47.52%. Comparing base (ec0bd45) to head (bfd586a).
Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
keep/api/bl/incident_reports.py 34.02% 95 Missing ⚠️
keep/api/routes/incidents.py 18.75% 13 Missing ⚠️
keep/api/bl/incidents_bl.py 50.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3646       +/-   ##
===========================================
+ Coverage   31.25%   47.52%   +16.27%     
===========================================
  Files          70      157       +87     
  Lines        8307    15479     +7172     
===========================================
+ Hits         2596     7357     +4761     
- Misses       5711     8122     +2411     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@skynetigor skynetigor marked this pull request as ready for review February 24, 2025 14:19
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Feb 24, 2025
@dosubot dosubot bot added Feature A new feature Incident javascript Pull requests that update Javascript code UI User interface related issues labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new feature Incident javascript Pull requests that update Javascript code size:XL This PR changes 500-999 lines, ignoring generated files. UI User interface related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[βž• Feature]: Reporting
4 participants