Skip to content

Instantly share code, notes, and snippets.

Good Afternoon Sir,
Before I begin with what we have done or implemented for this project activity,
I would like to tell you that we started off thinking about ideas we could put forward in our project,
which is why we decided to come up with something related to healthcare- a domain which is still not covered
well enough in this digitized world. So we would like to present you a small presentation that ill tell you a lot about
our project before we get into its implementation.
**** A PPT Presentation containing slides that say -- WHAT -- WHY -- WHO about Red Arrow *****
@Himan95
Himan95 / rule.txt
Created January 27, 2017 11:20
Rules
Donor
public $rules = [
'name' => 'required',
'dob' => 'required|date|before:-18 years',
'address' => 'required',
'map_lat' => 'required',
'map_lng' => 'required',
'contact_no' => 'required|digits:value=10',
@Himan95
Himan95 / module_testing.txt
Created January 27, 2017 04:57
Module wise Testing
************Module Testing**************
1 Create Donor with avatar
-- Avatar default pic icon looking untidy
-* Image Upload error(Error: NotSupportedException in Driver.php line 16)
-* Age Validation not done
-- Form validation working
-* Donor creation unsuccessful
2 Create Donor without avatar