/acTasks

activeCollab Task interface based on AngularJS

Primary LanguageJavaScript

acTasks

activeCollab Task interface based on AngularJS. The general idea is a snappier interface based on locally cached data and promises, so that interactions with the server are less painful. A simpler, more goal-directed interface (catering only to tasks in the first instance) is also an aim.

I'm working and testing against the latest version of ActiveCollab (3.x). I've not built in any AC Module integration yet, so to use this you have to set up an API key (Profile page > API access > new application) then copy the URL and key into the login page - they're stored in localStorage and used for all access after then.

Auth is in a very early state. Ideally I want this to require email (ac uses this instead of username) and password, and to then get an API key automatically. Right now it just gets the details from the suer and saves them locally.

NB: This is experimental and I'm learning AngularJS as I build it.

Creative Commons License
acTasks by Marcel Kornblum is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.