Now that it's django based and using jet, I'm going to add various improvements to the SNAPI admin (for articles & blogs lists)
[x] Change order of columns
[x] Shorten assigned launches and assigned events columns headers (add description in tooltip), add tooltip with list of objects linked on hover of the value, hide 0 value to make those with objects linked more visible
[x] Shorten featured and is deleted column headers (add descriptions in tooltip)
[x] Custom date/time format
[x] Autocomplete AJAX filters for new sites, launches, and events
[x] Look if featured should be a list_editable field (see docs)
[x] Decrease numbers of items per page to 30
[x] Direct link to article/blog from the list in a dedicated column
[x] Preview of the article/blog image in the edit view
Now that it's django based and using jet, I'm going to add various improvements to the SNAPI admin (for articles & blogs lists)
assigned launches
andassigned events
columns headers (add description in tooltip), add tooltip with list of objects linked on hover of the value, hide0
value to make those with objects linked more visiblefeatured
andis deleted
column headers (add descriptions in tooltip)featured
should be alist_editable
field (see docs)