Lizandro GuarnizoandClaude Opus 5 0bf96a935d fix(schedules): actually persist the professional's opening hours
Saving opening hours from the app never did anything. The payload went to
PATCH /professionals/me as a map keyed by day name ({"monday": {"habilitado":
true, "range1Hour1": "8:0"}}), and that endpoint silently drops a `schedules`
key — it answers 200 with the record unchanged. So the professional edited
their hours, got "Información actualizada correctamente", and the agenda kept
whatever it had.

The real endpoint is PATCH /professionals/me/schedules and it takes an array
of {day_of_week, enabled, continuous_day, range*_hour*} with zero-padded
times, which is what the web has been sending all along.

Verified against the backend: the previous payload returns 200 and changes
nothing; the new one returns 200 and the rows come back updated.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-25 12:52:34 -05:00
2026-06-18 21:41:35 -05:00
2023-08-20 15:00:52 -05:00
2023-03-27 14:35:26 -05:00
2023-05-12 16:56:43 -05:00
2024-01-16 21:48:38 -05:00
2023-11-08 16:05:47 -05:00
2024-05-28 17:19:13 -05:00
2023-05-12 16:56:43 -05:00
2023-03-24 18:39:59 -05:00
2023-03-24 18:39:59 -05:00
2023-03-24 18:39:59 -05:00
2023-03-24 18:39:59 -05:00
2023-05-12 16:56:43 -05:00
2023-08-17 12:33:30 -05:00
up
2024-05-21 10:26:19 -05:00
2024-10-14 14:16:16 -05:00

prosappco

App de prosapp

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

S
Description
No description provided
Readme
5.6 MiB
Languages
Dart 93.3%
C++ 2.9%
CMake 2.3%
Swift 0.4%
Ruby 0.4%
Other 0.6%