update readme todos with descriptive todos

This commit is contained in:
mrjvs 2023-09-05 21:30:10 +02:00
parent 7d7c6865e4
commit 8df547fb1d
1 changed files with 14 additions and 1 deletions

View File

@ -10,7 +10,19 @@ features:
> This package is still WIP > This package is still WIP
Todos: Todos:
- add tests (integration, unit tests) - add tests
- ProviderControls.runAll()
- are events called?
- custom source or embed order
- are fetchers called?
- is proxiedFetcher properly defaulted back to normal fetcher?
- makeStandardFetcher()
- do all parameters get passed to real fetch as expected?
- does serialisation work as expected? (formdata + json + string)
- do baseUrl settings work?
- does json responses get automatically parsed?
- makeFullUrl()
- do slashes get converted correctly?
- running individual scrapers - running individual scrapers
- finish fetchers: - finish fetchers:
- make baseUrl param work - make baseUrl param work
@ -18,6 +30,7 @@ Todos:
- automatically parse json - automatically parse json
- error logging for failed scrapers - error logging for failed scrapers
- make the lib not compile into one file, keep dependency structure - make the lib not compile into one file, keep dependency structure
- add all real providers
Future todos: Future todos:
- docs: examples for nodejs + browser - docs: examples for nodejs + browser