mezerotm / cmv

CMV is a citySDK based map visualizatoin tool
5 stars 5 forks source link

Add a help page. #22

Closed ravenusmc closed 7 years ago

ravenusmc commented 7 years ago

Currently, there is a button to get help on using the project. However, when it is clicked nothing happens. Thus, a help page should be added explaining how the project works.

mezerotm commented 7 years ago

Added a help page. But currently, it has no information. It is filled with temporary Lorem Ipson data.

hardnett commented 7 years ago

I had a couple of basic ideas:

hardnett commented 7 years ago

I'd also like to suggest that the help be a help.html file that is linked to from the index.html file. Or better yet, make a help directory where you can store any images and other assets as well. This will help to manage the code over time and keep the index.html focused on the navigation of the application and its structure.

mezerotm commented 7 years ago

Are you suggesting that the help popup should be an entire page in itself? or that I put the data from help.html into the help popup. I agree that the help info should be its own file, but that it shouldn't take its own page. And that instead of help.html that it be help.js

hardnett commented 7 years ago

Yes, I am suggesting that it be inserted into the popup. At the moment the data is in the index.html file. Whether you do this as a help.js or help.html is up to you. Its just a mater of seperating the data. the popup should still be the method of delivery.

mezerotm commented 7 years ago

I currently have an image overlay temporarily, on the master branch I will be working on this more in terms of turning my image into actual code that can be interactive. I will be working on this in a local branch so that I am not constantly pushing to master. When I am done I will do a pull request via this open issue.

hardnett commented 7 years ago

okay. I gotcha. I'll pick it up from here. I don't have a task. Let me know what you were planning to do.

hardnett commented 7 years ago

I am started using this: http://introjs.com/. Ill have something to push this weekend.