generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
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(SILVA-570): recent openings history for the nr-silva application front-end Only #463
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
jazzgrewal
requested review from
carolinemwood,
paulushcgcj,
DerekRoberts and
gpascucci
as code owners
November 13, 2024 01:03
jazzgrewal
changed the title
Recent Openings History for the nr-silva Application Front-end Only
feat/(SILVA-570)recent openings history for the nr-silva application front-end Only
Nov 13, 2024
paulushcgcj
changed the title
feat/(SILVA-570)recent openings history for the nr-silva application front-end Only
feat(SILVA-570): recent openings history for the nr-silva application front-end Only
Nov 13, 2024
paulushcgcj
requested changes
Nov 13, 2024
frontend/src/__test__/components/Dashboard/Opening/RecentOpeningsDataTable.test.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Dashboard/Opening/RecentOpeningsDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Dashboard/Opening/RecentOpeningsDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Dashboard/Opening/RecentOpeningsDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Dashboard/Opening/RecentOpeningsDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Dashboard/Opening/RecentOpeningsDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/Dashboard/Opening/RecentOpeningsDataTable/testData.ts
Outdated
Show resolved
Hide resolved
…licked on the table
…maller components
paulushcgcj
requested changes
Nov 14, 2024
frontend/src/components/SilvicultureSearch/Openings/SearchScreenDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/SilvicultureSearch/Openings/SearchScreenDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/SilvicultureSearch/Openings/SearchScreenDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/SilvicultureSearch/Openings/SearchScreenDataTable/index.tsx
Outdated
Show resolved
Hide resolved
frontend/src/components/SilvicultureSearch/Openings/SearchScreenDataTable/testData.ts
Outdated
Show resolved
Hide resolved
paulushcgcj
approved these changes
Nov 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good now
9 tasks
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.
Description
PR Description
Feature: Recent Openings History for the nr-silva Application Front-end only
This pull request introduces a new feature that implements a browser history-like functionality for openings in the nr-silva application.
Changes Made:
User Interaction Tracking:
Whenever a user searches for openings and selects one to view, a request is sent to the backend. This interaction is logged in the user_recent_openings table within the User Preference database (PostgreSQL).
Recent Openings Dashboard:
Users can now see a "Recent Openings" table on the Openings Dashboard. This table displays the openings that the user has recently viewed, sorted by lastViewTime.
Details for each opening are fetched from the Oracle database, providing users with comprehensive information about their recent activities.
Database Modifications:
Added the necessary tables and fields in the PostgreSQL database to support the new functionality.
Frontend and Backend Integration:
This feature involves updates to both the frontend and backend components, ensuring seamless interaction and data flow between the two. By implementing this feature, we enhance user experience by allowing users to easily track and revisit their recently viewed openings.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
Further comments
Thanks for the PR!
Any successful deployments (not always required) will be available below.
Backend: https://nr-silva-463-backend.apps.silver.devops.gov.bc.ca/actuator/health
Frontend: https://nr-silva-13-frontend.apps.silver.devops.gov.bc.ca
Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow