piccolo_admin icon indicating copy to clipboard operation
piccolo_admin copied to clipboard

Roadmap

Open dantownsend opened this issue 5 years ago • 2 comments

  • [x] Be able to bulk delete items in the admin
  • [x] Be able to bulk modify items in the admin
  • [x] Improve pagination when dealing with lots of data in a table.
  • [x] CSV export
  • [x] Add a custom widget for Interval fields - currently just accepts a number of seconds.
  • [x] Use FastAPI for the API
  • [x] User management - creating users and changing passwords via the UI
  • [x] Be able to change the page size (i.e. number of results per page) dynamically in the UI
  • [x] Be able to specify a site name in create_admin, so the UI shows MySite Admin in the nav bar, rather than the default Piccolo Admin

dantownsend avatar Aug 25 '20 20:08 dantownsend

Hi Daniel In roadmap CSV export isn't applied yet. I made export to csv with help of https://www.npmjs.com/package/vue-json-excel. I tried on 10000 records with filtering and sorting and work fine. I can make PR that you can see code and try it.

admin

What do you think?

sinisaos avatar Dec 21 '20 07:12 sinisaos

@sinisaos Yes, that would be great. I assumed it would require some backend work for CSV exporting to work, but if there's a JS library for it, even better!

dantownsend avatar Dec 21 '20 18:12 dantownsend