Code Monkey home page Code Monkey logo

aspect-status's Introduction

aspect-status

With this project I aim to present a view of how well I, as a person, am operating. I was inspired to do this after seeing how beautifully Google Apps Dashboard presents a view of how their systems have been operating. The things I find impressive about it, and aim to steal, are:

  • It doesn't just show how things are today. because most of the time I know how things are today.
  • It doesn't go too far into the past, at least in its initial view. I dwell on the past enough as it is.
  • It isn't overly free-form. I think Google's structured approach is better, at least for internal use, than simply posting notes to a blog.
  • It shows a lot of fields in a small amount of space.

The main difference is that instead of automatically collecting data, data will need to be entered in by a human. As I learned in the first chapter of Beautiful Data, this can be challenging. My initial strategy will be to remind me to use it, but only if I don't use it on my own.

Status

Getting Started (DRAFT)

  • Have a working Ruby setup with Bundler
  • Be logged into your Cloudant account
  • Sign up for a Heroku account and install the Heroku gem
  • Clone this repo
  • run heroku create <<appname>>
  • Set up a CouchDB database
    • Create a database
    • Create an API key
    • Give that API key read, write, delete permissions on the database
  • run heroku config COUCH\_URL <<database url>> (CLOUDANT_URL also works, as a fallback, if you decide to use Cloudant's Heroku add-on)

Running locally and deploying to other services is left as an exercise for the reader.

TODO

  • Deploy to Heroku
  • Force SSL in production
  • Set up database (Cloudant)
  • Add javascript libraries (jQuery, backbone.js, icanhazjs)
  • Get fake data in database
  • Implement viewing
  • Implement editing
  • Implement notifications

aspect-status's People

Contributors

benatkin avatar

Stargazers

 avatar

Watchers

 avatar  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.