steve-ochoa / osu_cs_361_longbourn

Longbourn Foxes Team Repo
1 stars 3 forks source link

Frontend fixes #14

Closed contip closed 3 years ago

contip commented 3 years ago

1) previously, adding skills not already present in the database during expert registration would create those skills, but fail to associate them with the expert being registered.. this has been fixed:

register_new_skills

2) searching by skill, coursenumber (i.e. cs325), and company works via the main search page.. all of the experts are correctly returned, and clicking on their card in the results page redirects to their profile ex) 4 experts in typescript:

image

using the app: search_skills

note: searching by course and companies also works, but is not shown here

3) github popup functionality is finally implemented.. currently pretty ugly, but the layout and styling can be adjusted.. everything works though:

github

steve-ochoa commented 3 years ago

The animations are massive mate