/voodoo-for-salesforce

A todo list application built with KnockoutJS and Force.com

Primary LanguageApex

#Readme

##Overview

Follow me @wesnolte.

Voodoo is a todo list application that demonstrates the power of JavaScript MV* frameworks (specifically KnockoutJS) and Force.com through the use of JavaScript Remoting.

Features include:

  • Looks just like Salesforce.
  • Lightning fast.
  • Most simple todo features supported.

Voodoo for Salesforce


##Knockout.js

Knockout is awesome and I encourage you to learn more about it.


##Still to be done

  • Add proper response handling in the JS Remoting call backs.
  • Add unit testing for the Knockout code.
  • Test the Apex Controller.
  • More comments are always good!