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 22 forks source link

Add Organizations sponsoring an event #156

Open kevinjhappy opened 5 years ago

kevinjhappy commented 5 years ago

Description

Linked to #103 Add a link between the organization and all the events he participates as sponsor into, and for the event be able to see all sponsors participating in.

The feature will allow having a list of all Organizations from one event, and the list gets links to Organizations details.

Scenarios

Feature: see the organization list on event management

Scenario: User selects an Event Given the user is connected with a role_user When the user click on details of the event Then the user sees the list of all Organizations of this event And the user can click on each organization to access the organization detail page

Feature: see the event list on organization details

Scenario: User selects the organization Page Given the user is connected with a role_user When the user click on details of one organization Then the user sees the list of all Event he participate into

Feature: an organization has been linked to an Event

Scenario: User selects an Event Given the user is connected with a role_user Then the user selects the sponsorship page And the user create a new level And the user create a new benefit And the user links the level and the benefit And the user links a sponsorship to an organization given the user is connected with a role_admin Then the user validate the form And the organization is linked to the selected event