old-backside-byu-project / backside-api

The HTTP API for backside
0 stars 0 forks source link

A memory store. Needs tweaking to be more consistent with Mongo persistor #2

Closed trevordixon closed 10 years ago

trevordixon commented 10 years ago

Don't merge yet. It's not quite useful. It returns a different object structure than the Mongo one does. It's close though. It has the right behavior I think.

addisonj commented 10 years ago

This looks good to me, if you want me to look again after the changes, lemme know!

addisonj commented 10 years ago

Looks good. It might be nice to someday in the future figure out how to run those tests against any persistence layer, but for now I think thats fine.

Merge it!

Also, we will need to add the private methods to the memory store, let me know if I can help with it