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 Title length constraints #105

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Description

This issue follows discussion made in the Pull Request #90 the purpose is to define title constraints for adding a slot in the entity

Scenarios

Feature: add Title Constraints

Scenario: User launch a Slot creation by another method than the form Given the user is an admin When the user need to define the title of the Slot Then the title must be checked before he entered the database And the user gets an error message if the title is not between 5 and 50 characters