MutopiaProject / MutopiaWeb

MutopiaProject site evolution to HTML5
3 stars 7 forks source link

Updated item lists #73

Closed glenl closed 8 years ago

glenl commented 8 years ago

Added separate browse pages for instruments, composers, and collections. These are accessible from the home page. The "Browse" page remains unchanged (same as prototype) but these additional pages allow direct links from, for example, the instrument list 'show all' button directly to a page containing only instruments.

CSS was modified to allow the item lists, previously done with paragraphs, to now be done as CSS lists. Some style directives embedded in the html code have been moved to our CSS file as well.

PaulMorris commented 8 years ago

Looks good. Although... I don't think having both the browse page and these new individual pages is a good idea. Having fewer pages and avoiding redundant duplication of functionality makes for a simpler site and better user experience (not to mention less to maintain).

If others agree we could go with either (a) just the individual pages or (b) just a browse page with links pointing to anchors on that page. My original thinking was (b) but either one has its pros and cons.

I guess we could start an issue for this discussion?

glenl commented 8 years ago

This was a compromise --- I recognized the confusion of having each of these "show more" buttons taking you to essentially the same place and this was a relatively simple solution.

I'll start an issue.