Commit Graph

45 Commits

Author SHA1 Message Date
marcos 9a73b23f85 arreglar una cosita 2026-05-27 21:17:58 +02:00
marcos 6e2bd5d7fb Merge branch 'main' of https://github.com/LeviPlanelles/trello_fake 2026-05-27 21:06:48 +02:00
marcos 17984e33cb guia de estudio 2026-05-21 21:35:09 +02:00
marcos 7af7b71c30 Merge branch 'Presentacion-Marcos' 2026-05-21 19:43:00 +02:00
Levi Planelles a31c0b164e Merge remote-tracking branch 'refs/remotes/origin/main' 2026-05-18 09:53:10 +02:00
Levi Planelles 33d4f1df70 Update security measures and improve caching strategy in API calls 2026-05-18 09:50:31 +02:00
marcos 66239b011c Merge branch 'Presentacion-Marcos' 2026-05-16 15:30:14 +02:00
marcos eff51f72aa Presentacion 2026-05-16 15:09:35 +02:00
Levi Planelles 8ae76d86c7 Add portada image and update internal documentation structure 2026-05-15 09:30:13 +02:00
Levi Planelles 05c580a6e1 Add Dashboard presentation file to .gitignore 2026-05-15 08:04:55 +02:00
Levi Planelles b990151f94 cambiar imagen del readme 2026-05-14 12:28:25 +02:00
Levi Planelles 5cb90100b7 Add new images and update documentation for project infrastructure 2026-05-14 12:03:15 +02:00
Levi Planelles 1cd5cc6483 update documentacion código interno 2026-05-14 10:36:17 +02:00
Levi Planelles a8e368d19a project documentation 2026-05-14 08:44:59 +02:00
Levi Planelles b98f0c3e8d
Update link format in presentacion_general.md 2026-05-14 08:12:18 +02:00
Levi Planelles 135c18e2af carpetas para la presentación 2026-05-13 10:30:32 +02:00
Levi Planelles 249b5e0d66 foto 2026-05-12 10:13:38 +02:00
Levi Planelles fc51414d9f README.me update 2026-05-12 10:10:18 +02:00
marcos d209959d0e ui: degradado de cabeceras y ajustes responsive 2026-05-07 17:52:12 +02:00
marcos f4c885031b Ahora si que si, finalizado 2026-04-30 18:58:30 +02:00
marcos 2f42b7bbad Arreglar y rediseñar un poco el tema de los Gantts, Aun hay que cambiarlo 2026-04-27 19:09:17 +02:00
Levi Planelles 5a9b509b1b feat: add docker-compose configuration for Dolibarr and MariaDB, update project seeding script with task management and project status handling 2026-03-27 09:27:42 +01:00
Levi Planelles f1d19bd257 feat: add login page and authentication context
- Implemented a new login page with form validation and error handling.
- Created an authentication context to manage user login state and redirection.
- Added middleware for route protection based on authentication status.
- Developed settings dialog for user preferences including theme and appearance settings.
- Introduced PDF export functionality for projects and tasks.
- Created reusable UI components for alerts, cards, and settings.
2026-02-06 20:51:04 +01:00
Levi Planelles ec7d26e559 feat: add user profile dialog and related services for user data management 2026-02-06 19:24:39 +01:00
Levi Planelles ae66248df9 feat: implement project CRUD functionality with create, edit, and delete dialogs
- Added project creation and editing capabilities with ProjectFormSheet component.
- Integrated delete confirmation dialog for project deletion.
- Updated projects service to handle create, update, and delete operations.
- Enhanced ProjectsTable component to manage project state and actions.
- Introduced new types for project creation and updating in project.ts.
- Improved UI with alert dialogs for confirmation actions.
- Refactored statistics page layout for better responsiveness.
- Added switch component for UI interactions.
2026-01-31 14:50:07 +01:00
Levi Planelles 9331e7e890 feat: add @radix-ui/react-label and recharts dependencies
refactor: update task types to support string and number for date and duration fields

chore: remove unused postcss configuration

feat: enhance task mapping functions for better data handling and conversion
2026-01-31 13:56:51 +01:00
marcos 11fbef5595 Merge origin/main into main with Estadisticas branch 2026-01-30 23:48:58 +01:00
marcos 819378fb29 feat: Implement time range filtering in the Gantt chart and refine the tooltip formatter in the statistics page. 2026-01-30 23:41:25 +01:00
marcos 8994c240eb feat: Introduce Gantt chart page with project timeline visualization and add Radix UI select component. 2026-01-30 22:44:22 +01:00
Levi Planelles 88781f5094 feat: add task seeding script and update dependencies
- Introduced a new script `seed-tasks.js` to create test tasks for Dolibarr projects.
- Updated `package.json` and `package-lock.json` to include new Radix UI components and TanStack Table.
- Added TypeScript types for tasks in `types/task.ts`.
- Enhanced project task management with new task templates and improved task creation logic.
2026-01-30 20:59:44 +01:00
marcos 8e7f6ca198 feat: Implement statistics page with various data visualization charts and a new data seeding script. 2026-01-30 20:56:34 +01:00
Levi Planelles 997ff4d64d feat: Enhance Dolibarr project management dashboard with new features and scripts
- Updated README.md to include detailed project description, features, installation steps, and troubleshooting tips.
- Added new scripts for seeding test projects via API and direct connection to Dolibarr.
- Introduced a diagnostic script to check the status of Dolibarr and Next.js services.
- Implemented project seeding scripts with realistic data and validation processes.
- Updated project TypeScript definitions to allow nullable date fields for better compatibility.
2026-01-28 13:00:17 +01:00
Levi Planelles ea708254e3 update del proyecto en general 2026-01-28 11:44:49 +01:00
Levi Planelles 8003aa2a55 add/update AGENTS.md 2026-01-28 11:26:20 +01:00
Levi Planelles 51e6c4cad0 no se ni lo que es esto 2026-01-27 16:29:20 +01:00
marcos 15060a5ad8 Amai mi cookie 2026-01-23 19:53:10 +01:00
Levi Planelles 09bdf14c0a update for marcos 2026-01-09 18:39:19 +01:00
Levi Planelles 17eba11f0b add backend connection, projectsService and usersService 2025-12-12 13:53:37 +01:00
Levi Planelles c66fbf19c0 improved sidebar menu with dropdown-menu, stats fixed 2025-12-12 11:38:18 +01:00
Levi Planelles 5fb2820b6d update readme 2025-12-11 14:14:08 +01:00
Levi Planelles a68b9d17da better sidebar with sidebar inset && dev tools desactivated 2025-12-11 14:10:10 +01:00
Levi Planelles 79aeccfd6c actually adding sidebar 2025-12-11 12:58:40 +01:00
Levi Planelles 6c7cb9f2d2 adding sidebar internally 2025-12-11 12:54:57 +01:00
Levi Planelles 5a1489a432 Adding components for the main dashboard 2025-12-11 11:50:09 +01:00
Levi Planelles f7595fc900 Initial commit from Create Next App 2025-12-05 20:26:44 +01:00