Open pcapel opened 7 months ago
The first thought is, how do you update the annotations? They should probably have an identifier. I would imagine a UUIDv7. That would be auto-generated. But then we start to really beg the question of integration with Ecto (imo), since this is getting weirdly close to e.g. changesets and Schema.
Basically the title, but the way I envision this is essentially:
Which is then part of the sequences, and can be manipulated with the
annotate
style functions, such as:Something like that.