gbv / coli-ana

API to analyze DDC numbers
https://coli-conc.gbv.de/coli-ana/app/
MIT License
2 stars 0 forks source link

Include web form in base view #1

Closed nichtich closed 3 years ago

nichtich commented 4 years ago

The HTML view at the base URL should contain a form to decompose DDC numbers.

nichtich commented 3 years ago

Started with https://github.com/gbv/coli-ana-api/commit/1705b60966be033a2b37a6b1cd9d0c7e973aeb6f.

The display could be extended by checking the member concepts at coli-conc.gbv.de/api/ to

stefandesu commented 3 years ago

I would like to show concept details (loaded via cocoda-sdk) somewhere in the interface. Two suggestions:

  1. Use an interactive popover on mouseover (via Tippy.js).
  2. Show the details inline after click.

What do you prefer, @nichtich?

nichtich commented 3 years ago

I'd prefer popover so you can quickly scroll through the list. The concept should somehow be marked when additional information is available. Links into Cocoda could be given with icons in an additional column.

nichtich commented 3 years ago

As an exception: information about the full notation's class should directly be shown below the header (#5)

stefandesu commented 3 years ago

Sounds good. 👍

nichtich commented 3 years ago

Web form still can be improved but this should be discussed in issues about the specific improvements, so closing this.