mapbox / cardboard

tile indexed geo database interface.
ISC License
52 stars 10 forks source link

track number of edits in a datasets metadata #161

Closed mcwhittemore closed 8 years ago

mcwhittemore commented 8 years ago

Closes #160

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.002%) to 99.176% when pulling b48b6b094c72d09624bf794b575665b2c0198d4c on num-edits into 1d1238b736ab63e3433df902d11234169a05d1a9 on master.

mcwhittemore commented 8 years ago

@rclark can you give this a look?

rclark commented 8 years ago

Looks good. Just stylistically, I prefer to keep the _ out of my JS objects -- could it be just edits or editcount?

mcwhittemore commented 8 years ago

changed to editcount. I'll merge and release once the tests pass.

rclark commented 8 years ago

@mcwhittemore I rebased on dyno v1.0.1 and fixed the test expectations for editcount. Ready to merge if you're happy with it!