TandoorRecipes / recipes

Application for managing recipes, planning meals, building shopping lists and much much more!
https://docs.tandoor.dev
Other
5.56k stars 589 forks source link

Only show needed fields when addding new storage backend #283

Open aarondoet opened 3 years ago

aarondoet commented 3 years ago

Is your feature request related to a problem? Please describe. Currently on /new/storage inputs for password, token and url are displayed, no matter if you have dropbox or nextcloud selected as method. Therefore a note is added to tell the user to just ignore it.

Describe the solution you'd like When selecting dropbox only the dropbox related inputs should show, when selecting nextcloud only nextcloud related inputs should show.

vabene1111 commented 3 years ago

yes that would be nice. Currently the form is a standard django form without any javascript magic but that would be something worth changing i guess.

MarcusWolschon commented 2 years ago

Having 2 "path" fields with 1 of them ignored and no instructions and no error messages except "Server Error (500)" also makes it extremely confusing and frustrating to set up.

vabene1111 commented 2 years ago

yes, the external recipes feature has not seen much love for a long time, it works in its very basic way when setup correctly but at some point i will need to work on it again. But for now more people benefit from work on the internal recipe features so this is not a priority.