Created separate tab and frontend links for Vet Dashboard
Bootstrapped user dashboard structural code
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)
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):
connect button which will open view of vet's social media information
inbox button which will link to the messages feature in dashboard
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):