Skip to content

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.).

License

Notifications You must be signed in to change notification settings

TheoHorn/codingweek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PCD

TelecomNancy DirectDealing
Explore the docs »

pipeline status
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.).

(back to top)

Built With

  • Java
  • Apache Maven
  • SQLite
  • GitLab CI

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Download and install the latest version of JavaFX.

Installation

  1. Clone the repo
    git clone https://gitlab.telecomnancy.univ-lorraine.fr/pcd2k24/codingweek-12.git

(back to top)

Usage

Launch the application

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.

Roadmap

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://gitlab.telecomnancy.univ-lorraine.fr/pcd2k24/codingweek-12

(back to top)

Acknowledgments

(back to top)

About

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.).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •