-
Notifications
You must be signed in to change notification settings - Fork 0
Add option to show contact data for each animal #68
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Coming from #65
- Remove "Compartir" link
- Remove "Copiar enlace" link
- Add a new link "Información contacto"
- The link will open a new view
- The view will have a component (ContactInfoComponent.vue); with the contact info for a given user id.
3.1. The component should receive an object with the info of the owner of the animal.
/contactinfo/:idUser
-
The component will display the following info:
- Name
- Phone number if it is informed
-
Add a Back button in the view
-
The 'users' variable in Vuex store should be already filled with the information of all the users of our DB
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request