You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
687 B
Markdown
35 lines
687 B
Markdown
2 years ago
|
# geografia-fe
|
||
|
|
||
|
Il frontend di Geografia
|
||
|
|
||
|
L'app è costruita da due framework:
|
||
|
1. Vue - Visualizzazione e logica del UI attraverso combo js+nodejs
|
||
|
2. Cordova - Permette di trasformare quanto sopra in app mobile, sia iOS che android
|
||
|
|
||
|
## Vue
|
||
|
Composto da quattro componenti principali
|
||
|
1. Lista delle chat attive
|
||
|
|
||
|
1a. Preview chat
|
||
|
|
||
|
Fatto
|
||
|
- Struttura dati
|
||
|
- Impostazione campi
|
||
|
|
||
|
2. Avvio nuova chat
|
||
|
|
||
|
2a. Lista contatti
|
||
|
|
||
|
2b. Ricerca contatti
|
||
|
|
||
|
3. Visualizzazione di una chat
|
||
|
|
||
|
3a. Chat History
|
||
|
|
||
|
3b. Pulsante scrivi
|
||
|
4. Scrittura messaggio
|
||
|
|
||
|
4a. Blocco per disegno/emoji
|
||
|
|
||
|
4b. Tastiera con disegni/emoji
|