ualbertalib / Hydranorth2

[deprecated] Sufia 7 based application
1 stars 2 forks source link

Add selecting a single community/collection pair to Works upload & edit pages #158

Closed mbarnett closed 5 years ago

mbarnett commented 7 years ago

We currently present the user with two drop-downs, one with a list of communities, and one a dynamically-updating list of collections int he currently selected community. I believe we'll want to retain this basic interface idea for the new gem, and not, say, render a huge dropdown of 300 community/collection pairs.

Any partials/JS for this will need to be included on both the Work upload and Work edit forms. Use select2 (or whatever current one is) to add filtering for long dropdowns

(split from #71)