-
Notifications
You must be signed in to change notification settings - Fork 3
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
[DF-3071] Enhancement for Digital Forms Admin Page #370
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added filter and sort for columns Added pagination Added checkbox filter for New user request only Added last active column
Email Notification when a new user sends access request to DF forms Create a new field to identify the last active date of a user
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-06 17:24:04.391798133 +0000 UTC m=+0.222198416
|
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-06 18:29:36.052635911 +0000 UTC m=+0.199674397
|
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-06 20:01:41.47163235 +0000 UTC m=+0.197721990
|
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-06 22:49:02.664689358 +0000 UTC m=+0.200121885
|
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-06 23:05:00.401982045 +0000 UTC m=+0.234879670
|
rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2024-09-06 23:11:55.466714019 +0000 UTC m=+0.402119877
|
rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2024-09-09 16:52:45.977511856 +0000 UTC m=+0.400628590
|
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-09 16:53:55.410131414 +0000 UTC m=+0.207287933
|
rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2024-09-09 17:33:24.883605809 +0000 UTC m=+0.416081593
|
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-09 17:34:25.685443876 +0000 UTC m=+0.202374280
|
Quality Gate passedIssues Measures |
rsbc-roadside-forms-frontend:latest (redhat 8.7) - Trivy Report - 2024-09-09 17:52:50.507094262 +0000 UTC m=+0.203985008
|
rsbc-roadside-forms-backend-api:latest (redhat 8.8) - Trivy Report - 2024-09-09 18:06:50.813466468 +0000 UTC m=+0.403369346
|
adimar-aot
approved these changes
Sep 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ISSUE : https://jag.gov.bc.ca/jirarsi/browse/DF-3071
Requirements:
(mailto:RSIOpsSupport@gov.bc.ca)
Added new admin notify mail functions on new user request.
Mail will be send to the admin email configured on exisitng ENV variable ADMIN_EMAIL_ADDRESS
Also added a new env to backend python
REACT_APP_BASE_URL=http://localhost:3000/roadside-forms
which will the public url for the frontend of Digital forms
Assuming this will be available in env
Mail Preview
Sort, filter, and search for columns: SURNAME / Given / PRIME ID / Agency / Role / Date Applied / Last Active (see new field request)
Added Sort, Filter and Pagination for the User table
When approving / deleting a user, add an extra layer for confirmation of the action
Added confirmation dialogs and success messages.
Separate Approved Users from New User requests
Added a new Checkbox filter to filter new user requests
Create a new field to identify the last active date of a user
Added new field last_active and updating the data on loading the page and every 5 minutes
Able to send email message to users that has been granted access.
Excluded from this ticket and on hold as per dicussion with Darell
Email available in SSO may be not the correct one