damithc / testrepo3

0 stars 0 forks source link

[GOAL] Display messages to user at places affected by eventual consistency #262

Open damithc opened 10 years ago

damithc commented 10 years ago

From arnold.k...@gmail.com on February 13, 2014 15:04:13

When certain things fail because of eventual consistency it might be better to throw a special exception and then tell the user something along the line of "The data is being updated please try again in a few minutes" instead of failing and saying there's a server error.

Original issue: http://code.google.com/p/teammatespes/issues/detail?id=1612

damithc commented 10 years ago

From arnold.k...@gmail.com on February 12, 2014 23:06:02

One example is issue 1606

damithc commented 10 years ago

From leeshaw...@gmail.com on February 12, 2014 23:12:13

Should I add a GOAL tag to this issue? I'm not quite sure if we can just throw a custom exception / error message as the code that is affected by eventual consistency might be different and is scattered across the whole codebase.

damithc commented 10 years ago

From dam...@gmail.com on February 12, 2014 23:14:52

Summary: [GOAL] Custom exception and error message for persistency issues (was: Custom exception and error message for persistency issues)
Labels: -Type-Task Type-Goal

damithc commented 10 years ago

From leeshaw...@gmail.com on February 13, 2014 02:22:55

Labels: Goal.EventualConsistencyMessages

damithc commented 10 years ago

From leeshaw...@gmail.com on February 15, 2014 00:00:10

Summary: [GOAL] Display messages to user at places affected by eventual consistency (was: [GOAL] Custom exception and error message for persistency issues)