-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
39 lines (21 loc) · 1.82 KB
/
README.txt
File metadata and controls
39 lines (21 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Contents
1. Overview
2. Code
3. Documentation
4. Database
1.Overview
This repository is for a mothballed web application intended for a proto-charity called Safe Call.
The intended purpose of the charity was to administer a network of volunteers to provide check-in phone calls to people who requested them. The purpose of the intended application was to facilitate this administration. The project went through an analysis and requirements gathering phase and an early prototyping phase before the establishment of the charity was put on indefinite hiatus.
2.Code
The system is written in php, javascript and mysql.
index.php is not the start point of the interface. It was intended to become thus but work started creating a branch (the admin_page section) initially to quickly prototype the interface of a main chunk of the functionality. At this point "admin_page/admin_page.php" should be considered the starting point.
The system as is displays volunteers and calls which exist in the database and allows the editing of volunteer details. At this point admin_page.php needs to be refreshed to show changes in the main display table. Clicking on an entry in the main display table will bring up the more detailed editing form for the volunteer.
3.Documentation
In the documentation folder are the results of the analysis and requirements gathering. This process took place with the cooperation of prospective trustees of the proto-charity.
The user journeys PDF contains user centric work-flows for the key functionality.
The site map draft 1 is a proposed layout draft of the application.
The process work flow contains swim-lane diagrams of the key functionality
The DB Schema is a proposed database structure.
4.Database
A dump of the database can be found in the file safecall_dev.sql.
DB configuration occurs in the config.php file.