omeka-s-modules / Collecting

GNU General Public License v3.0
2 stars 6 forks source link

Feature/value suggest #50

Closed Daniel-KM closed 3 years ago

Daniel-KM commented 4 years ago

In some cases, it's useful to use suggestions from the module Value Suggest directly in the collecting forms. So this is the feature. Require the js from omeka-s-modules/ValueSuggest#44 . Based on #47 .

Daniel-KM commented 4 years ago

It's working fine in frontend. Some improvements may be done in code, in particular to manage the prompt in the database (maybe an array of params instead of one column for each type), but I preferred not to change the database for now.

Daniel-KM commented 4 years ago

Last main thing to do is to allow contributor to fill multiple times the same prompt, that is important for creators and subjects.