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

Column: TableTN #61 #78

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Column: TableTN #61 #78

wants to merge 3 commits into from

Conversation

Mikefrfr
Copy link

@Mikefrfr Mikefrfr commented Feb 22, 2025

feat: Add teamTN API endpoint

-Added table_tn (optional integer) column to the Team model.
-Implemented POST /team/{id} admin route to upsert the table_tn value.
-Included input validation (TableTNBody model) for the new API endpoint.
-Added bcrypt hashing for secure password storage
-Updated API endpoints to require admin_password
-Ensured compatibility with existing team logic

Closes #61

@Mikefrfr Mikefrfr marked this pull request as ready for review February 23, 2025 11:02
@Mikefrfr Mikefrfr requested a review from ThEditor February 28, 2025 10:00
@Mikefrfr Mikefrfr marked this pull request as draft February 28, 2025 10:05
@Mikefrfr Mikefrfr marked this pull request as ready for review February 28, 2025 10:10
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.

Column: TableTN
2 participants