GithubHelp home page GithubHelp logo

thiagogabriel / dontblazy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fourfingerz/dontblazy

0.0 1.0 0.0 3.95 MB

Web app for personal productivity with accountability via shared SMS to friends if you miss a goal.

Ruby 63.35% CoffeeScript 0.71% JavaScript 12.63% CSS 3.10% HTML 18.19% Shell 2.02%

dontblazy's Introduction

DontBLazy

Web app for personal productivity with accountability via shared SMS to friends if you miss a goal.

CORE FUNCTIONALITY: 

Notes
July 10, 2015

. Name a goal, select how many days (1-3) to do it, select recipients
. POST a goal. (say 3 days, days_to_complete: 3)
. Delayed job is set 24 hours
. After 24 hours,
	.. IF days_remaining > 0
		.. Delayed jobs restarts 24 hour timer
		.. Delayed jobs triggers outbound SMS to account owner's phone
			: Outbound SMS: "Did you do the task for the day?" 
			: Prompt user link to reply via SMS:
				.. YES 
						: days_completed += 1
				.. NO 
					: Failing SMS is sent to goal's recipients
	.. days_remaining -= 1 
	.. ELSE days_remaining = 0
		: take days_completed and days_to_complete as TALLY
		: insert TALLY into completion SMS
		: send completion SMS to goal's recipients
		: mark goal as completed: true

Notes on phone verification
July 13, 2015

1. User verifies through email normally. 
2. root_url checks for presence of USER's phone (one per account)
	IF phone = nil,
		micropost_form is NOT rendered, instead it renders
		phone verification (phone form and logic)
	ELSE 
		render micropost_form as usual.


*** FUTURE FUNCTIONALITY

Set manual time due. ie. picking kids up from school at 4PM seven hours from now.

dontblazy's People

Contributors

fourfingerz avatar mhartl avatar thiagogabriel avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.