swe574-2015fall-group2 / webapp_repo

0 stars 1 forks source link

Update Note - Pin selection #75

Open cakyel opened 8 years ago

cakyel commented 8 years ago

A user may select a note as pinned at Update Note 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/231

cakyel commented 8 years ago

Test Cases

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

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