Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/giangartun/Tis-GOAT-Frontend/llms.txt

Use this file to discover all available pages before exploring further.

The profile page (/perfil) is a tabbed interface that lets you manage every aspect of your professional identity. It is divided into five tabs, each handling a specific category of information. All changes made here are reflected on your public-facing portfolio.

Personal Data Tab

The Personal Data tab is where you update your profile photo and biography.Click Edit Profile Data to open the personal data modal. Inside you can:
  • Upload a profile photo — Click the camera button to open a file picker, select any image file, and preview it before saving. The image is sent to POST /api/usuario/foto as multipart/form-data with a foto field.
  • Edit your biography — Write a short bio (up to 500 characters) in the text area. A live character counter (n/500) is shown below the field.
After saving, your updated photo URL and biography are persisted back to localStorage under usuario so the sidebar and header reflect the changes immediately without a page reload.

Build docs developers (and LLMs) love