|
@@ -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.
|