aboutsummaryrefslogtreecommitdiffstats
path: root/entity/TODO
blob: fd3c97105ebac0ba2cc7b3b515d1933fa1a1da20 (plain) (blame)
1
2
3
4
5
6
7
8
- is the pack Lamport clock really useful vs only topological sort?
  - topological order is enforced on the clocks, so what's the point?
  - is EditTime equivalent to PackTime? no, avoid the gaps. Is it better?
- how to do commit signature?
- how to avoid id collision between Operations?
- write tests for actions
- migrate Bug to the new structure
- migrate Identity to the new structure?