decaf-dev / obsidian-dataloom

Weave together data from diverse sources and display them in different views. Inspired by Excel spreadsheets and Notion.so.
https://dataloom.xyz/
MIT License
901 stars 32 forks source link

unexpected behavior on row creation in filtered view [UX bug] #789

Open simonfossom opened 9 months ago

simonfossom commented 9 months ago

Describe the bug

When creating new row in filtered view I don't see that row was created.

Steps to reproduce

Filter loom, then create new row

Expected behavior

As a user, When I create a new row while filters are active, I want the cells in the new row to automatically populate with the values based on the active filters, So that I can immediately see the new row and understand its context within the filtered view.

Acceptance Criteria:

  1. Upon adding a new row in a filtered view, the row should be visible to the user.
  2. The cells in the new row should be auto-populated with values corresponding to the active filters.
  3. If multiple filters are active, the new row should respect all filter criteria.
  4. The user should be able to edit the auto-populated values if needed.
  5. If filters are removed, the new row should still retain the auto-populated values unless manually edited by the user.

Are you using the mobile app?

No

Obsidian debug info

none

Relevant log output

none