Commit Graph
50 Commits
Author SHA1 Message Date
Lizandro GuarnizoandClaude Sonnet 4.6 33ee7ea2f4 fix: resolve web build failures
- Update SDK constraint to >=3.0.0 <4.0.0 (Flutter stable uses Dart 3.x)
- Remove flutter_email_sender (no web support) — replace with mailto: via url_launcher
- support.dart: unified _sendEmail works on both web and mobile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 13:30:37 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 5f9da1eefe feat: add Dockerfile + nginx config for Coolify deployment
Multi-stage build: Flutter stable builds web release, nginx:alpine serves it.
nginx.conf handles SPA routing (all paths → index.html) and caches assets.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:58:53 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 b9a034f37f fix: replace user.state string checks with user.proState int in drawer_menu
user.state (Spanish string) no longer exists — UserModel uses proState (int)
from backend pro_state field: 0=inactive, 1=pending, 2=active, 3=denied.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:22:27 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 9be1c3b678 fix: update status string comparisons in service list screens to English
_statusIcon switch cases and tileColor checks were comparing against Spanish
status strings (aprobado/iniciado/terminado/denegado); backend returns English
(accepted/active/completed/cancelled/denied) so they always fell to default.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:20:12 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 dc99169ef1 fix: correct remaining route mismatches and Spanish status strings in prosappweb
- solicitudes: GET /services/professional/requests (not query params)
- my_services: GET /services/me with paginated response handling
- my_services_pro: GET /services/professional with paginated response handling
- professional: handle paginated GET /professionals response
- cita: PATCH /services/:id/status (not /services/:id); translate all Spanish
  status comparisons (pendiente/aprobado/iniciado/terminado) to backend English

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:16:00 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 ce11aa813e fix: align route DTOs and field names with NestJS backend
- event_model: snake_case fields, status translation map (es→en), public-calendar route
- chat_model: both roles use GET /chat/my (JWT identifies user)
- score: correct POST /comments DTO (destination_id, service_id, content, score, is_from_user)
- horario: PATCH /professionals/me/schedules with array format instead of /users/me

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 12:09:42 -05:00
Lizandro GuarnizoandClaude Sonnet 4.6 b95e0630de feat: migrate prosapp_web_app from Firebase to NestJS API
- Replace Firebase Auth with JWT stored in SharedPreferences
- Replace Firestore with REST API calls via new ApiService
- Replace Firebase Storage with POST /storage/upload
- Remove firebase_auth, firebase_core, cloud_firestore,
  firebase_storage, firebase_messaging, google_sign_in deps
- Add api_service.dart as central HTTP client

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 13:19:28 -05:00
lizandrogd 1c20d0c0cd update 2024-01-16 21:48:38 -05:00
lizandrogd 35657f89ac update 2024-01-16 21:48:32 -05:00
lizandrogd aaf82b4072 Merge branch 'main' of https://github.com/lizandrogd/prosappco 2023-12-03 12:42:05 -05:00
lizandrogd a99c2c242a update 2023-12-03 12:41:51 -05:00
lizandrogd 9762ba6998 up 2023-11-17 20:16:29 -05:00
lizandrogd a0193bb43f update 2023-11-16 20:04:35 -05:00
lizandrogd 5af3b24275 Merge branch 'main' of https://github.com/lizandrogd/prosappco 2023-11-08 17:28:11 -05:00
lizandrogd 5fc8e00f77 update 2023-11-08 17:28:09 -05:00
lizandrogd 0fce441291 up 2023-11-01 22:45:05 -05:00
lizandrogd 7e4ed51704 update 2023-11-01 21:38:05 -05:00
lizandrogd b1868fe204 update 2023-10-25 09:44:26 -05:00
lizandrogd 5e5301412a update funcional 2023-10-23 18:31:01 -05:00
lizandrogd 9a08f10313 update 2023-10-12 13:56:50 -05:00
lizandrogd 6520495bc7 update 2023-10-12 13:42:43 -05:00
lizandrogd cfa52bbbe8 update ios 2023-10-12 13:22:03 -05:00
lizandrogd 86a3ead552 Merge branch 'main' of https://github.com/DuarteJFelipe/prosappco 2023-09-15 15:52:59 -05:00
lizandrogd 0d1a06bcf9 update 2023-09-01 16:06:36 -05:00
lizandrogd 0467c613ad update 2023-08-31 12:26:55 -05:00
lizandrogd 8c616b2bd0 Merge branch 'main' of https://github.com/DuarteJFelipe/prosappco 2023-08-31 12:18:14 -05:00
lizandrogd 455f16294e update 2023-08-31 12:17:55 -05:00
lizandrogd 9c885daebc update 2023-08-25 08:56:34 -05:00
lizandrogd 1270f3a6b5 uodate 2023-08-22 23:51:31 -05:00
lizandrogd a22d7efc27 update 2023-08-22 17:21:11 -05:00
lizandrogd bb1a291bd9 update 2023-08-22 17:17:36 -05:00
lizandrogd e10469b4d3 Revert "Revert "notificacion desde cita""
This reverts commit 1e09cb470ebdcdb5b0f0e819a9c8484f73031e1c.
2023-08-22 16:12:55 -05:00
lizandrogd 1d36026cb7 Revert "notificacion chat"
This reverts commit 96edb73a88.
2023-08-22 16:00:57 -05:00
lizandrogd e29af3493f Revert "Revert "update""
This reverts commit 1361f0bbf7.
2023-08-22 16:00:53 -05:00
lizandrogd 459f590638 Revert "Revert "Revert "update"""
This reverts commit 0a84306afa.
2023-08-22 16:00:47 -05:00
lizandrogd 091c67d4cb update 2023-08-22 08:25:31 -05:00
lizandrogd 2114913137 update 2023-08-22 00:02:21 -05:00
lizandrogd b8905e936a update 2023-08-21 23:18:13 -05:00
lizandrogd 74e857bab3 jj 2023-08-21 22:25:51 -05:00
lizandrogd ede125d181 Revert "update"
This reverts commit d44da638b5.
2023-08-21 22:11:41 -05:00
lizandrogd d44da638b5 update 2023-08-21 21:48:47 -05:00
lizandrogd b6b7edcec9 update 2023-08-20 15:00:52 -05:00
lizandrogd ec47617dfd update 2023-08-17 20:37:24 -05:00
lizandrogd 809873894c update 2023-07-31 09:59:49 -05:00
lizandrogd 61ebde2ebb update 2023-07-10 09:46:18 -05:00
lizandrogd 05fa9438a1 update notificacion web 2023-06-19 01:24:14 -05:00
lizandrogd 6cdc6ce5d7 update 2023-06-15 10:26:02 -05:00
lizandrogd 8a3c2d9453 actualizacion 2023-06-05 07:59:24 -05:00
lizandrogd e61512111a update 2023-05-15 17:27:15 -05:00
lizandrogd ebb6a97f2b Update login.dart 2023-03-27 15:26:50 -05:00