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

Pairs (Backend) Prevent pair duplicates #86

Open
DeeJaeMann opened this issue Apr 30, 2024 · 2 comments
Open

Pairs (Backend) Prevent pair duplicates #86

DeeJaeMann opened this issue Apr 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@DeeJaeMann
Copy link
Collaborator

No description provided.

@DeeJaeMann DeeJaeMann added the enhancement New feature or request label Apr 30, 2024
@DeeJaeMann DeeJaeMann removed the enhancement New feature or request label May 2, 2024
@DeeJaeMann DeeJaeMann changed the title Enhancement - Pairs (Backend) Prevent pair duplicates Pairs (Backend) Prevent pair duplicates May 2, 2024
@L-Carr
Copy link
Owner

L-Carr commented May 3, 2024

Possible Schema

DB MODEL 
user_ID | user_pair_list | cohort
-----------------------------------
1       | [2,3]           | 1



API ENDPOINT
{
    user_id :["user_id_pair", "user_id_pair"],
      user_id :["user_id_pair", "user_id_pair"],
        user_id :["user_id_pair", "user_id_pair"]
    
}

@L-Carr
Copy link
Owner

L-Carr commented May 3, 2024

Have Override clean Pairs from user_pair_list upon no further matches. Need to handle odd number of students

@L-Carr L-Carr added the enhancement New feature or request label May 7, 2024
@L-Carr L-Carr moved this to Todo in Platoon-Console May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants