steve-ochoa / osu_cs_361_longbourn

Longbourn Foxes Team Repo
1 stars 3 forks source link

Reg form #4

Closed contip closed 3 years ago

contip commented 3 years ago

reg form is split into pages.. correctly creates experts in the db, returned id passed to subsequent skills / courses / companies pages: image

next redirects to the skills input page: image

next redirects to the courses input page: image

next redirects to the companies input page: image

submit redirects to the newly-created user's profile: image

profile page has placeholder onhover added to github username (just need to actually add the projects): image

note: skills, courses, and companies tables in profile page currently contains mockup data (will complete when those endpoints are avail)

note: skill registration page will be refactored to include a dropdown of all the skills tracked by the db (i believe this is what we decided on?); same for courses.. in fact all of the registration pages besides the first one can be considered placeholder at this time

steve-ochoa commented 3 years ago

You got that done quick!