-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create webapp to keep track of your progress #70
Comments
I thought about creating it, but I'm struggling with library for displaying the graph. Do you know any good library for that? Readability is a key feature, so ideally if it doesn't look worse than the current version of the roadmap. |
@adam-golab D3? |
This is a great idea. Have you defined what "progress" means in this context? Would progress include github gists / repos, public website projects, etc? I'm willing to help you out on my free time. |
@chrisVillanueva I thought more of checking boxes to keep your progress. |
@adam-golab Yeah, that's my struggle as well. If I find a good alternative I will keep this issue updated. |
I can suggest using SVG for curves and just DIVs for another items. |
I've just parsed xml and rendered only boxes (not curves) in a few hours.
|
Awesome work @daminort ! Animated render can be totally amazing. But I'd say it's something extra, something to work on as a last thing. Firstly, I'd go for implementing links (or more information in the tooltips added to leafs). Regarding the user's progress I think the LocalStorage is a great place for that. But it requires to generate some kind of data structure for that. So it generates a few questions for you. I used draw.io as it has quite decent visual editor and easily export created image to the SVG. Now I'm afraid if you are not reimplementing the functionality to export XML to SVG/HTML. My thoughts are that maybe storing the roadmap in the XML is not the best solution? Maybe it's worth to use JSON/YAML or any other format for that? |
@adam-golab Hi! |
After a lot of attempts to convert XML to JS object I realized that Draw.io uses relative paths for curves. And I can't conceive how to calculate absolute values. |
Create webapp to keep track of your progress, with option to tick off items you already know and so on.
I'm working on it in my free time :-) if anyone wants to help, just reply here.
The text was updated successfully, but these errors were encountered: