swe574-2015fall-group2 / webapp_repo

0 stars 1 forks source link

Group Details - List pinned meeting/note/discussion at the top #76

Open cakyel opened 8 years ago

cakyel commented 8 years ago

The pinned meeting/note/discussion must be shown at the top of the group details page.

Group Details

http://162.243.215.160/Content/#/group_detail

image

Related issues https://github.com/swe574-2015fall-group2/webapp_repo/issues/74 https://github.com/swe574-2015fall-group2/webapp_repo/issues/75 https://github.com/swe574-2015fall-group2/webapp_repo/issues/73

cakyel commented 8 years ago

Test Cases

GIVEN there is an existing meeting in an existing group WHEN the user pins a meeting THEN the meeting is listed at the top of group details page

GIVEN there is an existing note in an existing group WHEN the user pins a note THEN the note is listed at the top of group details page

GIVEN there is an existing discussion in an existing group WHEN the user pins a discussion THEN the discussion is listed at the top of group details page

  • [ ] A meeting can be pinned and it is shown at the top of group details page
  • [ ] Multiple meetings can be pinned and they are shown at the top of group details page
  • [ ] A note can be pinned and it is shown at the top of group details page
  • [ ] Multiple notes can be pinned and they are shown at the top of group details page
  • [ ] A discussion can be pinned and it is shown at the top of group details page
  • [ ] Multiple discussions can be pinned and they are shown at the top of group details page
  • [ ] A meeting and a note can be pinned at the same time
  • [ ] A meeting and a discussion can be pinned at the same time
  • [ ] A note and a discussion can be pinned at the same time
  • [ ] A note, a meeting and a discussion can be pinned at the same time