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(SILVA-570): recent openings history for the nr-silva application front-end Only #463

Merged
merged 37 commits into from
Nov 15, 2024

Conversation

jazzgrewal
Copy link
Collaborator

@jazzgrewal jazzgrewal commented Nov 13, 2024

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.

  • New feature (non-breaking change which adds functionality)

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

  • Tested Locally

Checklist

  • I have read the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have already been accepted and merged

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

@jazzgrewal 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 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
Copy link
Contributor

@paulushcgcj paulushcgcj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good now

@jazzgrewal jazzgrewal merged commit bab9a7c into main Nov 15, 2024
19 checks passed
@jazzgrewal jazzgrewal deleted the feat/userRecentOpeningsFront branch November 15, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants