Skip to content

Instantly share code, notes, and snippets.

View leovolving's full-sized avatar

Leo Yockey leovolving

View GitHub Profile
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: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
@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: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
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: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
@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.
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”
User Stories (descoped)
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 update the status of the person hospitalized.
As a user, I should be able to remove hospitalization events.
As a user, I should be able to delete my account.
@leovolving
leovolving / gist:bea421ea7a9d94903e8256fcdd4ccd07
Created June 26, 2017 03:01
HospitAlert - HTML Wireframes
Base Wireframe
https://repl.it/JBZ2/2
Landing Wireframe
https://repl.it/JB6B/2
Hospitalizations Wireframe
https://repl.it/JB8Q/1
New Hospitalizations