kinto-admin icon indicating copy to clipboard operation
kinto-admin copied to clipboard

Edit records of a collection in series

Open almet opened this issue 7 years ago • 3 comments

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:

  1. Go to the list of records
  2. Click on the first one
  3. Edit it
  4. Go back to the list of records
  5. Click on the next item
  6. Edit the second item (Loop)

I can imagine another flow were I do:

  1. Go to the list of records
  2. Click on the first one
  3. Hit save / Click next
  4. 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.

almet avatar Oct 14 '18 11:10 almet

It could also be some arrows on top of the record form (previous / next). It would also allows to browse the records attributes easily

leplatrem avatar Oct 15 '18 10:10 leplatrem

yup :-)

almet avatar Oct 16 '18 16:10 almet