cccs-web / core

CCCS' customized django web application
4 stars 11 forks source link

Break cv admin into fieldsets #139

Open pwhipp opened 10 years ago

pwhipp commented 10 years ago

To make the cv easier to edit in admin (e.g. at /admin/cvs/cv/11/), I suggest moving all the fields into fieldsets so that there is a 'metadata' fieldset like on the page admin.

This may take an hour or so.

cccs-ip commented 10 years ago

I don't exactly get what you mean by

so that there is a 'metadata' fieldset like on the page admin.

pwhipp commented 10 years ago

screenshot from 2014-08-26 16 07 33

cccs-ip commented 10 years ago

I still don't understand what you're proposing. If we break down the CV into 'fieldsets', (biodata, education, etc.... similar to the 'tabs' I had on the original spreadsheets), what is the advantage relative in terms of 'metadata'?

I am not opposed to improving the interface, but I don't quite follow what you are suggesting. I also find it relatively easy to manage the CVs with all fields together, since you can see the consultant's profile on one screen. I worry that breaking it apart means a lot more clicking around to manage a single person's CV from the back end.

pwhipp commented 10 years ago

The grouping would be more akin to your spreadsheet tabs if you want it that way. I felt that pulling the description and other metadata out into a metadata fieldset would make the presentation more concise and less confusing. This is entirely at your discretion though - if you are happy without doing this, just close the issue (perhaps tagged with a wontfix label for clarity).