alpheios-project / alpheios_nemo_ui

Alpheios Reader
https://texts.alpheios.net
GNU General Public License v3.0
3 stars 0 forks source link

Fix display and implement search feature for collections (languages and authors) #79

Open balmas opened 5 years ago

balmas commented 5 years ago

Mobile Design: https://github.com/alpheios-project/design-guidelines/tree/master/v3/AlpheiosReader-Mobile/Collections/Search

Desktop Design: https://github.com/alpheios-project/design-guidelines/blob/master/v3/AlpheiosReader-Desktop/Collections/Search.png

Note that we do have the ability to support autocomplete in the search box, and although the design does not include this, I really think it's necessary so I'd like to include it.

HTML Template: https://github.com/alpheios-project/alpheios_nemo_ui/blob/master/alpheios_nemo_ui/data/templates/alpheios/navcollection.html the autocomplete data is currently using the javascript at https://github.com/alpheios-project/alpheios_nemo_ui/blob/master/alpheios_nemo_ui/data/assets/js/menu.js which depends upon the Bloodhound and JQuery libraries

balmas commented 5 years ago

deferring this out of the mvp release scope