Changes

Jump to: navigation, search

SummerOfCode/2013/EnsembleBackendConnector

799 bytes added, 19:55, 14 June 2013
Status Reports
During the most recent meeting, the final project development environment issues were resolved, and the system was able to pass all required Ensemble tests. At this meeting, a list of goals was produced for completion over the next few weeks. These goals were: reading up on CardDAV, Task.js, and Promise, getting an empty test to run in a new test file, set up a local CardDAV server on the machine, and then finally, to develop a basic implementation of a CardDAV connection. As of this status report, CardDAV, Task.js, and Promise were read up, and an empty test has been made and passed within the Ensemble project.
 
=== Status 3: 14/06/13 ===
 
The meeting prior, it was determined that the main goal over the next week(s) would be to build a simple, non-secure connection between a CardDAV server and Ensemble. This task would include a function that initiated such a connection, as well as a unit test to accompany it. Specifically, this would be done using the Radicale local CardDAV server software. This task was accomplished by developing a connection function that produced an OPTIONS HTTP Request towards a parametered server URL, which would return a positive result if the request status was successful (200). However, the function is not fully completed, as it seems to not address a failed connection response in the expected manner (i.e. A case in which it should not return a resolved promise, does).
Confirm
41
edits

Navigation menu