Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Limit of Entries Field for Online and On Site Events #2

Open
Yumi-Namie opened this issue Oct 6, 2023 · 0 comments
Open

Add Limit of Entries Field for Online and On Site Events #2

Yumi-Namie opened this issue Oct 6, 2023 · 0 comments

Comments

@Yumi-Namie
Copy link
Collaborator

Yumi-Namie commented Oct 6, 2023

Problem Description

Currently, our event management system does not support defining a limit of entries for online events. This can lead to capacity issues and difficulties in managing these events effectively.

Requirements

  • Add a "Limit of Entries" field on the event creation/editing page.
  • The field should accept only non-negative integer values.
  • Implement validation to ensure that the number of registrations does not exceed the defined limit.

Front-end

  • Create the "Limit of Entries" field in the event creation/editing interface.
  • Validate the field to accept only non-negative integer values.

Back-end

  • Update the event data structure to include the "Limit of Entries" field.
  • Implement validation logic on the backend to ensure the limit is not exceeded.

Testing

  • Create unit and integration tests to ensure the field functions correctly.
  • Test the validation on both the front-end and the back-end.

Design

  • The "Limit of Entries" field should be displayed on the event details page.
@raulalhena raulalhena changed the title Add Limit of Entries Field for Online Events Add Limit of Entries Field for Online and On Site Events Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant