[Enhancement]: Multiple images in a note #63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
girl idk you can read, this issue template is kinda mid
How would your feature improve Auride?
You can currently only have one (1) image per note. If you want to share more than that, you could at best do a reply thread, one image at a time.
Additional Notes
Notes can only have 1 image the way its done in the db right now. We either need a cursed extraImages thing or support both lists and single values for the image field.
I would actually prefer applying data oriented design1 and just have a imageCount field and construct the storage url eg like
images/notes/${noteId}/${i}Verification of Submission
data oriented design is a concept from systems programming, meant to optimize memory usage and cache line efficiency. Were not working with such small optimizations; whats important to us is the db storage usage and data transfer speed, but those are kinda the same things at a higher level, hence dod works ↩︎
I'm telling the NZ:P team you said that, I stole it from them. /hj