DerGernTod / streunerkatzen

0 stars 0 forks source link

example images editor #34

Closed DerGernTod closed 4 years ago

DerGernTod commented 5 years ago

since we got rid of our custom dropdown entries, we can provide a possibility to upload example images for specific fur color

  • pick a dropdown field to show examples (usually 'Fellfarbe...')
    • map editabledropdown->id to editableformfield->id name (gives you all dropdown formfields)
  • get all fur colors from that dropdown field
    • editableoption contains all dropdown options, and a ParentID that contains the dropdown id
    • editableformfield contains the dropdown id and the Title (Fellfarbe)
  • create a multiupload field for each fur color

this might be even easier: we could extend the userforms dropdown cms fields to allow for one or multiple image uploads per dropdown option.

current issues:

frontend implementation:

DerGernTod commented 4 years ago

we still have to think about how to show this properly, also on mobile (there's no mousemove and hover events on mobile)