Ticket #5 (closed enhancement: fixed)

Opened 21 months ago

Last modified 20 months ago

Deleting Graphs

Reported by: thomas.huxley90@… Owned by: glen.low@…
Priority: low: annoyance, enhancement Milestone: 1.0 appstore release
Version: 0.1 Keywords: delete
Cc:

Description

The ability to swipe across a Graph name to delete, or press the edit button and delete multiple graphs.

Attachments

SwipeDelete.jpg (49.1 KB) - added by thomas.huxley90@… 21 months ago.
Swipe to Delete Mockup
EditDelete.jpg (61.9 KB) - added by thomas.huxley90@… 21 months ago.
Edit to Delete Mockup

Change History

Changed 21 months ago by thomas.huxley90@…

Swipe to Delete Mockup

Changed 21 months ago by thomas.huxley90@…

Edit to Delete Mockup

Changed 21 months ago by mcmancini@…

It would be nice to have an edit button in the top corner that would let you delete graphs (like in EditDelete?.jpg) and change the name of graphs.

Changed 20 months ago by glen.low@…

  • owner set to glen.low@…
  • status changed from new to accepted
  • milestone set to appstore release

I'm going to go out on a limb here and implement delete by shaking. If something is selected, then it is deleted transparently (see #6); if nothing is selected, then an action sheet pops up to confirm whether you want to delete the whole graph. I've put a 1-second delay between recognized shakes so that it will be less likely to accidentally delete the graph when you've just deleted some node or edge.

Why? Again, delete gestures are not 100% standard across iPhone apps, some Apple ones recognize the swipe and delete, some don't. Given that Instaviz will already recognize shake-to-delete for nodes and edges, it extends consistently to graphs as well. I'll let this sit for user feedback and see how it goes.

Changed 20 months ago by glenlow

  • status changed from accepted to closed
  • resolution set to fixed

(In [33]) Added shake to delete entire graph when nothing selected, with an action sheet confirmation (fix #5). Added 1-second delay between shakes recognized as deletes. Added file delete detection.

Changed 20 months ago by glenlow

(In [49]) Added swipe-to-delete in the graphs list (fix #5, #33).

Note: See TracTickets for help on using tickets.