Skip to content

Instantly share code, notes, and snippets.

View leovolving's full-sized avatar

Leo Yockey leovolving

View GitHub Profile
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”
@leovolving
leovolving / gist:b665284d14bfb43d37a222f451374f5f
Created June 25, 2017 03:20
Full-Stack Capstone Purpose Statement
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.
@leovolving
leovolving / gist:b064b5778dd252923be6a705716affb2
Created June 23, 2017 04:20
React Router Drills - 3.1.2
Email Client Drill
https://glitch.com/edit/#!/good-mile?path=src/components/email.js:1:0
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
@leovolving
leovolving / gist:44abf0cfe07fa484f507f1214daf15cd
Created June 18, 2017 05:10
Action, Reducer, and Store Drills - 2.1.2
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
@leovolving
leovolving / gist:2cd73ab6f48ba533f86f23242c14068a
Created June 15, 2017 05:44
Communication Drills - 1.1.8
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
@leovolving
leovolving / gist:4af5efd4233334342b4cad3708ee64dd
Created June 14, 2017 21:14
React Component Drills - 1.1.5
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
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
@leovolving
leovolving / gist:ec80b80aae57005874931703adcca85b
Created May 20, 2017 22:19
Server-Side Capstone MVP Notes
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
@leovolving
leovolving / gist:2b355f341fcc28bc9ea80410e197725a
Created May 20, 2017 21:16
Server-Side Capstone Statement and Stories
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.