edgar.mendez 1189b7b02e feat(auth): enhance authentication service with error handling and session management
- Added methods to normalize permissions and roles from API responses.
- Implemented a centralized error handling method for authentication errors.
- Updated API endpoints for login, registration, and user profile management.
- Introduced session refresh functionality to retrieve user roles and permissions.

feat(catalog): improve companies and units management with permissions and filters

- Integrated permission checks for creating, updating, and deleting companies.
- Added user role and permission checks to the Companies component.
- Enhanced the Units component with search and status filters.
- Refactored unit creation and update logic to handle validation errors.

fix(catalog): update unit measure services and mapping logic

- Improved API service methods for fetching, creating, and updating units of measure.
- Added mapping functions to convert API responses to internal data structures.
- Enhanced error handling in unit measure services.

chore(auth): refactor authentication storage utilities

- Created utility functions for managing authentication tokens and user data in local storage.
- Updated API interceptor to use new storage utility functions for session management.

style: clean up code formatting and improve readability across components and services
2026-03-21 20:04:40 -06:00
2024-12-03 09:21:35 -06:00
2024-12-16 15:55:10 -06:00
2026-03-10 16:04:35 -06:00
WIP
2025-11-05 21:41:29 -06:00
WIP
2025-11-05 21:41:29 -06:00

Estructura del Proyecto - GOLS Control Frontend

Docker (Producción)

# 1. Configurar
cp .env.production .env

# 2. Levantar
docker-compose up -d

# 3. Verificar en http://localhost

Ver DOCKER.md para más detalles.

Notas

  • Los componentes de PrimeVue se auto-importan
  • TypeScript configurado con strict mode
  • Tailwind CSS v4 integrado
  • Variables CSS personalizadas en main.css
Description
No description provided
Readme 4.3 MiB
Languages
Vue 84.4%
JavaScript 13.2%
CSS 2.3%