Karim shoair commited on
Commit
bb70f02
·
1 Parent(s): 8e67a4c

docs: update roadmap

Browse files
Files changed (1) hide show
  1. ROADMAP.md +6 -6
ROADMAP.md CHANGED
@@ -1,14 +1,14 @@
1
  ## TODOs
2
  - [x] Add more tests and increase the code coverage.
3
  - [x] Structure the tests folder in a better way.
4
- - [ ] Add more documentation.
5
  - [x] Add the browsing ability.
6
- - [ ] Create detailed documentation for 'readthedocs' website, preferably add Github action for deploying it.
7
  - [ ] Create a Scrapy plugin/decorator to make it replace parsel in the response argument when needed.
8
- - [ ] Need to add more functionality to `AttributesHandler` and more navigation functions to `Adaptor` object (ex: functions similar to map, filter, and reduce functions but here pass it to the element and the function is executed on children, siblings, next elements, etc...)
9
- - [x] Add `.filter` method to `Adaptors` object and other similar methods.
10
  - [ ] Add functionality to automatically detect pagination URLs
11
  - [ ] Add the ability to auto-detect schemas in pages and manipulate them.
12
- - [ ] Add `analyzer` ability that tries to learn about the page through meta elements and return what it learned
13
- - [ ] Add ability to generate a regex from a group of elements (Like for all href attributes)
14
  -
 
1
  ## TODOs
2
  - [x] Add more tests and increase the code coverage.
3
  - [x] Structure the tests folder in a better way.
4
+ - [x] Add more documentation.
5
  - [x] Add the browsing ability.
6
+ - [x] Create detailed documentation for the 'readthedocs' website, preferably add GitHub action for deploying it.
7
  - [ ] Create a Scrapy plugin/decorator to make it replace parsel in the response argument when needed.
8
+ - [x] Need to add more functionality to `AttributesHandler` and more navigation functions to `Selector` object (ex: functions similar to map, filter, and reduce functions but here pass it to the element and the function is executed on children, siblings, next elements, etc...)
9
+ - [x] Add `.filter` method to `Selectors` object and other similar methods.
10
  - [ ] Add functionality to automatically detect pagination URLs
11
  - [ ] Add the ability to auto-detect schemas in pages and manipulate them.
12
+ - [ ] Add `analyzer` ability that tries to learn about the page through meta-elements and return what it learned
13
+ - [ ] Add the ability to generate a regex from a group of elements (Like for all href attributes)
14
  -