hoangs commited on
Commit
3f04e22
·
verified ·
1 Parent(s): 3778698

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: mit
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