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

Ajout de paramètres de limitation #67

Merged
merged 9 commits into from
Jun 21, 2024
Merged

Conversation

amandine-sahl
Copy link
Collaborator

  • nombre d'animation par utilisateur (et par an)
  • nombre de personne par animation

# Le nombre maximal d'animations auxquelles une personne peut s'inscrire
NB_ANIM_MAX_PER_USER = 3
# Le nombre maximal de participants pouvant s'inscrire à une animation
NB_PARTICIPANTS_PER_ANIM = 10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ça ce n'est pas plutôt variable d'une animation à l'autre ?
C'est le nombre de places totales à chaque animation.

A moins que cela concerne le nombre de personne qu'un même utilisateur peut inscrire lui-même ?
Si c'est le cas, renommer et clarifier le paramètre ?

@amandine-sahl amandine-sahl merged commit cbf5c7a into develop Jun 21, 2024
4 checks passed
@amandine-sahl amandine-sahl deleted the feat/limit_anim_per_user branch June 21, 2024 14:07
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

Successfully merging this pull request may close these issues.

2 participants