Browse Source

Forgot to add the org file.

Félix Baylac-Jacqué 6 years ago
parent
commit
bfccabb919
1 changed files with 18 additions and 0 deletions
  1. 18 0
      TODO.org

+ 18 - 0
TODO.org

@@ -0,0 +1,18 @@
+* TODO Test current implementation [0/4]
+** TODO Find a way to validate generated JSON according to the JSON scheme.
+   Looks like everything is done in
+   =isbformat.validator.validate_isp=, no automatic validation process
+   for the form.
+
+   There's an automatic validation for the crawler though.
+** TODO Test the remote fetching scrapper.
+** TODO Add some automated tests.
+** TODO See how the remote fetching scrapper is supporting both formats.
+* TODO Documentation [0/2]
+** TODO Update application documentation.
+   Apparently, the documentation is coming from the ispformat package,
+   =ispformat.specs=.
+
+   Seems like getting this up to date is a bit more tricky than just
+   increasing the format version release.
+** TODO Squash and write proper commit logs.