quinnmil / summit

Comprehensive Mountaineering Resource
1 stars 0 forks source link

test proper date sorting in mongodb #20

Open margielamadman opened 5 years ago

margielamadman commented 5 years ago

It looks like the proper way to do this it to insert Date objects which end up being ISODate objects in mongo I believe.

See: https://stackoverflow.com/a/21286896 https://stackoverflow.com/q/20561381 https://docs.mongodb.com/manual/reference/method/Date/

Helps with: #14

quinnmil commented 5 years ago

Made tons of progress on this during the sprint, finally have it working how I'd like and will validate in the next week. Will validate tomorrow, but I believe this is working as intended.

margielamadman commented 5 years ago

Will work on date testing in future sprint.