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
| User Stories | |
| As a user, I should be able to sign up for HospitAlert with email or Facebook. | |
| As a user, I should be able to login to HospitAlert. | |
| As a user, I should be able to create new events for hospitalizations. | |
| As a user, I should be able to receive an access code for other people to view hospitalization events. | |
| As a user, I should be able to allow or deny access for people to view hospitalization with access code. | |
| As a user, I should be able to determine whether or not people can post questions they have for doctor. | |
| As a user, I should be able to update the status of the person hospitalized. | |
| As a user, I should be able to assign someone else to be the “advocate”, giving them access to post updates. | |
| As a user, I should be able to search a database of nearby volunteer “advocates” |
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
| This app will build upon the HospitAlert demo to allow for user authentication. It will allow users | |
| to stay up-to-date when a loved one is hospitalized. |
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
| Email Client Drill | |
| https://glitch.com/edit/#!/good-mile?path=src/components/email.js:1:0 |
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
| Interest Calculator I: Connecting | |
| https://glitch.com/edit/#!/wry-smash?path=src/components/interest-calculator.js:1:0 | |
| Interest Calculating II: Dispatching | |
| https://glitch.com/edit/#!/enormous-glazer?path=src/components/interest-calculator.js:1:0 |
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
| i18n state | |
| https://glitch.com/edit/#!/blushing-talk?path=src/reducers/index.js:1:0 | |
| CRUD reducer | |
| https://glitch.com/edit/#!/boundless-trail?path=src/reducers/index.js:1:0 |
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
| Surprise Button/GIF | |
| https://glitch.com/edit/#!/thread-valley?path=src/components/surprise.js:1:0 | |
| Rate Calculator | |
| https://glitch.com/edit/#!/incredible-trunk?path=src/components/number-input.js:8:25 | |
| Live Search | |
| https://glitch.com/edit/#!/probable-closet?path=src/components/live-search.js:1:0 |
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
| https://glitch.com/edit/#!/coconut-meal?path=src/components/navigation-bar.js:1:0 | |
| https://glitch.com/edit/#!/east-bar?path=src/components/address-book.js:36:1 | |
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
| No bugs reported by users. A couple of minor tweaks suggested: | |
| -Make Conscious a checkbox instead of radio | |
| -Explain how each section works under section heading in dashboard page |
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
| MVP | |
| As a user, I should be able to create new events for hospitalizations. | |
| As a user, I should be able to update the status of the person hospitalized. | |
| As a user, I should be able to share answers to questions that people have for doctor. | |
| Screen for creating a new hospitalization (all public for MVP) | |
| Screen for updating hospitalization | |
| Screen for questions from other users |
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
| High-Level Statement | |
| Allows users to stay up-to-date with the status of a hospitalized loved one through an advocate providing real-time updates | |
| User Stories | |
| As a user, I should be able to sign up for MediPal. | |
| As a user, I should be able to login to MediPal. | |
| As a user, I should be able to create new events for hospitalizations. | |
| As a user, I should be able to receive an access code for other people to view hospitalization events. | |
| As a user, I should be able to allow or deny access for people to view hospitalization with access code. | |
| As a user, I should be able to determine whether or not people can post questions they have for doctor. |