forked from NEU-CS3200/24F-Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 111
Dishant branch #49
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
Open
dishantbudhi
wants to merge
45
commits into
NEU-CS3200:main
Choose a base branch
from
dishantbudhi:dishant-branch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dishant branch #49
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added 4 folders for organization - games, teams, players, data_engineer and cooresponding route files
Added empty files for game_plan_routes.py, lineup_configurations, and opponent_reports
Season summaries route python file
Added player comparison route to players_routes.py file. Takes player ids as input, returns json with relevant data.
Includes GET method for returning data validation checks, as well as POST method for running new data checks
Implemented full RESTful endpoints for players and teams, including player CRUD, stats, comparisons, matchups, and team roster management. These changes provide filtering, validation, and error handling for all major player and team operations, supporting advanced queries and updates for both entities.
Add comprehensive player and team API routes
Added system health, data loads, error logs, data errors, data clean ups, and data validations
Drew branch
Update admin_routes.py
updated games, player, analytics, data, and strategy routes
made updates to backend folder
redundant info with other routes
deleted data_routes.py
Replaced individual login buttons with a user selection dropdown and dynamic login logic in Home.py, including user bios and role-based navigation. Updated About page link in nav.py. Added new user images, removed unused assets and data files, and reorganized/added several page files to reflect new user roles and flows.
Frank branch
Updated navigation in Head Coach Home to point to new scouting and lineup analysis pages. Removed the unused docker-compose-testing.yaml file.
Removed unused and redundant admin, analytics, and strategy endpoints, simplified response payloads, and updated comments for clarity. Fixed and aligned SQL schema with API expectations, corrected table and column names, and added missing tables for admin features. Improved validation and error handling in games endpoints, added team schedule and game deletion routes, and ensured all code and schema changes are consistent with the intended data model.
home page and my 2 subpages
general manager pages
deleted duplicate pages
delete pages
Major overhaul of Head Coach Home, Scouting Reports, and Lineup Analysis pages. Adds comprehensive dashboards with API integration, error handling, advanced metrics, interactive UI, and fallback data for all three pages. Introduces new features such as team/lineup performance metrics, opponent analysis, player highlights, strategic recommendations, and custom game plan saving. Also adds a new Player Matchups page placeholder and updates database schema and inserts for new analytics features.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.