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.
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?
Removed non-working features from the SummaryPage component.
Updated the "Start New Practice" button that redirects users to the interview settings page.
Added an encouraging emoji to congratulate uers
How To Review
Review the SummaryPage.js file:
Verify the correct components are remaining, and others are gone.
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
Manually tested the navigation flow from the SummaryPage to the interview settings page and home page.
Ensured that no console errors are present when interacting with the page.
Risks
The rendering of the image might be an issue - check if this is the case or not
Notes
Future enhancements could include adding more detailed summary information or analytics, if deemed necessary.
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?
How To Review
Testing
Risks
Notes