-
Notifications
You must be signed in to change notification settings - Fork 2
Description
-
When we do GET on /user/:pk, it does not returns enough information of meeting_hosted, meeting_set, membership_set. However, to show meetings as icon, we also need more information of those meetings. Please send the JSON as GET on /search/:pk. -
I need to GET recent meetings for front page. I will think of use infinite scrolling (as facebook) on it, so please give function of returning meetings of (id ~ id + 9), when GET to /meetings/new/:id. -
Please check the PUT on the user detail, and meeting detail.
Added on 0602: PUT not works on tag_set field.
-
Please check for photo field. -> need work together -
It might be great if user can go to user page via click nametag on comment. So please serialize profile id together when serialize comment too!
Currently it only returns user's nickname, instead of user's id.User's id is also useful, since it can provide link to user page, and determine whether show '수정', '삭제' button to current user or not.
Please add Latitude, Longitude on region! Currently working on frontend form
Added on 0611
-
We also need API on backend for Cancel joining meeting, Cancel approving meeting.
-
When photo upload is done, please send user profile image when "GET" on '/users/'. It's for small profile icon on Toolbar. -
It will be better to seperate meeting in 3 sets. 'Hosted', 'Pending', 'Joined'
Currently, at the get on '/user/int:pk/', it returns meeting Hosted[], and Pending, Joined as one array.
Added on 0616
- On notification. Please send meeting name together, so that fronted can show it to users.
Please mark it as done by comment, when each one finished.