wlanslovenija / PiplMesh

A social info portal for wireless networks.
http://dev.wlan-si.net/wiki/PiplMesh
Other
40 stars 19 forks source link

When user post something on channel show it #308

Closed mitjap closed 11 years ago

mitjap commented 11 years ago

Current implementation notifies user about incoming posts but does not display it. Make necessary changes so posts from user will always show immediately after post.

mitar commented 11 years ago

Related: #163

mitjap commented 11 years ago

In case user has slow connection i guess post should be displayed before we get response from server. This could be tricky to implement thought.

mitar commented 11 years ago

No. There is nothing wrong if there is a delay. Also Facebook has it. So we just have to provide some feedback (processing/loading). Because sometimes we will want also to do some spam checking and stuff.

The other way is also that we configure Tastypie to return full object not successful post, not just URI.

mitar commented 11 years ago

Anyway, this is probably just an if-sentence, if author == current user, display, otherwise go into current logic.