TelecomNancy DirectDealing
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
TelecomNancy DirectDealing is an online circular economy application allowing people to lend/borrow equipment (mower, jackhammer, vegetable peeler, etc.) and/or offer/request services (repair of a leak water, piano lesson, moving, etc.).
To get a local copy up and running follow these simple steps.
Download and install the latest version of JavaFX.
- Clone the repo
git clone https://gitlab.telecomnancy.univ-lorraine.fr/pcd2k24/codingweek-12.git
cd codingweek-12/
then
cd dist
java --module-path ${JAVAFX_HOME}/lib --add-modules=javafx.base,javafx.controls,javafx.fxml -jar direct-dealing.jar
assuming ${JAVAFX_HOME}
is the path to your JavaFX installation.
-
Gestion des comptes
- Création des représentations
- Classes Account, User, Admin
- Table Account dans la DB
- Instanciation d'un compte
- Ajout d'un compte à la DB
- Connexion à un compte existant de la DB
- Création des représentations
-
Ajout d'offres
- Représentation des offres
- Classes Java
- Table dans la DB
- FXML offres
- Création d'une offre
- FXML Création d'une offre
- Stockage en DB
- Représentation des offres
-
Visualisation des Offres
- Voir les détails d'une offre
- Page d'accueil
- Rechercher une offre
- Filtrage des offres
- Page Mes offres
- Page Réservation
-
Implémentation de plusieurs features
- Messagerie
- Création d'une conversation
- Envoi de messages
- Page Mes Demandes
- Page Mes Réponses
- Page Nouvelle Offre améliorée
- Evaluations
- Possibilité d'évaluer un utilisateur
- Affichage de la moyenne des évaluations
- Page d'administration
- Gestion des litiges
- Suppression d'une offre ou d'un utilisateur
- CSS et Style
- Messagerie
-
Finitions de l'application
- Gestion des florains
- Gestion de la localisation
- Conséquence du boutton "sleep"
- Amélioration de la page de consultation d'offre
- Transformer les réservations en demande
- Gestion des litiges
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Théo HORNBERGER <theo.hornberger@telecomnancy.eu>
- Adrien LAROUSSE <adrien.larousse@telecomnancy.eu>
- Corentin BILLARD <corentin.billard@telecomnancy.eu>
- Stanislas MEZUREUX <stanislas.mezureux@telecomnancy.eu>
Project Link: https://gitlab.telecomnancy.univ-lorraine.fr/pcd2k24/codingweek-12