write an adapter (the code that will be run when someone POSTs to the api's sequence endpoint) that
[x] uses metadata from images found in a provided list of directories and splits them into sequences
[ ] serializes images' location in the file system to /sequences/<sequence-id>/<img-id>
[ ] does some db operation goodness to
make note of newly generated sequence
save geo-location of images in sequence
what is a sequence
a sequence is a set of images defined as part of the same sequence by a configurable distance, time delta between itself and the next taken image. a sequence's size has a user configured 'size.
@danbjoseph do you agree with my pseudo-academic definition of a sequence and plan?
goal
write an
adapter
(the code that will be run when someonePOSTs
to the api's sequence endpoint) that/sequences/<sequence-id>/<img-id>
what is a sequence
a sequence is a set of images defined as part of the same
sequence
by a configurabledistance
,time delta
between itself and the next taken image. a sequence's size has a user configured 'size.@danbjoseph do you agree with my pseudo-academic definition of a sequence and plan?