https://github.com/alejandro945/fiba-data-control
Principles of tree theory with its search algorithms and classifications such as the red and black ones to improve complexity using own and generic data structures
https://github.com/alejandro945/fiba-data-control
balanced-search-trees css java javafx tree-search
Last synced: 3 months ago
JSON representation
Principles of tree theory with its search algorithms and classifications such as the red and black ones to improve complexity using own and generic data structures
- Host: GitHub
- URL: https://github.com/alejandro945/fiba-data-control
- Owner: alejandro945
- License: mit
- Created: 2021-10-08T20:50:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T02:13:12.000Z (over 4 years ago)
- Last Synced: 2024-12-27T02:14:04.257Z (over 1 year ago)
- Topics: balanced-search-trees, css, java, javafx, tree-search
- Language: Java
- Homepage:
- Size: 21.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to our proyect!
# Fiba Data Center Software 🏀 
Fiba data center aims to implement a tool that is capable of collecting all the necessary information, modifying it and even eliminating it in case it becomes unnecessary.
This application allows data entry, either in bulk with .csv files or through an interface, access efficiently for the performance of the application due to the large amount of
data that the application must store, shows the time it takes to make a query and executes player queries according to all criteria, but only four of them (on statistical
attributes) should be efficient.
This version was created by Alejandro Varela, Luis Murcia and Gabriel Suarez. The interesting about the work, is the application code use a varitie of java tools like collections ands data structures, but also the team create their owns structures for futures implementations using decoupling concept.
## Changelog 🎯
#### Version 1
* TAD Design for each collection implemented
* Engineering Methiod
* Functional requirements
* JUnit Tests
* Class Diagram
* Implementation done
* Screens and navigation done
* Project description
* Read me
## Pre-requirements 💥
```
You need JDK 1.8_261
```
Clarifications: By default the software handles a set of data that is found in data root directory.
## Documentation 📃
* Click here ➡️ [Engineering Method](https://github.com/alejandro945/fiba-data-control/blob/master/docs/ENGINEERING%20METHOD.pdf)
* Click here ➡️ [Requirements and Diagram Class](https://github.com/alejandro945/fiba-data-control/blob/master/docs/DOCUMENTS%20TI2.pdf)
## Splash Screen 🚀
* Loader Screen

## Dashboard ⛹🏾♂️
* Dark Palette

* Light Palette

## Player Modal 🏆
* Create or edit a player

## Search Nested Modal 🎖
* Searching by player points

## Build with 🛠️
_Project tools_
* Java 8
* JavaFx 8
* JavaFoenix 8
* Scene Builder 1.8
* VS code
## Operation System 📢
* Windows
* Mac
* Linux
[](https://forthebadge.com) [](https://forthebadge.com)
## Authors ✒️
* **Alejandro Varela** - [Alejandro Varela](https://github.com/alejandro945)
* **Luis Murcia** - [Luis Murcia](https://github.com/luis486)
* **Gabriel Suarez** - [Gabriel Suarez](https://github.com/GabrielSB19)
---