# Unity : clientModule
---
## Phase One :
1. create an client form
2. client form must include
   1. Firstname , Lastname  (text)
   2. ID number  (13 numbers)
   3. Male or female selection (radio)
   4. Type client: SLA-Software, SLA-AWS , Technical (drop down)
   5. Submit Button, Cancel
3. On form submit it must validate the fields
4. On form submit if everything is correct in form. Do a Get of the fields and only Post the ID number to php in api directory
5. Setup mysql Database
   1. create database.
   2. create client table
   3. add all fields including , per_id (auto imcrementing), per_date_created

---
## Phase Two :
1. Create html/js table to  show all clients and thier details
2. When click on row will be able to edit and save client details.

---
## Phase Three :
1. Create table for type:
   1. must be able to add client type
   2. archive a type
   3. link it to client module

---
## Note :
1. Theme include in template


