Skip to content

Commit 3e644f4

Browse files
authored
docs(roadmap): next steps
1 parent cb3cb76 commit 3e644f4

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,32 @@ Please see the [contributing guidelines](https://github.com/VinciGit00/Scrapegra
191191
[![My Skills](https://skillicons.dev/icons?i=twitter)](https://twitter.com/scrapegraphai)
192192

193193
## 📈 Roadmap
194-
Check out the project roadmap [here](https://github.com/VinciGit00/Scrapegraph-ai/blob/main/docs/README.md)! 🚀
195194

196-
Wanna visualize the roadmap in a more interactive way? Check out the [markmap](https://markmap.js.org/repl) visualization by copy pasting the markdown content in the editor!
195+
We are working on the following features! If you are interested in collaborating click on the feature and file a PR. If you have doubts and wanna discuss them with us, just contact us on [discord](https://discord.gg/uJN7TYcpNa) or open a [Discussion](https://github.com/VinciGit00/Scrapegraph-ai/discussions) here on Github!
196+
197+
```mermaid
198+
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#5C4B9B', 'edgeLabelBackground':'#ffffff', 'tertiaryColor': '#ffffff', 'primaryBorderColor': '#5C4B9B', 'fontFamily': 'Arial', 'fontSize': '16px', 'textColor': '#5C4B9B' }}}%%
199+
graph LR
200+
A[DeepSearch Graph] --> F[Use Existing Chromium Instances]
201+
F --> B[Page Caching]
202+
B --> C[Screenshot Scraping]
203+
C --> D[Handle Dynamic Content]
204+
D --> E[New Webdrivers]
205+
206+
style A fill:#ffffff,stroke:#5C4B9B,stroke-width:2px,rx:10,ry:10
207+
style F fill:#ffffff,stroke:#5C4B9B,stroke-width:2px,rx:10,ry:10
208+
style B fill:#ffffff,stroke:#5C4B9B,stroke-width:2px,rx:10,ry:10
209+
style C fill:#ffffff,stroke:#5C4B9B,stroke-width:2px,rx:10,ry:10
210+
style D fill:#ffffff,stroke:#5C4B9B,stroke-width:2px,rx:10,ry:10
211+
style E fill:#ffffff,stroke:#5C4B9B,stroke-width:2px,rx:10,ry:10
212+
213+
click A href "https://github.com/VinciGit00/Scrapegraph-ai/issues/260" "Open DeepSearch Graph Issue"
214+
click F href "https://github.com/VinciGit00/Scrapegraph-ai/issues/329" "Open Chromium Instances Issue"
215+
click B href "https://github.com/VinciGit00/Scrapegraph-ai/issues/197" "Open Page Caching Issue"
216+
click C href "https://github.com/VinciGit00/Scrapegraph-ai/issues/197" "Open Screenshot Scraping Issue"
217+
click D href "https://github.com/VinciGit00/Scrapegraph-ai/issues/279" "Open Handle Dynamic Content Issue"
218+
click E href "https://github.com/VinciGit00/Scrapegraph-ai/issues/171" "Open New Webdrivers Issue"
219+
```
197220

198221
## ❤️ Contributors
199222
[![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)

0 commit comments

Comments
 (0)