Closed joelmackenz closed 3 years ago
Adds feedback dialog to Interview page. Saves information from FeedbackForm.js to a state in FeedbackDialog.js, ready to be sent to the database.
I refactored FeedbackForm to remove redundant code and improve readability. Broke out RubricBubble into its own component.
Adds feedback dialog to Interview page. Saves information from FeedbackForm.js to a state in FeedbackDialog.js, ready to be sent to the database.