This website requires JavaScript.
Explore
Help
Sign In
Altitude
/
AltitudeWeb
Watch
5
Star
0
Fork
You've already forked AltitudeWeb
0
Code
Issues
12
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
42b11eecf1
AltitudeWeb
/
settings.gradle.kts
3 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial setup
2025-04-02 17:18:39 +00:00
rootProject.name = "AltitudeWeb"
Refactor database structure and improve player handling. Reorganized database-related code into a dedicated module, added mappings for UUID handling, and updated SQL queries for clarity. Enhanced team members API to use player data directly, ensuring consistency and better handling of UUIDs. Introduced new database table for connection settings and adjusted Gradle configurations for modularization.
2025-04-09 23:22:19 +00:00
include("open_api", "backend", "frontend", "database")
Reference in New Issue
Copy Permalink