UMB-CS-682-Team-03 / tracker

0 stars 0 forks source link

Documentation #25

Closed patel-malav closed 4 months ago

patel-malav commented 5 months ago

The usage documentation and code documentation is missing

rouilj commented 4 months ago

The doc should cover:

I suggest each of you writes one major section. I am not sure if info mode is implemented. It think it was identified but I am not sure I followed up on it.

rouilj commented 4 months ago

Also add info on how to refresh classhelper.js. using ctl-shift-R in the popup window empties it. I can keep the developer console open with disable caching to get the css file updated. But there seems like there should be an easier way.

rouilj commented 4 months ago

Also for the admin guide cover installation. I think there are 4 components:

  1. install classhelper.js in html directory
  2. install classhelper.css in html directory
  3. install translation endpoint (_generic.json) as _generic.translation. (This may require changing the endpoint (@template) in the js code. This requires an updated roundup where the roundup code has support for setting the template's mime type in the html response.)
  4. add the /rest/roles endpoint via interfaces.py

I think that's it.

patel-malav commented 4 months ago

Addressed the last comment, the docs were updated closing the issue