-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo
65 lines (51 loc) · 1.73 KB
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Server
- websockets
- redux
- https://redux.js.org/api/store#subscribelistener
data:
- groups
- references osd_components
- events
- references osd_components
- osd_components
- displays
- preview
- live
- [arbitrary]
-----
- Save server state to disk - done
- todo:
- versioned/backup
- more sensible location
- Bug in quick select when first item in list is default selected rather than onChanged, it doesn't work
-- fixed (although need to check behaviour if selected component is deleted?)
- Server connection indicator - DONE
- split shared/local state - DONE
- ping server and receive pong - DONE
- show other connected devices (users and screens) - DONE
- drop down for all side bar - DONE
- Delete Components from manage page - DONE
- need to implement modal dialogs for confirmation - DONE
- switch to material ui icons - DONE
- CSS of lower third - DONE
- Deployment - DONE
- fix wss for watch:client - DONE
- viewer auto reconnect - DONE
- PNG component - DONE
- Rename events - DONE
- Shared/not shared banners - DONE
- Preview events in manage - DONE
- Fix transition from banner to image and reverse - DONE
- (cross) should be delete for private components - DONE
- Better system for uploading or managing images from google drive - DONE
- Quicklist should be more than 5 items - DONE
- "mute" button for screen
- turn caption RED when live
- Better interface for editing text fields
- Better interface for editing number fields
- Better interface for editing size fields
- Better interface for editing position fields
- Edit quick list in manage?
- don't bother with hashing? since we don't plan to do much caching or frequent deployments
NB - requires node 10 (fs.promises)
manually created empty groups.json [] file