Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

User stories
As a user I should be able to post my ideas
As a user I should be able to see other people ideas
As a user I should be able to register/login
As a user I should be able to delete information I have posted
As a user I should be able to delete my profile
As a user I should be able to serach for new information
Screen list
home page
@Richardek
Richardek / user feedback
Created March 1, 2019 00:23
Capstone-3 feedback
The ability to delete other mental notes
Changes
I noted my post request test wasn't acting correctly, had to change it
@Richardek
Richardek / gist:2965ac7a290cf221fd34716af31fe8ed
Created February 22, 2019 03:04
From idea to user stories
As a user I should be able to post my ideas
As a user I should be able to see other people ideas
As a user I should be able to register/login
As a user I should be able to delete information I have posted
As a user I should be able to delete my profile
As a user I should be able to serach for new information
@Richardek
Richardek / Mongo pratice
Created January 29, 2019 07:30
Mongo drills
// Get all
db.restaurants.find();
// Limit and sort
db.restaurants.
find().
sort({name: 1}).
limit(10);
@Richardek
Richardek / practice with express
Created January 4, 2019 02:23
Express drills
https://glitch.com/~express-echo-endpoint-drill
https://glitch.com/~express-post-madlib-drill
@Richardek
Richardek / capstone 2 feed back
Created December 7, 2018 20:18
User feedback about capstone 2
Users found the capstone interesting
The app was used as intended, however one ser found an unintentional bug in the program
Yes, when you put a space in the searh bar, and hit enter it still works
Yes, the app was very easy for users to understand
Without any css style in the app, many users noted the app looked to plain/ugly
I had to explain some things, because user weren't sure where to go without any css
Users noted it was a very useful application
@Richardek
Richardek / capstone 2 prep
Created December 2, 2018 00:25
Api user flow and wire frame
User flow
Start page
User sees a description which tells the purpose of my app
One the same page users hits the begin button to start the application
Application page
At this point the user will see a variety of options that he or she can choose form
For example he will be able to find information on entrepreneurs based on this such as race, gender and more
Event successful - if the user selects/enters all the required information he be taken to the results page
I will be using the census bureau api Annual Survey of Entrepreneurs. I will show how successful or unsuccessful some entreoreneurs are based on factors such as race, sex, and gender.
@Richardek
Richardek / GET requests
Last active November 17, 2018 03:55
Simple GET requests
Assignment 1-2
https://repl.it/@richardek2638/fetch-12-assignment
Assignment 3
https://repl.it/@richardek2638/fetch-dog-assignment-3
@Richardek
Richardek / Assignment 1
Last active November 7, 2018 23:05
Reading API documentation
Visit the YouTube API documentation discussed above and find the subscription list endpoint documentation. List 1 required parameter and 2 optional parameters for this endpoint. For each parameter listed, state the data type and give an example of the allowed values.
Required
part
data type: string
ex: snippet
optional #1
maxResults
data type: unsigned integer