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.
A Summary page for after you finish all the interview recordings and questions for the current session. Displays information about user's most recent interview practice session
Summary
Summary page will have a summary of each questions you answered, and some basic statistics such as the duration of the answer
Will also have a summary of the all the interview practice sessions you've had, and information such as average duration.
Motivation
By having a summary page, users are able to see a more general overview of their full interview session.
Encourages users to continue using application, by shwoing progress
Sets up a foundation for more detailed feebdack and analytics in future releases
Detailed Description
Recent Interview Practice section includes: Date of most recent practice session, questions asked, duration of session
Practice Statistics section: Total number of practice sessions, average duration of sessions, and date of most recent practice.
Motivational message, and a button to start new practice session
Possible Alternatives
N/A
Additional Context
N/A
Implementation
After creating a SummaryPage.js component, could use Card components to separate the sections.
Needs to update Routing to include this new Summary Page.
Interview statistics will have mock data for initial development and testing.
A Summary page for after you finish all the interview recordings and questions for the current session. Displays information about user's most recent interview practice session
Summary
Motivation
Detailed Description
Possible Alternatives
N/A
Additional Context
N/A
Implementation