CascadesCarnivoreProject / Carnassial

Carnassial: Simplifying Remote Camera Data
Other
3 stars 0 forks source link

build: ImageProperties timestamp encapsulation #33

Closed twest820 closed 8 years ago

twest820 commented 8 years ago

ImageProperties.Date, ImageTaken, and Time are intertwined but currently there's no API contract which keeps them in sync with each other. Or with database content. This results in ImageProperties objects having various forms of malformed state in various places, such as Date and Time being populated but ImageTaken being left to its default of DateTime.MinValue.

twest820 commented 8 years ago

ImageTaken property removed in feature/editor.