swe574-2015fall-group2 / core_repo

0 stars 2 forks source link

Note Service - Pin a Note #231

Closed cakyel closed 8 years ago

cakyel commented 8 years ago

In order to show a pinned note at the top of group details page, isPinned attribute should be added.

Swagger

http://petstore.swagger.io/#/

http://162.243.215.160:9000/api-docs

Group Details

http://162.243.215.160/Content/#/group_detail

image

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

barisozcanli commented 8 years ago

@recepgunay53 While listing notes in group page, isPinned attribute should be checked and a pin image should be put. Pinned notes will be listed on top of noteList.

and also while creating and updating note, it should be selectable to be pinned or not