-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3d7b28
commit 7124746
Showing
3 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
^docs$ | ||
^pkgdown$ | ||
^profile$ | ||
TODO.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# TODO | ||
|
||
## In general | ||
* Better structure of tests with less specialized cases? | ||
|
||
## for v0.3.4 ? | ||
* Handling geometry does not work very well and should be reconsidered. Maybe | ||
by importing some package like sf and storing the geometry as sf-objects, | ||
though this seems overkill. Or keep original JSON-string somehow to be useable | ||
GeoJSON...? | ||
* `remove_config_names()` may or may not overwrite data with the information | ||
from unused fields, and I have to check that, though I have not yet noticed | ||
any problem. | ||
|
||
## for 1.0.0 | ||
* Getting CRAN-ready: Better structured tests that do not depend on DB-connections. | ||
* Reduced messaging behaviour. | ||
* Reduced functions, make it easier to maintain somehow. | ||
* Clean up old code. |