Iteration_3 LoginAndPersonalDetails - leaak/cheseDrive GitHub Wiki
Iteration_2 Login And Personal Details
In this Iteration we work on the part of "Login And Personal Details" each user that enter to the system his detail storage on DB: name, password, email and phone number for sending sms, in personal detail screen the detail of the user are displayed there, the entering to the system is with password.
The XML DataBase:
First of all the user have to login to the system, if this is the first entry the user has to fill some field:
- name
- phone number
- password so, the user in the system and he can to ask/suggest travel
if this user have already entered to the system, he has to fill one field: password, because of the fact that this application is for smartPhones, each user enter to this app from his own smart phone, the app remember his name, so that to enter the user has to fill only password.
Team:
- Rivki R
- Lea A
- Sara K
- Chava Y
- Efrat W
Scrum Master:
Sara K
Product Owner:
Chava Y
Implmentation:
On this iteration we write the part of Personal Details using: model, view and controller layers
Acomplished points:
- Personal Details Table - DB: 5 points
- Personal Details view layer: 10 points
- Personal Details controller layer: 15 points
- Personal Details model layer: 5 points