Karim shoair commited on
Commit ·
2be5705
1
Parent(s): 2c25d77
Update ROADMAP.md
Browse files- ROADMAP.md +1 -1
ROADMAP.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 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 |
-
- [
|
| 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
|
|
|
|
| 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
|