Skip to content

Ozan Notes

Emre Sokullu edited this page Mar 20, 2018 · 13 revisions

SERVER

  1. follow(id), getThreads queries makes the server down (bi de getFollowers falan lazim sanirim?)
  2. Server ignores line breaks (on Messages)
  3. removeStar(url) needed (with star count in response) (unstar olarak implement ettim)
  4. Comment functions needed (getComments, sendComment etc.) (done, getComments ve addComment[url, content])
  5. getGroups(id) needed (with member count in response) (bu tamam, count diye yeni bir field donduruyor)
  6. on getProfile(id) response, groups object is sentence case, needs to be camel case (su an lower case yaptim, ok mi?)
  7. Group creator should automatically join the group (oyle olmadigini nerden biliyosun, test ettin mi, ben bi grup yarattim direkt 1 uyesi vardi)
  8. is_read on getConversation's' should be updated on getConversation(with)
  9. getConversations should have unread message count (see: countUnreadMessages)

~~ Kendime notlar:

removeStar buggy

Clone this wiki locally