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

Add an admin screen to manage deleted records #2463

Merged
merged 19 commits into from
Oct 2, 2024

Conversation

cofiem
Copy link
Contributor

@cofiem cofiem commented Sep 20, 2024

Add a new angular app deleted-records to allow managing deleted records.
Includes result filtering ,result table column sorting, and actions buttons to restore or destroy each deleted record.

Updates the record-table component to have optional generic Actions column and optional sorting using the table headers.

Screenshot:
Screenshot 2024-09-26 at 15-47-35 ReDBox

@cofiem cofiem self-assigned this Sep 20, 2024
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 15.62500% with 81 lines in your changes missing coverage. Please review.

Project coverage is 53.21%. Comparing base (09f4a78) to head (a0eb2ff).
Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
typescript/api/controllers/RecordController.ts 14.89% 78 Missing and 2 partials ⚠️
...ipt/api/controllers/webservice/RecordController.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2463      +/-   ##
===========================================
- Coverage    56.91%   53.21%   -3.71%     
===========================================
  Files          176      178       +2     
  Lines         8967     9182     +215     
  Branches      1296     1317      +21     
===========================================
- Hits          5104     4886     -218     
- Misses        3854     4080     +226     
- Partials         9      216     +207     
Flag Coverage Δ
backend-bruno 44.91% <15.62%> (-4.62%) ⬇️
backend-mocha 49.77% <15.62%> (-4.95%) ⬇️
frontend-app-config 97.87% <ø> (ø)
frontend-core-lib 53.78% <ø> (+1.36%) ⬆️
frontend-dashboard 70.18% <ø> (ø)
frontend-deleted-records 86.59% <ø> (?)
frontend-export 100.00% <ø> (ø)
frontend-local-auth 100.00% <ø> (ø)
frontend-manage-roles 63.33% <ø> (ø)
frontend-manage-users 59.81% <ø> (ø)
frontend-report 95.06% <ø> (-4.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrewbrazzatti andrewbrazzatti marked this pull request as ready for review October 2, 2024 09:03
@andrewbrazzatti andrewbrazzatti merged commit 629df3d into develop Oct 2, 2024
3 of 5 checks passed
@andrewbrazzatti andrewbrazzatti deleted the feature/dashboard-restore-records branch October 2, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants