Skip to content

Instantly share code, notes, and snippets.

@morettisf
morettisf / bbqtracker_404_test.js
Last active August 14, 2017 23:22
bbqtracker_404_test.js
it('handles a put request error', (done) => {
chai.request(app)
.post('/register')
.send({ username: 'steve', email: 'steve@test.com', password: 'bestpassword123', password2: 'bestpassword123' })
.then(() => {
var agent = chai.request.agent(app)
agent.post('/sign-in')
.send({ username: 'steve', password: 'bestpassword123' })
.then(() => {
agent.put('/vi')

VinWorks

  • VinWorks is a tool set for winemakers to track the winemaking process and measure results as they go.

UserStories

  • As a user I should be able to create an account
  • As a user I should be able to create logs for various winemaking processes
  • As a user I should be able to see a birds eye view of all my processes and what stage my wine is in
@morettisf
morettisf / astrobits_user_stories.md
Created March 7, 2017 00:48
AstroBits - User Stories

AstroBits

  • constellation view from specified location (VirtualSky)
  • moon phases (Farmsense)
  • NASA pic of the day

User Stories

  • As a user I should be able to enter my location
  • As a user I should be able to view an interactive constellation map
  • As a user I should be able to see upcoming moon phases

BBQ Tracker

Provides a way to track BBQ cooks, recipes and outcomes

User Stories - Essential

  • I should be able to create my first log prior to creating an account
  • I should be able to create an account to save my cook logs
  • I should be able to create, edit, view, and delete logs
  • I should be able to create a log easily with a guided steps for entering data
  • I should be able to write recipe steps
- nav doesn't always fit on phones
- infowindow text is too small
- nice to link addresses to google maps
- link telephone numbers
@morettisf
morettisf / capstone_project_api_plan.html
Last active October 28, 2016 15:15
Capstone Project - API
Plan your California garden crop’s drip irrigation frequency for the year.
@morettisf
morettisf / index.html
Last active October 13, 2016 22:52 — forked from anonymous/index.html
OBJECTS - Word Frequencies
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@morettisf
morettisf / index.html
Last active October 13, 2016 22:55 — forked from anonymous/index.html
jQuery - Cat Image Swap
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
}
@morettisf
morettisf / index.html
Last active October 13, 2016 22:55 — forked from anonymous/index.html
jQuery - Lightbulb
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
font-family: sans-serif;
@morettisf
morettisf / index.html
Last active October 13, 2016 22:55 — forked from anonymous/index.html
jQuery - Fizzbuzz
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
font-family: sans-serif