roberttdev / dactyl4

DACTYL in Rails 4
MIT License
1 stars 0 forks source link

Suggest Saving Results when Entered but not Saved #72

Open wsloand opened 9 years ago

wsloand commented 9 years ago

Occasionally when doing data entry, I will

  1. Click on a point on the right panel
  2. Highlight the region
  3. Enter the data (field name and value)
  4. Forget to click save
  5. Click on the next point in the right panel
  6. Lose what I just entered in step 3

It would be nice if there is a change to the field name or value if DACTYL pops up "Do you want to save this data point?" where clicking "yes" is equivalent to clicking "save" and clicking "no" is equivalent to clicking "cancel" in the data point entry area.

roberttdev commented 9 years ago

This one was deceptively complicated (spent 5 hours on it already), so I only implemented specifically the scenario you described. I'll need to add some extra functionality to the API (maybe another 5-10 hours) to be able to implement it all-around, so just let me know if any of that is high priority. Known issues:

wsloand commented 9 years ago

I'm a bit surprised that it's complicated. For the moment, this can move to a lower priority, but I would like to have consistency in the interface for all methods of forgetting to save data.