msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

[Feature Request] Integrated documentation #55

Open agramian opened 9 years ago

agramian commented 9 years ago

TestCaseDB should have an integrated HTML documentation section as part of the default install. Eventually the contents of the admin and quick start guides should be html documents but for now they should be downloadable/viewable as PDFs directly from the web interface. Once a layout and overall pattern is established for this documentation section I will document the v2 web api usage.

agramian commented 9 years ago

We need to get some basic documentation for setting up/installing TestCaseDB. Specific instructions should also be provided for setting up a proper development environment so that people can easily contribute to the project.
I develop on OSX pretty often so it would be nice to have instructions specific to setting up on a Mac.

joffems commented 9 years ago

@agramian @kirantpatil

I've developed a prototype help feature with the following:

  1. Help modal on the right hand side of page
  2. Help modal loads content dynamically from server. Loaded content is dependent on the URL of the current page that you're on.

A few notes.

kirantpatil commented 9 years ago

@joffems , it has come out really well. :+1: The design is good enough.

joffems commented 9 years ago

@kirantpatil I've merged the online help into the main branch.