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

scheduling of appointments #10

Open
Reagandennis opened this issue Nov 26, 2023 · 1 comment
Open

scheduling of appointments #10

Reagandennis opened this issue Nov 26, 2023 · 1 comment

Comments

@Reagandennis
Copy link

the schedule feature

Describe the solution you'd like
a way to prevent users from login in after a certain number of users

I'd say about 10 > 20

@kingnavneeth094
Copy link

the schedule feature

Describe the solution you'd like a way to prevent users from login in after a certain number of users

I'd say about 10 > 20

Login Restriction:

  1. Define a max_threshold_limit = 10
  2. Check if the number of current active users
  3. If it is greater than the threshold then deny the login with a apologetic message
  4. Else allow the person to log in.

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

2 participants