Skip to content

Commit

Permalink
docs: update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjrice committed Apr 4, 2024
1 parent fddeecb commit 84a8d9d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions todo.mdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## TODO

### Version (0.0.3)

* Remove data from the repo / gem **(DONE)**
* If nil or blank data found. Remove from output
* Specs should not test the internal methods, should retrieve the objects to test from Atco.parse !!
* Parse all objects into more native ruby objects
* Header attributes should just be root attrs

### Version (0.0.2)

* Place the entirety of atco code within a Module for namespacing. **(DONE)**
* Journey data, combine into one object. **(DONE)**

### Version (0.0.1)

* 0. File Header **(DONE)**
Expand All @@ -18,19 +31,6 @@
* Location data should be combined **(DONE)**
* Gemify the library **(DONE)**

### Version (0.0.2)

* Place the entirety of atco code within a Module for namespacing. **(DONE)**
* Journey data, combine into one object. **(DONE)**

### Version (0.0.3)

* Remove data from the repo / gem **(DONE)**
* If nil or blank data found. Remove from output
* Specs should not test the internal methods, should retrieve the objects to test from Atco.parse !!
* Parse all objects into more native ruby objects
* Header attributes should just be root attrs

### Nice-to-have

* "Models" are getting quite repetitive/declarative, declarative is good to allow for easy (understandable) mapping to better domain... however, use active model?
Expand Down

0 comments on commit 84a8d9d

Please sign in to comment.