As a hospital worker, I want to view and search patients and care providers information and description.
CRUD
- Read: Viewing existing patients data.
- Update: Editing an existing entry.
ACCEPTANCE CRITERIA
- The user must be able to see a view in front page: lists of patients contains description of the requests.
- The user must be able to open patients information details (name, email address, phone number... ).
- The user must be able to use fuzzy search for patients through names or email address.
- The user must be able to use paging query for patients through names or email address.
- The user must be able to use filter to search for patients.
- The user must be able to see a well displayed page of searching results contains total number of patients.
TASKS
- Create html/ css structure.
- Display patients based on name, email address and description, default: all patients.
- Get all patients, in the order of storage.
- Make paging query responsive.
- Allow users to view: all patients.