famanson / spring-roll-demo

Demo site for Project Spring Roll
1 stars 0 forks source link

Response for submission failure #34

Open famanson opened 10 years ago

famanson commented 10 years ago

@macduy when we create a post, the default at the moment is that it always succeeds. Now I have created the backend for it in the main codebase, shall we find a way to deal with the failing case too? I'd prefer we do it on the demo here first

congpine commented 10 years ago

What do you mean "failed post"? users lost connection while creating the post?

famanson commented 10 years ago

It doesn't matter from a front end point of view, all it needs to know is that it failed to create the post. It could be a network problem, a database failure etc