ajliu / CS2340-Project

0 stars 0 forks source link

M5: Registration Screen #14

Open ajliu opened 7 years ago

ajliu commented 7 years ago

Hook into backend and provide a registration interface for

Username (field) First Name (field) Last Name (field) Email Address (field, validated) UserType (select) Address 1 (field) Address 2 (field) City (field) State (select) Zip (number)

Address is not supported by backend yet, so concatenate all the address fields together and submit that as a post request