Code Monkey home page Code Monkey logo

canto's Introduction

Canto is a web-based to-do list and task management app for opera singers. Eventually, this app will provide a variety of functionality tailored to the specific needs of opera singers. I am developing this app primarily for myself, and so will be focusing on the functionality that will be most immediately useful to me personally. At this point in development, that functionality is the to-do list.

Current development is taking place on the pure-sinatra and not_passing branches and is focused exclusively on back-end functionality. As the name suggests, the back end is being developed in Sinatra, with ActiveRecord and SQLite3 handling database functionality. The front end will be added later. The current plan has the front end developed using Backbone.js and Twitter Bootstrap.

To-Do List

Users create tasks and are able to view them as a list or individually. Currently there is no user model, so the app is designed for a single user. Tasks have the following attributes (i.e., columns in the Task table):

  • Title

  • Status:

    • ‘new’

    • ‘in_progress’

    • ‘blocking’

    • ‘complete’

  • Priority:

    • ‘urgent’

    • ‘high’

    • ‘normal’

    • ‘low’

    • ‘not_important’

  • Description

  • Deadline

  • Created At

  • Updated At

Tasks are ordered by the position column, which is configured with the acts_like_list gem to re-order the list when a given task changes position.

Development Approach

This app is being developed using a rigorous test- and behavior-driven approach, meaning test-first, agile work-flows. Problems implementing Travis CI are causing builds to fail, but I do not commit non-passing code to the pure-sinatra branch. The full test suite is run each time not_passing is merged.

Refactoring both app code and tests is a major part of the workflow on this project. Everything should stay as DRY as possible.

Versioning

Version 0.0.0; no stable release available.

canto's People

Contributors

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