DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 21 forks source link

Add confirmation page to Delete actions in all parts of the project #107

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Description

Add a new step to deletion of informations by adding a confirmation page with a recap of all the information that will be removed from the database. This change must apply to all part of the project:

Scenarios

Feature : Delete a sponsors

Scenario: User select Delete on a Sponsor row Given the user is connected with a role_admin Then the User land on a deletion confirmation page And the user get a delete button on this page

ayumiesan commented 5 years ago

You put Shedule, SlotType and SpaceType but we have a problem :

ayumiesan commented 5 years ago

I don't think add a confirmation deletion page for SponsorshipLevelBenefit is not a good idea because the deletion is manage in Ajax by a simple check/unchek checkbox on the table

kevinjhappy commented 5 years ago

I added all part of the project but yeah some doesn't make sense, SlotType and SpaceType shoud not be here, and for sponsorshipLevelBenefit it's not needed indeed. As for the schedule I'll check and get back to you

alcalyn commented 5 years ago

Solved in #108 #114 #115 #116 #117 #118 #119 #120 @kevinjhappy ok for you ?

kevinjhappy commented 5 years ago

All deletion page are made