SOFTENG310-Team4 / SMARTJ

SMARTJ is a web application designed to help active job seekers practice their interview skills and find available jobs in their field of study. Developed by Team 4 as part of the SOFTENG 310 course at the University of Auckland.
MIT License
0 stars 11 forks source link

feat: Update SummaryPage #64

Closed syoo881 closed 2 months ago

syoo881 commented 2 months ago

Update SummaryPage Component

Context

The SummaryPage component previously contained non-functioning features and didn't have a clear way for users start a new interview practice session. This update simplifies the page and improves the user flow by providing a direct option to start a new practice session.

Closes #61

What Changed?

  1. Removed non-working features from the SummaryPage component.
  2. Updated the "Start New Practice" button that redirects users to the interview settings page.
  3. Added an encouraging emoji to congratulate uers

How To Review

  1. Review the SummaryPage.js file:
    • Verify the correct components are remaining, and others are gone.
  2. Test the navigation flow:
    • Confirm that the "Start New Practice" button correctly redirects to the interview settings page.
    • Verify that the "Go Home" button still functions as expected.

Testing

Risks

Notes