kinto-admin
kinto-admin copied to clipboard
Edit records of a collection in series
I'm currently facing a use case where I have to edit almost all the records of a collection. I want to be able to do it manually (i.e. it's not possible to automate this). My current flow is as follows:
- Go to the list of records
- Click on the first one
- Edit it
- Go back to the list of records
- Click on the next item
- Edit the second item (Loop)
I can imagine another flow were I do:
- Go to the list of records
- Click on the first one
- Hit save / Click next
- Edit the second item (loop).
I know that Odoo for instance proposes something like this in their software and it's really useful when you have to batch edit a bunch of things manually.
It could also be some arrows on top of the record form (previous / next). It would also allows to browse the records attributes easily
yup :-)