-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.txt
More file actions
15 lines (14 loc) · 776 Bytes
/
todo.txt
File metadata and controls
15 lines (14 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
x 2019-12-20 2019-12-20 Write rails migration generators.
x 2019-12-20 2019-12-20 Write code to check what element files already exist.
x 2019-12-20 Write code to build all segments.
x 2020-01-02 2019-12-20 Figure out how to deal with loops.
x 2020-01-03 2019-12-20 Finish TransactionSetBuilder.
x 2020-01-05 2019-12-20 Reset `Eddy.data` when `Eddy.config.persistence_method` changes.
x 2019-12-20 Add a DB persistence_method. (see eddy-rails)
x 2020-01-07 2019-12-28 If a loop can only repeat once, dont treat it as a loop.
2019-12-27 Generate "ref map" files.
2019-12-30 Logging
2019-12-30 JSON schema validation errors.
2020-01-02 Ensure loops dont go over repeat limit.
2020-01-02 Implement `Segment.max_use` & `Segment.min_use`.
2020-01-05 Move `Build` to `eddy-build`?