-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
49 lines (32 loc) · 1.21 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
TODO
### Playtest Prep ###
- VM test with many points - add some extras if time.
### Votes ###
- moving votes around / particularly making space for prepend append
- prevent overwriting slots and other bad things
- command to conclude stalled votes
- prevent vote stallers - options:
- client side timer (weak if client is actually broken)
- server side
- starts a new thread if the old one is stalled
- time stamps votes and removes and resets if too long
- more font colour combinations ?
- prevent sample duplicates in SC
- offering user input
### VM Deployment ###
- deploy on VM and test
### Refactoring/ Tidying ####
- testing framework should be from admin not separate browser
- deal with/ check reset client issues - check all flags are cleared
- more robust error handling
- make sure every DB request is caught somehow
- no need for try/ catch - errors can be thrown if caught
- refactor story
- display data persistence
### Love ###
- why does updatereactionMaps happen 4 times on iface init ?
- investigate web audio overlap bug
- splats rendered on mobile screen
- linear progression of blobs
- adjust states / more variation between blobs
- poisson disk for splat distribution