|
@@ -87,9 +87,16 @@
|
|
#+END_CODE
|
|
#+END_CODE
|
|
- [X] Try to insert that in the DB
|
|
- [X] Try to insert that in the DB
|
|
- [ ] Check whether this geoJSON has also been inserted in its own table.
|
|
- [ ] Check whether this geoJSON has also been inserted in its own table.
|
|
|
|
+ - It has its own table called CoveredAreas
|
|
|
|
+ - [ ] How did stuff end up in here?
|
|
|
|
+ This data is duplicated in the DB. It belongs both in the JSON model of IPS
|
|
|
|
+ and its own CoveredAreas.
|
|
|
|
+
|
|
|
|
+ Everything seems to be synchronized though a =pre_save= hook on the ISP model.
|
|
|
|
+ =_sync_covered_areas= is in charge of synchronising both the covered areas and the
|
|
|
|
+ Office Location.
|
|
- [ ] How is this database created?
|
|
- [ ] How is this database created?
|
|
Is it the same sqlite database as the main one?
|
|
Is it the same sqlite database as the main one?
|
|
-
|
|
|
|
- [ ] Fix the test, if needed.
|
|
- [ ] Fix the test, if needed.
|
|
** TODO Test the remote fetching scrapper for the 0.2 format [0%]
|
|
** TODO Test the remote fetching scrapper for the 0.2 format [0%]
|
|
- [ ] Write a test using an example coming from the fdn json format repo.
|
|
- [ ] Write a test using an example coming from the fdn json format repo.
|