Skip to content

Simple Backbone.js application that shows your tasks on teambox. Just for learning purposes of both backbone and teambox api

Notifications You must be signed in to change notification settings

juanxo/backbone-teambox-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone Teambox Tasks

This is your daily dose of todo applications made to learn Backbone.js, but with the twist of using an external API (teambox)

Disclaimer: This isn't by any means at the same level of quality and polish that Teambox. If you are thinking about using a great project management tool, check them

Screenshot

Why

In a conversation over email (sooo retro) with @masylum(their CTO), he told me that they moved to a client-side solution, using Backbone.js.

I've never tried any client-side framework before (I used to think that they weren't really neccessary, as you could squeeze enough performance from a conventional rails application and it would be far easier to maintain)

TODO

I just started to get my feet wet with client side frameworks, and there are some things I would like to do in this application:

  • Expandable tasks: Click on task header to expand them (nested views, etc)
  • Better user feedback: Warn about auth popup, spinner on tasks loading.
  • Add task lists and filters (Backbone.Rel, events et al.)
  • Server side templates (trimmer perhaps, once I get my head around it)
  • Better way to oauth (not having to give authorization everytime you connect and get rid of the popup window)

About

Simple Backbone.js application that shows your tasks on teambox. Just for learning purposes of both backbone and teambox api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published