Closed genshinw closed 2 years ago
Please @kamranahmedse think about making the roadmap renderer public. We'll be able to implement custom and interactive roadmaps for our colleagues. Roadmaps do not have to be strictly related to the world of development and this tool would help everyone who wants to implement something like that.
Edit: I really like the feature where the user clicks on a particular item and the details open on the right side. Examples of what can be built in case the author decides to release roadmap-renderer to the public:
@genshinw here's a temporary solution I found: checkout to an commit that is made before the author decided to make the roadmap-renderer private, and simply continue from there.
git checkout 83933b9df610a0737779bf6ffd125be6df5347df
That commit happened at Aug 28, 2022.
@dekadentno Thank you very much!But after checkout this 83933b9 version, I haven't find the render
dir in lib. Where did I go wrong?
@genshinw I am not entirely sure what happened. If I were you, I would just find the "Add roadmap-renderer package" commit on the master branch from Aug 28, 2022 and go back in time one commit at a time and find the one that works locally.
Thank you for opening the issue. I am in the process of rewriting bits of the project. The roadmap renderer has been taken out from the codebase into a separate package. It needs to be cleaned up and be made feature complete before we make it public. However, you should be able to install the dependencies now.
Hi, I very like the beautiful roadmap, I want to know how to impl such svg clickable roadmap. Do you have any plan to make the roadmap-renderer to public? Thanks very much.