hatchways / team-hulk

0 stars 0 forks source link

Feedback dialog #45

Closed joelmackenz closed 3 years ago

joelmackenz commented 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.

joelmackenz commented 3 years ago

I refactored FeedbackForm to remove redundant code and improve readability. Broke out RubricBubble into its own component.