SwensenSoftware / im-only-resting

A feature-rich WinForms-based HTTP client
http://www.swensensoftware.com/im-only-resting
Apache License 2.0
186 stars 32 forks source link

New Feature: persistent History to compliment snapshots #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we have a feature called Snapshots which do not persist after the 
application closes. Whereas Snapshots include the response in addition to the 
request, the History we implement will only persist the request. Here are the 
features we aim to implement
* Persist request history upon application close, load request history upon 
application start
* Continue to use Snapshots for request / responses that occurs within the 
current application session; Snapshots will just be considered an enhanced type 
of History - they will live together in the same menu list, though Snapshots 
should be distinguished with a camera icon indicating their enhanced status
* Move current Snapshots menu item from under File to new top-level "History" 
menu item. This should satisfy the request in Issue 41.
* the History drop down menu should contain a separated "Clear History" item 
that will clear out the history
* The Max Snapshots user setting should be renamed "Max History" 

Original issue reported on code.google.com by stephen....@gmail.com on 30 Jul 2014 at 4:08

GoogleCodeExporter commented 9 years ago
So far we are done with all the requirements except the last two + the Camera 
icon to display next to Snapshot items in the History list.

Original comment by stephen....@gmail.com on 30 Jul 2014 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 1 Aug 2014 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 1 Aug 2014 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 2 Aug 2014 at 3:39