Skip to content

Instantly share code, notes, and snippets.

View Schmerb's full-sized avatar

Michael Schmerbeck Schmerb

View GitHub Profile
@Schmerb
Schmerb / Action-reducer-store-drills.txt
Created August 31, 2017 22:58
Action, reducer, and store Redux drills
i18n state
https://glitch.com/edit/#!/ring-walk?path=src/reducers/index.js:17:0
CRUD
https://glitch.com/edit/#!/azure-euphonium?path=src/reducers/index.js:35:5
@Schmerb
Schmerb / React-Redux-drills.txt
Created September 1, 2017 00:02
React Redux drills
Interest calculator I: Connecting
https://glitch.com/edit/#!/victorious-cardigan?path=src/components/interest-calculator.js:26:42
Interest calculator II: Dispatching
https://glitch.com/edit/#!/best-clerk?path=src/components/interest-calculator.js:33:1
@Schmerb
Schmerb / react-router-drills.txt
Created September 4, 2017 00:50
React Router Drills
Email Client Drill
https://glitch.com/edit/#!/zany-actress?path=src/components/email.js:13:35
@Schmerb
Schmerb / redux-thunk-drills.txt
Created September 6, 2017 14:36
Star Wars search drill using Redux Thunk
https://glitch.com/edit/#!/feather-yak?path=src/actions.js:1:0
@Schmerb
Schmerb / Fullstack-Capstone.txt
Created September 16, 2017 23:10
Fullstack Capstone project idea overview.
App Name: CryptoKeeper
Overview: CryptoKeeper acts as a central hub for users to monitor the cryptocurencies of their choice, setting custom notifications for different fluctuations in market price.
@Schmerb
Schmerb / fullstack-user-stories.txt
Created September 16, 2017 23:56
User stories for fullstack capstone project.
As a user, I should be able to register an account
As a user, I should be able to log in to my account
As a user, I should be able to log out of my account
As a user, I should be able to see the current market price of the most common crypto currencies
As a user, I should be able to choose which currencies I have and/or want to monitor
As a user, I should be able to set goals for each currency I own
As a user, I should be able to set custom notifications, both sms and email, depending on set events such as a specific price flucuation(+/-)
As a user, I should be able to see graphs of prices over time
As a user, I should be able to post comments on each currency
As a user, I should be able to reply to comments and start a thread
@Schmerb
Schmerb / fullstack-capstone-descoping.txt
Created September 27, 2017 15:42
List of user stories that the capstone project MVP will definitely contain.
DEFINITES:
As a user, I should be able to register an account
As a user, I should be able to log in to my account
As a user, I should be able to log out of my account
As a user, I should be able to see the current market price of the most common crypto currencies
As a user, I should be able to choose which currencies I have and/or want to monitor
As a user, I should be able to set custom notifications, both sms and email, depending on set events such as a specific price flucuation(+/-)
As a user, I should be able to chat in a real-time live chat area
@Schmerb
Schmerb / Dashboard Avatar.png
Last active October 4, 2017 20:41
Wireframe mockups for the Full Stack Capstone project.
Dashboard Avatar.png
CryptoKeeper
https://cryptokeeper.netlify.com/
https://github.com/Schmerb/react-redux-hack-client
@Schmerb
Schmerb / fullstack-capstone-feedback.txt
Created November 28, 2017 22:02
User feedback for Fullstack Capstone Project
Users overall like the design, specifically the dashboard
I needed to clear live chat logs when user logs out of account
Needed to be more clear on how to get to dashboard, CryptoKeeper logo now redirects to dashboard if signed in and home if not
Live chat back button needed to use hsitory to dynamically return to the actual previous page
Homepage needs some 'design lovin', slick slider auto play / animated
Comment posting was broken on live site only, cleaned up comment and replyComment action/reducer code and problem was resolved
'My Number' in settings was not clear as to what number it is referring to. Changed to 'My Phone Number'
Custom avatar images can be placed in a div or set as background-image with size: cover in order to retain all different image scales