Open woqja125 opened 6 years ago
Implemented by woqja125
add Pagenation_class in Article Viewset
add .order_by('id') in queryset
add field with ManyToManyRelation return total up&down vote in serializer add upvote, downvote action in article viewset
only when email addr ends with @snu.ac.kr handle error case
make SerializerMethodField in serializer
make model, add to admin page, make views
add list view for get pk of author permission check for remove or edit author
PR : https://github.com/cubelover/CoSNU/pull/9 Add post_comment in article page
PR : https://github.com/cubelover/CoSNU/pull/12 / ISSUE : https://github.com/cubelover/CoSNU/issues/6 When write new article or delete article, it can be shown immediately.
PR : https://github.com/cubelover/CoSNU/pull/13 / ISSUE : https://github.com/cubelover/CoSNU/issues/7 Divide State => (user_state, article_state)
PR : https://github.com/cubelover/CoSNU/pull/19 Enable Page System add (first / prev / pages numbers / next / last) below article table make pass test / del comments in code fix frontend by changed backend / add pages
PR : https://github.com/cubelover/CoSNU/pull/24 Show searching lecture in Edit Profile Show searching list in Edit Profile
PR : https://github.com/cubelover/CoSNU/pull/30 Show lecture names in most pages
PR : https://github.com/cubelover/CoSNU/pull/33 Make lecture list table component. When click one of the list, the lecture shown "selected"
PR : https://github.com/cubelover/CoSNU/pull/35 Show Number of Upvote, Downvote, Comment in AriticleList When click some button, it can be shown immediately.
PR : https://github.com/cubelover/CoSNU/pull/41 Register Lecture with Backend
PR : https://github.com/cubelover/CoSNU/pull/47 Add Alert System Login Alert, Logout Alert, Email Alert
Implemented by cubelover
Approve design of frontend
PR : #21 [Frontend] implement Upvote/Downvote
PR : #36 [Frontend] add alert state for show message to user [Frontend] In signup, show 'valid' or 'invalid' message for user's email address using alert state
PR : #39 [Frontend] modify signup for working well
PR : #46 [Frontend] implement report
Iteration 4 progress report