kaavyalakshmanan / tele-vet

Tele-health web app that connects vets with pet owners
2 stars 2 forks source link

Kaavya/vet dashboard #47

Closed kaavyalakshmanan closed 4 years ago

kaavyalakshmanan commented 4 years ago
  1. Created separate tab and frontend links for Vet Dashboard
  2. Bootstrapped user dashboard structural code
  3. Created separate component for VetProfile.js - which contains the code for the body of the profile page (form that contains vet data that would come from the backend when vet registers, with option to edit the page, reset username/password etc, as well as a picture and blurb of vet's qualifications)
  4. Created separate component for UserHeader.js - which contains code for the header of the profile page

Note: I am not pulling data from the backend, mock user is currently hardcoded. Once everyone is okay with this theme/style choice the next step would be to add backend connections. Also this is just the vet profile page - these components would need to be replicated to user data dashboard.

Additional features (I have added buttons but to be implemented- can be implemented once there is a group consensus):