Bug: Editing of entered set - disappears from Home #163

Closed
opened 2023-07-26 11:37:25 +00:00 by HcNguyen111 · 2 comments

When an already entered set is "Saved" (even if no changes made) via its "Edit set" screen, the set then disappears from the "Home" list.

The set data itself still seems to exist as you can still see it in Graphs and Plan counts, it just visually disappears from Home.

Update: editing via selecting the set, then picking "Edit" in the menu doesn't make it disappear.

When an already entered set is "Saved" (even if no changes made) via its "Edit set" screen, the set then disappears from the "Home" list. The set data itself still seems to exist as you can still see it in Graphs and Plan counts, it just visually disappears from Home. Update: editing via selecting the set, then picking "Edit" in the menu doesn't make it disappear.
brandon.presley added the
bug
label 2023-07-27 00:59:58 +00:00

This was some weird behaviour surrounding the created times. The data isn't lost it's just been moved up more recently in the day, so now it's out of order. I've made sure the edit screen no longer updates the created time unless the user has actually changed it.

This was some weird behaviour surrounding the created times. The data isn't lost it's just been moved up more recently in the day, so now it's out of order. I've made sure the edit screen no longer updates the created time unless the user has actually changed it.

Semi related to this, but as the app exists it doesn't surgically update lists, it refreshes every time you navigate to the page. This feels clunky to me unlike something robust like what Flutter has where you can listen to live data. An easy but annoying way we could accomplish this is by making custom events that fire on a successful create/update/delete.

Semi related to this, but as the app exists it doesn't surgically update lists, it refreshes every time you navigate to the page. This feels clunky to me unlike something robust like what Flutter has where you can listen to live data. An easy but annoying way we could accomplish this is by making custom events that fire on a successful create/update/delete.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: brandon.presley/Massive#163
No description provided.