This commit is contained in:
henrydays 2018-09-05 23:46:46 +01:00
parent 8d1223c35d
commit 68bfc84d17
5 changed files with 1370 additions and 1142 deletions

Binary file not shown.

View File

@ -81,4 +81,5 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<engine name="android" spec="7.0.0" />
</widget>

2453
mobile/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,12 @@
"@ionic-native/status-bar": "~4.11.0",
"@ionic/pro": "2.0.3",
"@ionic/storage": "2.1.3",
"cordova-android": "7.0.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^2.1.2",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"rxjs": "5.5.11",
@ -35,5 +41,17 @@
"@ionic/app-scripts": "3.1.11",
"typescript": "~2.6.2"
},
"description": "An Ionic project"
}
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {}
},
"platforms": [
"android"
]
}
}

View File

@ -1,41 +1,11 @@
**Comissão organizadora do ENEI 2019**
[website](http://enei.pt)
![alt text](https://imgur.com/M2y2jS0)
**Developers**
- [Henrique Dias]()
- [Filipe Pinho]()
- [João Borges]()
- [Daniel Correia]()
- [Zé Valdeviesso]()
**Artefacts**
**Análise de requisitos**
- [ ] A1-[Landing Page](https://github.com/henrydays/ENEI2019/blob/master/artefacts/requirements/landing.pdf)
- [ ] A2-[Backoffice](https://github.com/henrydays/ENEI2019/blob/master/artefacts/requirements/backoffice.pdf)
- [ ] A3-[Api](https://github.com/henrydays/ENEI2019/blob/master/artefacts/requirements/api.pdf)
- [ ] A4-[Mobile](https://github.com/henrydays/ENEI2019/blob/master/artefacts/requirements/mobile.pdf)
**Previlégios**
- [ ] A5-Utilizador padrão
- [ ] A6-Empresas
- [ ] A7-Speakers
- [ ] A8-Staff
**Arquitetura**
- [ ] A9-Arquitetura geral
- [ ] A10-API
- [ ] A11-Backoffice
- [ ] A12-Mobile
**Base de dados**
- [ ] A13-Modelo de dados (UML)
- [ ] A14-Relational schema
- [ ] A15-Constrains, Indices, trigers e funções
**Design**
- [ ] A16-Landing Page
- [ ] A17-Backoffice
- [ ] A18-Api
- [ ] A19-Mobile