119 lines
2.5 KiB
Markdown
119 lines
2.5 KiB
Markdown
# CRAP Volley Hub
|
||||
|
|
|
|||
|
|
CrAPP – App per CRAP Volley
|
|||
|
|
|
|||
|
|
Vorrei sviluppare un’app mobile per la squadra di pallavolo CRAP Volley, con nome CrAPP, disponibile per Android e iOS. L’obiettivo è creare un’app semplice da usare, moderna, bella da vedere e più coinvolgente rispetto a SportEasy, includendo anche funzionalità normalmente a pagamento in altre app.
|
|||
|
|
|
|||
|
|
Funzionalità principali
|
|||
|
|
|
|||
|
|
Gestione presenze/assenze
|
|||
|
|
|
|||
|
|
Partite
|
|||
|
|
|
|||
|
|
Allenamenti
|
|||
|
|
|
|||
|
|
Eventi extra
|
|||
|
|
|
|||
|
|
Stati rapidi: presente, assente, forse, in ritardo, indisponibile, infortunato
|
|||
|
|
|
|||
|
|
Statistiche giocatori
|
|||
|
|
|
|||
|
|
Presenze totali
|
|||
|
|
|
|||
|
|
Presenze consecutive
|
|||
|
|
|
|||
|
|
Gol/punti o altre statistiche specifiche della pallavolo
|
|||
|
|
|
|||
|
|
MVP, migliori performance, medie stagione
|
|||
|
|
|
|||
|
|
Statistiche partite
|
|||
|
|
|
|||
|
|
Risultati
|
|||
|
|
|
|||
|
|
Formazioni
|
|||
|
|
|
|||
|
|
Andamento set
|
|||
|
|
|
|||
|
|
Storico match
|
|||
|
|
|
|||
|
|
Campionato in tempo reale
|
|||
|
|
|
|||
|
|
Visualizzazione classifica e risultati
|
|||
|
|
|
|||
|
|
Dati presi direttamente dal sito del CSI
|
|||
|
|
|
|||
|
|
Aggiornamento automatico o importazione periodica
|
|||
|
|
|
|||
|
|
Calendario squadra
|
|||
|
|
|
|||
|
|
Allenamenti
|
|||
|
|
|
|||
|
|
Partite
|
|||
|
|
|
|||
|
|
Promemoria
|
|||
|
|
|
|||
|
|
Vista mensile e lista eventi
|
|||
|
|
|
|||
|
|
Profilo giocatore
|
|||
|
|
|
|||
|
|
Foto
|
|||
|
|
|
|||
|
|
Ruolo
|
|||
|
|
|
|||
|
|
Statistiche personali
|
|||
|
|
|
|||
|
|
Badge e obiettivi
|
|||
|
|
|
|||
|
|
Idea di stile
|
|||
|
|
|
|||
|
|
Interfaccia sportiva, pulita e moderna
|
|||
|
|
|
|||
|
|
Molto mobile-first
|
|||
|
|
|
|||
|
|
Design divertente, energico e più “premium”
|
|||
|
|
|
|||
|
|
Inserire in seguito il logo della squadra
|
|||
|
|
|
|||
|
|
Possibile uso di badge, livelli, premi e mini-gamification per rendere l’app più piacevole da usare
|
|||
|
|
|
|||
|
|
Extra che sarebbe bello aggiungere
|
|||
|
|
|
|||
|
|
Notifiche push per convocazioni e cambi orario
|
|||
|
|
|
|||
|
|
Chat o bacheca squadra
|
|||
|
|
|
|||
|
|
Report automatici dopo le partite
|
|||
|
|
|
|||
|
|
Sondaggi rapidi per disponibilità
|
|||
|
|
|
|||
|
|
Sezione “Best of the match”
|
|||
|
|
|
|||
|
|
Obiettivi di gruppo per presenza e continuità
|
|||
|
|
|
|||
|
|
Obiettivo finale
|
|||
|
|
|
|||
|
|
Realizzare una app che non sia solo utile per la gestione della squadra, ma anche piacevole, coinvolgente e bella da usare ogni giorno.
|
|||
|
|
|
|||
|
|
This project was built with [Lovable](https://lovable.dev).
|
|||
|
|
|
|||
|
|
**Live app**: https://volley-cronos-app.lovable.app
|
|||
|
|
|
|||
|
|
## Build with Lovable
|
|||
|
|
|
|||
|
|
Continue developing this project in the [Lovable editor](https://lovable.dev/projects/8d07b0e4-6bd2-4a17-9dd2-bb2cf13f9f7c).
|
|||
|
|
|
|||
|
|
- **Ship faster**: describe what you want to build and Lovable handles the code.
|
|||
|
|
- **Stay in sync**: every change made in Lovable is committed straight to this repository.
|
|||
|
|
- **Full ownership**: this code is yours. Push to `main` on GitHub and your changes sync back into Lovable, ready for your next prompt.
|
|||
|
|
|
|||
|
|
## Development
|
|||
|
|
|
|||
|
|
Prefer working locally? You need Node.js and npm — [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating).
|
|||
|
|
|
|||
|
|
```sh
|
|||
|
|
git clone <this-repository-url>
|
|||
|
|
cd <repository-name>
|
|||
|
|
npm i
|
|||
|
|
npm run dev
|
|||
|
|
```
|