Skip to content

Commit 11b6d07

Browse files
authored
Merge pull request #8 from abhishekpaul11/feature/abhishek
Updated readme.md
2 parents 9db2efa + 6b1721f commit 11b6d07

19 files changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,27 @@ Currently, we are at **56%** branch coverage.
7979
Ideally, an Android app should be deployed on the [Play Store](https://play.google.com/store/games?hl=en_US). However, given the scope of the project that is not feasible as we would need an app signing key and so on.
8080
So we have currently generated an unsigned [apk file](https://en.wikipedia.org/wiki/Apk_(file_format)) for testing purposes.
8181

82-
It is available [here](https://drive.google.com/file/d/1iSplaEY6LZONAWO0Qn1yebUhkBcR-fTr/view?usp=sharing). It can be installed directly on any Android device. Please note that you need to be signed in to your
83-
Columbia LionMail account to access the apk.
82+
It is available [here](/includify.apk). It can be installed directly on any Android device.
8483

8584
Additionally, you can also build a new apk from Android Studio by following the steps mentioned [here](https://developer.android.com/studio/run).
8685

8786
## End-to-End Test Cases
8887

89-
| Screen | Description | Screenshot |
90-
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
91-
| Login | Enter your credentials to sign-in. | |
92-
| Sign-up | Enter the user details, choose the suitable user category and click Sign-Up to create a new account. | |
93-
| Dashboard | Click on a button to proceed. | |
94-
| Contacts | It enlists the emergency contacts added. Click on the call icon to directly place a call. | |
95-
| Add Contacts | Enter details and click add to create a new Contact. | |
96-
| Medicines | It enlists the medicines added along with the details. The app also sends you a notification at the given time to remind you to take the medicine. | |
97-
| Add Medicines | Enter details and click add to set the reminder. | |
98-
| Organisation List | Displays the list of ADA compliant organisations you can visit. Click on Visit to schedule an appointment in that organisation. Click on a card to view more. | |
99-
| Organisation Details | It shows the details of the organisation. Click on the view on map link to check the location of the organisation. It also enlists the resources it has to offer. Click on a card to view more. | |
100-
| Resource Details | Shows all details of the individual resource. | |
101-
| Schedule Appointments | Enter details and click schedule. | |
102-
| Appointment List | Shows a list of all the scheduled appointments. | |
103-
| Appointment Details | Shows details of the individual appointment along with volunteer details (if assigned) | |
88+
| Screen | Description | Screenshot |
89+
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|
90+
| Login | Enter your credentials to sign-in. | <img src="/screenshots/Sign%20In.png" width="240"> |
91+
| Sign-up | Enter the user details, choose the suitable user category and click Sign-Up to create a new account. | <img src="/screenshots/Sign%20Up.png" width="240"> |
92+
| Dashboard | Click on a button to proceed. | <img src="/screenshots/Dashboard.png" width="240"> |
93+
| Contacts | It enlists the emergency contacts added. Click on the call icon to directly place a call. | <img src="/screenshots/EmergencyContacts.png" width="240"> <img src="/screenshots/Call.png" width="240"> |
94+
| Add Contacts | Enter details and click add to create a new Contact. | <img src="/screenshots/AddContact.png" width="240"> |
95+
| Medicines | It enlists the medicines added along with the details. The app also sends you a notification at the given time to remind you to take the medicine. | <img src="/screenshots/Medicines.png" width="240"> <img src="/screenshots/Notification.png" width="240"> |
96+
| Add Medicines | Enter details and click add to set the reminder. | <img src="/screenshots/Add%20Medicine.png" width="240"> |
97+
| Organisation List | Displays the list of ADA compliant organisations you can visit. Click on Visit to schedule an appointment in that organisation. Click on a card to view more. | <img src="/screenshots/Orgs.png" width="240"> |
98+
| Organisation Details | It shows the details of the organisation. Click on the view on map link to check the location of the organisation. It also enlists the resources it has to offer. Click on a card to view more. | <img src="/screenshots/Org%20Details.png" width="240"> <img src="/screenshots/Maps.png" width="240"> |
99+
| Resource Details | Shows all details of the individual resource. | <img src="/screenshots/ResourceDetails.png" width="240"> |
100+
| Schedule Appointments | Enter details and click schedule. | <img src="/screenshots/Schedule%201.png" width="240"> <img src="/screenshots/Schedule%202.png" width="240">|
101+
| Appointment List | Shows a list of all the scheduled appointments. | <img src="/screenshots/Appointments.png" width="240"> |
102+
| Appointment Details | Shows details of the individual appointment along with volunteer details (if assigned) | <img src="/screenshots/AppointmentDetails.png" width="240"> |
104103

105104

106105

includify.apk

7.77 MB
Binary file not shown.

screenshots/Add Medicine.png

58.4 KB
Loading

screenshots/AddContact.png

52.1 KB
Loading

screenshots/AppointmentDetails.png

84.8 KB
Loading

screenshots/Appointments.png

76 KB
Loading

screenshots/Call.png

97.6 KB
Loading

screenshots/Dashboard.png

63.5 KB
Loading

screenshots/EmergencyContacts.png

87.5 KB
Loading

screenshots/Maps.png

1.12 MB
Loading

0 commit comments

Comments
 (0)