shamichan
shamichan copied to clipboard
More user-friendly staff assignment form
It currently prints DB errors, if a user ID does not exist.
Too much redundant work for a QoL improvement.
Doesn't seem necessary, honestly.
It would be nice to have validation both server- and client-side. Hmm, all we would need is <select> and a request to get all user names.
- [ ] Use
<select>client-side - [ ] Catch invalid user name postgres error and don't 500 on it