swe574-2015fall-group2 / webapp_repo

0 stars 1 forks source link

Update Discussion - Pin selection #74

Open cakyel opened 8 years ago

cakyel commented 8 years ago

A user may select a discussion as pinned at Update Discussion page in order to show it at the top of the group details page.

Group Details

http://162.243.215.160/Content/#/group_detail

image

Related core_repo issue https://github.com/swe574-2015fall-group2/core_repo/issues/230

cakyel commented 8 years ago

Test Cases

GIVEN there is an existing discussion in an existing group and Update Discussion page is opened WHEN the user pins the discussion and clicks Save button, THEN the discussion is pinned and it is shown at the top of group details page.

  • [ ] The discussion can be saved as pinned
  • [ ] The discussion can be saved as pinned while other information is also updated
  • [ ] The discussion cannot be saved when it is pinned but mandatory information is missing
  • [ ] The discussion is shown at the top of the page successfully