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 an option "send an interview" on the Speaker page #124

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Description

Linked to #123

add on the speaker detail page an option "send an interview" This interview page will be a form where we will enter 5 questions at max, those questions can be from a dropdown list charged with the Questions list implemented by the feature #123, or could be an input text for custom questions for the speaker.

An interview is sent by email, and if the email was sent correctly, it can't be sent again, and instead of the "send an interview" button we should have an "Interview Sent" message information

Scenarios

Feature: Send an interview

Scenario: User select send an interview Given the user is connected with a role_admin And the user in on the page Show a Speaker When the user is on the Interview page And user complete the form with prepared question or custom question Then the Email has been sent to the speaker And the interview send information has been stored into the database And the user get a confirmation message