denshoproject / ddr-public

Web UI for publishing DDR collections.
Other
1 stars 1 forks source link

ui: Entity and Collection detail pages need to be able to display large amount of name data #206

Open GeoffFroh opened 1 year ago

GeoffFroh commented 1 year ago

The Entity and Collection detail pages display names data in the "Creators" and "Persons" fields; however, the existing layout of the page was designed to show a small number of items rather than a list of (possibly?) 10, 15 or 20. Note: some of the newspaper items could have even more.

One possible design idea would be to use a bootstrap accordion-style widget.

GeoffFroh commented 1 year ago

Possible solution: make "Topics", "Facility", "Creators" and "Persons/Organizations" two columns wide, akin to the "Contributors" field

GeoffFroh commented 3 months ago

Show 10 names by default with a "more..." link that displays the rest of the data, similar to the "pi" menu in the DDR Editor

GeoffFroh commented 3 months ago

And also add this display behavior to "Topics" as well (see #223)

gjost commented 3 months ago

Implemented behavior in ddr-public commit ea54e52 on branch 206-entity-fields-display.

gjost commented 3 months ago

Added toggle to topics list in ddr-public commit a539ffa on branch 206-entity-fields-display.

gjost commented 3 months ago

Meged changes in to develop branch and installed on ddrstage.densho.org

gjost commented 2 months ago