swe574-2015fall-group2 / webapp_repo

0 stars 1 forks source link

Group Details - Meeting name should be listed in the group details page instead of description #85

Closed cakyel closed 8 years ago

cakyel commented 8 years ago

In the Meetings panel of group details page, meeting description is shown. It should be replaced with meeting name.

http://162.243.215.160/Content/#/group_detail

image

cakyel commented 8 years ago

Test Cases

GIVEN there is an existing group in the system which the user has been joined and a meeting has been created in it, WHEN the user open group details page, THEN meeting name should be defined in the Meetings panel.

  • [x] The group details page is loaded successfully.
  • [x] The meeting record is listed in the Meetings panel.
  • [x] The meeting name is loaded in the correct location.
  • [x] Meeting details page opened when the meeting name is clicked.
cakyel commented 8 years ago

Tested OK.