inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Fixes some edge case behaviour in the student view #64

Closed scriptbae closed 7 years ago

scriptbae commented 7 years ago

The submit button will now remain blocked if an invalid student number is entered, and input fields won't enter inconsistent states (empty but unblocked, empty and partly disabled) if no TAs are available in a section.

I'd like eyes on this and a merge into master soon, as this affects the front-end behaviour and appearance of the application; without this, bugs could show up during the demo.

scriptbae commented 7 years ago

New commit updates immediately important parts of the server frontend to support new message passing API.

scriptbae commented 7 years ago

Obsoleted by #67.