From 84a8d9da9358736abc9198db4d79c3eeeb8b59a6 Mon Sep 17 00:00:00 2001 From: David Rice Date: Thu, 4 Apr 2024 13:36:49 +0100 Subject: [PATCH] docs: update TODOs --- todo.mdown | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/todo.mdown b/todo.mdown index 2a2da3f..560584a 100644 --- a/todo.mdown +++ b/todo.mdown @@ -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)** @@ -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?