Skip to content

Ozan Notes

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

SERVER

  1. follow(id), getThreads queries makes the server down
  2. Server ignores line breaks (on Messages)
  3. removeStar(url) needed (with star count in response)
  4. Comment functions needed (getComments, sendComment etc.)
  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)
Clone this wiki locally