Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# viet-robot-schedule-merger
|
| 2 |
+
|
| 3 |
+
A helper that merges schedule template entries into a per-day view.
|
| 4 |
+
|
| 5 |
+
The `merge_schedules(entries)` function takes a list of dicts with:
|
| 6 |
+
|
| 7 |
+
- `days`: comma-separated days (e.g. "mon,wed,fri")
|
| 8 |
+
- `time_local`
|
| 9 |
+
- `zone_id`
|
| 10 |
+
|
| 11 |
+
and returns a dictionary mapping each day to a sorted list of `{time_local, zone_id}`.
|
| 12 |
+
|
| 13 |
+
## License
|
| 14 |
+
|
| 15 |
+
MIT
|