Berkeley169 / fight_Impunity_Haiti

Berkeley CS 169 project working with a non-profit group to fight impunity in Haiti.
1 stars 0 forks source link

Learn to create, serialize, and store JSON #29

Closed natesholland closed 11 years ago

natesholland commented 11 years ago

@nicholasherson @pkLazer we need to figure out how to create and store a JSON object so that we can store some of the more random attributes about texts and such in the database.

nherson commented 11 years ago

Goals:

nherson commented 11 years ago

This is done. All my tests pass for cucumber, and browsing the site seems to work as expected.

It is worth noting that the test cases I wrote will become deprecated and broken once we actually have a concrete set of text upload types and their associated fields.

For the remainder of this iteration, I suppose I will go ahead and clean up the views for editing and showing documents, as well as assist in everyone else's tasks.

ninja edit: I still need to write rspec tests for this. Stay tuned.