benbria / object-spy

0 stars 0 forks source link

Basic summarization of object observations #1

Closed bllanos closed 9 years ago

bllanos commented 9 years ago

Current State

The watch() function exported by src/watch/watch.coffee returns an object with a method called getObservations(). The getObservations() function outputs a description of what happened to the watched object, with the format described in the wiki Architecture page. This format is not human-readable.

Desired Solution

Create a sub-module for formatting observation data in a human-readable way.

Suggestions

bllanos commented 9 years ago

With #5, the only remaining sub-task under this issue is to provide JSON representations of the object as seen by the client code.

bllanos commented 9 years ago

Remaining tasks now assigned to #15