Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blitzbanana/lazywell
Java EE school project
https://github.com/blitzbanana/lazywell
Last synced: 13 days ago
JSON representation
Java EE school project
- Host: GitHub
- URL: https://github.com/blitzbanana/lazywell
- Owner: BlitzBanana
- License: other
- Created: 2015-06-14T18:48:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T06:18:18.000Z (over 9 years ago)
- Last Synced: 2023-08-12T22:53:21.641Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 54.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LazyWell
Exia.Cesi A3 RIL
Projet Jave EE / Android[![Build Status](https://magnum.travis-ci.com/BlitzBanana/LazyWell.svg?token=qdQynEeNdWpLExkaY8Ra)](https://magnum.travis-ci.com/BlitzBanana/LazyWell)
# Fonctionnalités:
* Afficher le planning des spectacles futurs (temps réel)
* Prioritaire
* Implémenté, non testé
* Créer son propre planning
* Prioritaire
* Non implémenté
* Proposer le meilleur planning
* Prioritaire
* Non implémenté
* Afficher les infos d'une spectacle
* Prioritaire
* Non implémenté
* Evaluer un spectacle (check de vote unique via l'UUID)
* Prioritaire
* Non implémenté
* Infos sur les resto et les boutiques
* Optionnel
* Non implémenté
* Noter les resto et les boutiques
* Optionnel
* Non implémenté
* Partage de statuts ou de photo contextualisées sur divers réseaux sociaux
* Si on a le temps
* Non implémenté
* Informations suplémentaires (annecdotes, infos historiques, questions, etc)
* Si on a le temps
* Non implémenté# Web Services
* getShows() : Show[]
* getBestPlaning() : Schedule
* getRestaurants() : Restaurant[]
* getShops() : Shop[]
* evaluate(IScorable object, int score) : void
* getAnecdotes() : Anecdotes[]