inspectorG4dget / AnonymousFeedback

1 stars 0 forks source link

Implement first and last name fields when adding a TA #58

Closed scriptbae closed 7 years ago

scriptbae commented 7 years ago

The database schema enforces a first and last name when inserting new TAs. The new client-side only collects a first name, with no reliable way of extracting a first and last name separately.

The client should be updated to send the first and last names separately.