Interviews - sms-trevature/user-interface GitHub Wiki

Interview List Component

Purpose

The purpose of this component is to display a list of interviews retrieved from the database by the interview service, while also providing searching, filtering, and sorting functionality. Also provides a methodology to populate modals for the associate and interviewer feedback.

Issues

  • No specific issues came about while writing the code for this component.

Future Iterations

Should make plans to implement that paginated feature if desired.

New Interview Component

Purpose

The purpose of this component is to create a new interview to be assigned to an associate.

Issues

No specific issues at this time. The process went smoothly.

Future Iterations

We should implement a date input functionality that's more functional and allows you to choose days ahead of time instead of the current day.

Interview List For Our Current User Component

Purpose

The purpose of this component is to show the interview list for the current user.

Issues

  • Issues were minimal since it was built using the Interview List component which also had little issues.

Future Iterations

Should make plans to implement that paginated feature if desired.