ninapavlich / django-batch-uploader

Django batch uploading
MIT License
8 stars 4 forks source link

Improve default fields form position and visibility (feature request) #3

Open olivierdalang opened 8 years ago

olivierdalang commented 8 years ago

Hi,

This is not a bug but a feature request. Here, I intend to use the batch uploader to upload pictures in the propper category and with the propper date. 99% percent of the time, the whole batch is for the same date and the same category, making the "default fields" much more important for the user than the individual fields.

The current layout places the default fields at the bottom and in a folded div, making it hard to see, especially when there's a long list of uploads.

Thanks !!

ninapavlich commented 8 years ago

Thanks for the feedback! I'll shift those around!

ninapavlich commented 8 years ago

Hi @olivierdalang,

I moved the defaults section so it's open and between step one and three:

screen shot 2015-10-29 at 1 25 00 pm

This fix is applied to version 0.10. Let me know if this improves the overall workflow, or if there's any other usability issues you encounter!

olivierdalang commented 8 years ago

Ok it's much better for me, thanks !

I think the layout could still be improved by :

temp