dwyl / mvp

📲 simplest version of the @dwyl app
https://mvp.fly.dev
GNU General Public License v2.0
87 stars 2 forks source link

Feat: Proactively Save `item.text` on device to avoid losing data #253

Open nelsonic opened 1 year ago

nelsonic commented 1 year ago

as noted in #247 I have lost data typed into the item.text <textarea> on several occasions. 🤦‍♂️ this is hugely frustrating and as a person using this MVP I would quit the App immediately if it happened to me. 👎

Story

As a person using the @dwyl App/MVP I want to have the item.text I'm writing So that I don't lose any of it!

Todo

Questions:

  1. If the person has multiple tabs open for the MVP, how do we allow them to have multiple item.text in "draft" on the device? 💭

  2. Do we want to sync draft text between connected clients so that I can start typing on one device and pick-up on another? or is this overcomplicating? Perhaps we can address this in the future. 💭

nelsonic commented 1 year ago

@SimonLab please LMK if you think this is satisfied by your recent PR #254 🙏

SimonLab commented 1 year ago

The PR https://github.com/dwyl/mvp/pull/254 fixed

as noted in https://github.com/dwyl/mvp/issues/247 I have lost data typed into the item.text