foodcoop-adam / foodsoft

DEPRECATED, being merged in upstream. Web-based software for foodcoops - as used in NL.
http://foodcoop-adam.github.io/
Other
10 stars 3 forks source link

[vokomokum] graceful error handling with dry order system #115

Closed wvengen closed 10 years ago

wvengen commented 10 years ago

The total amount of member orders is communicated to the vokomokum dry ordering system (by means of the fresh upload form, internally). This may not always succeed, and those cases need to be handled gracefully by foodsoft.

  1. Find out what can go wrong
  2. Decide how to react
  3. Implement sensible responses in foodsoft

Issues:

tg-x commented 10 years ago

Error checking only happens during CSV upload, so we do a two-step upload, first using the CSV method. See b948af8336688fce35d24a1e6ccc0aedb80509e7

wvengen commented 10 years ago

What's left is presenting errors to the user (as right now they're exceptions). Ajax error handling is most important here.