Go to file
Teriuihi f10c3ab2d3 Refactor team component to use dynamic data loading
Replaced static member entries with dynamic rendering using `getTeamMembers` for better scalability. Added caching and data deduplication logic to optimize API calls. This enhances maintainability and reduces redundancy in the team component.
2025-04-10 02:08:27 +02:00
backend Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00
database Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00
frontend Refactor team component to use dynamic data loading 2025-04-10 02:08:27 +02:00
gradle/wrapper Initial setup 2025-04-02 19:18:39 +02:00
open_api Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00
.gitattributes Initial setup 2025-04-02 19:18:39 +02:00
.gitignore Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00
gradlew Initial setup 2025-04-02 19:18:39 +02:00
gradlew.bat Initial setup 2025-04-02 19:18:39 +02:00
settings.gradle.kts Refactor database structure and improve player handling. 2025-04-10 01:22:19 +02:00