eclipse / lyo.designer

lyo.designer
Eclipse Public License 2.0
11 stars 10 forks source link

Improved header and swagger pages. #148

Closed jadelkhoury closed 4 years ago

jadelkhoury commented 4 years ago
  1. Introduce a header with links to SPC and Swagger pages.

  2. Always generate swagger pages, to explain how to integrated

  3. better front page

  4. In the debug page for an SP, highlight the sample clients at start of page

jadelkhoury commented 4 years ago

See code changed under https://github.com/OSLC/lyo-adaptor-sample-modelling/pull/50/files to understand what changes I am proposing.

jadelkhoury commented 4 years ago

Thanks @berezovskyi

  1. We should refactor common JSP code as in https://stackoverflow.com/a/44857545/464590

I started using "include" in a few places. But I'd rather completely drop JSP altogether :-)

  1. You should feel free to make changes like this https://github.com/OSLC/lyo-adaptor-sample-modelling/pull/50/files#diff-0ed74e8f3409d71bc2f3bacb0728eee1R38 to the general CSS file.

I copied this code from the Swagger UI index.html. and wanted to keep it as is for future traceability.