OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

To Do refresh after process a transaction #120

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a transaction queued up in To Do.
2. Click and process the transaction.
3. Note that the To Do list is not updated.

What is the expected output? What do you see instead?
While not wrong, it would be nice to auto-refresh the To Do list when the user 
processes a transaction.  Today, the user must click the Refresh button.

Original issue reported on code.google.com by yoz...@gmail.com on 9 Feb 2014 at 7:48

OpenESignForms commented 9 years ago

One option would be to remove the transaction from the To Do list as soon as it's clicked to process it. Then, the user would only have to click REFRESH if they don't process it and need to see it in the list again.

A more robust solution would allow for an event queue of some sort so that as it's clicked, it can be locked to the current user and removed from other users's To Do if they have the same transaction and party, and it can be removed entirely from all To Do if the party completes the step.