This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 ***** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
************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 |