Skip to content
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

What tool do you use for roadmap generation? #4

Closed
fajnydev opened this issue May 27, 2019 · 4 comments
Closed

What tool do you use for roadmap generation? #4

fajnydev opened this issue May 27, 2019 · 4 comments
Labels
question Further information is requested

Comments

@fajnydev
Copy link

I mean, in project we can find that json with entities -> i just wonder if there could be easy way to make anchors for this road image like imagemap in html, that could be so awesome! :)
Give me a hint, i could make further research

@drcabral
Copy link
Collaborator

Hi @wrzosdev

We used Balsamiq tool to built the image, because it's the same tool used in others roadmaps like this, so we thought that maybe will be easier to the community to adapt to this.

But if you know how to improve this and make it easier to create PR with changes, feel free to do any suggestions or open a PR!

@drcabral drcabral added the question Further information is requested label May 27, 2019
@anacoimbrag
Copy link
Collaborator

Hi @wrzosdev
Thanks for pointing that out! In addition to what @drcabral said, we are going to add to the readme the way to edit and generate the roadmap.

@fajnydev
Copy link
Author

Ok, so imagemap structure is about like

<img src="GENERATED_IMAGEjpg" usemap="#image-map">
<map name="image-map">
    <area target="_blank" alt="NODE.PROPS.TEXT" title="NODE.PROPS.TEXT" href="NODE.PROPS.URL" coords="NODE.X/Y/MEASUREDW/H" shape="rect">
[...]
</map>

and json node

{
                   "ID": "12",
                   "typeID": "TextInput",
                   "zOrder": "159",
                   "w": "333",
                   "measuredW": "142",
                   "measuredH": "46",
                   "x": "999",
                   "y": "381",
                   "properties": {
                       "text": "Emulator",
                       "align": "center",
                       "size": "32",
                       "color": "15843890"
                   }
               },

If there is easy way to add urls in Balsamiq(i don't have paid version, don't know really) like in properties node that should be extra easy to get all info from json to generate map mark by one click. I could do this in minutes(+ time to find proper docs ;)

How does it work in Balsamiq? Can we add/set custom urls for rect nodes there?

@fajnydev
Copy link
Author

:) no problem, nice to contribute in such creative way to organize learning 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants