bounswe / bounswe2015group3

Boun Software Engineering Couse Project /Spring 2015 /Group#3
4 stars 0 forks source link

Group edit and delete operations #236

Closed cankurtan closed 8 years ago

cankurtan commented 8 years ago

We need a control for who can edit and delete groups. Only creator of the group can do these operations.

ozencem commented 8 years ago

Done.

cankurtan commented 8 years ago

As I explained in event edit/delete issue, same problem occurs here. We need a boolean in fronted to show edit/delete button in group view.

ozencem commented 8 years ago

In the group view, a boolean value called isOwner is sent. The value is true if the creator of the group is the current user, false otherwise. Now we need a front-end for this.

cankurtan commented 8 years ago

Necessary parts are changed. Edit and delete options are added for the group owner. Bug for group update function is found. Bug is fixed.