swe574-2015fall-group2 / webapp_repo

0 stars 1 forks source link

Update Meeting - Existing data should be shown in the page #79

Closed cakyel closed 8 years ago

cakyel commented 8 years ago

When "Update Meeting" button is clicked in a meeting details page, existing meeting information should be shown in the Update Meeting page.

http://162.243.215.160/Content/#/update_meeting

image

cakyel commented 8 years ago

Test Cases

GIVEN there is an existing meeting of an existing group and the user is in meeting details page, WHEN the user clicks Update Meeting button, THEN existing values of the meeting should be shown in Update Meeting page

  • [x] Meeting Name field is filled
  • [x] Description field is filled
  • [x] Meeting Date field is filled
  • [x] Meeting Hours - Start field is filled
  • [x] Meeting Hours - End field is filled
  • [x] Time Zone field is filled
  • [x] Location field is filled
  • [ ] Online Meeting tick is checked - if it is checked before
  • [ ] Details field is filled - if it is filled before
  • [ ] Related discussions are listed
  • [ ] Invited users are listed - if any
  • [ ] Agenda items are listed - if any
  • [ ] To-Do items are listed - if any
  • [x] The meeting can be updated
ssurucu commented 8 years ago

@cakyel can you try again? there seems no problem.

cakyel commented 8 years ago

@ssurucu the following cases are not functional:

Online Meeting tick is checked - if it is checked before Details field is filled - if it is filled before Related discussions are listed Invited users are listed - if any Agenda items are listed - if any To-Do items are listed - if any

cakyel commented 8 years ago

Test Case

cakyel commented 8 years ago

Some of the test cases are not correct in this issue but I specified them in here: https://github.com/swe574-2015fall-group2/webapp_repo/issues/87

So this issue can remain as closed as it is duplicate.