avo-hq/avo

Inline edit on Index view

Offen

#1.112 geöffnet am 29.07.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Ruby (308 Forks)user submission
Back endFeatureFront endHelp wantedHigh ImpactOffice HoursStale exempthacktoberfest

Repository-Metriken

Stars
 (1.778 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 6h) (67 gemergte PRs in 30 T)

Beschreibung

Feature

We'd like to enable inline editing records on the Index view.

From this thread.

This feature will have a few components:

  • The back-end will support updating multiple records at once based on their resources
  • On the Index view the users will be able to click/double click (or another interaction) on a particular field from the table row and that field will turn into an edit input based on the field type. Then, they can submit that change and it will be reflected in the UI.
  • On the Index view a user can select a few records, then hit an "edit" button. This will bring up a modal with a form to edit all those records. The fields that have common values will be pre-filled with that common values.

Back-end approach: https://www.loom.com/share/f41a28048b8d4b80a3296e80d85fab41?sid=f1ba9ce6-41e2-48c0-9d3b-b4734169317f

Contributor Guide