[Enhancement]: Multiple images in a note #63

Open
opened 2025-09-21 15:02:50 -04:00 by miku4k · 1 comment
miku4k commented 2025-09-21 15:02:50 -04:00 (Migrated from github.com)

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

  • I agree that I properly filled out the items listed above.
  • I understand an issue may be closed if process is not properly followed.
  • I will implement this feature myself
  • I have searched for similar issues

  1. 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 ↩︎

### 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 design[^1] and just have a imageCount field and construct the storage url eg like `images/notes/${noteId}/${i}` [^1]: 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 ### Verification of Submission - [x] I agree that I properly filled out the items listed above. - [x] I understand an issue may be closed if process is not properly followed. - [ ] I will implement this feature myself - [x] I have searched for similar issues
katniny commented 2025-09-21 16:11:36 -04:00 (Migrated from github.com)

girl idk you can read, this issue template is kinda mid

I'm telling the NZ:P team you said that, I stole it from them. /hj

> girl idk you can read, this issue template is kinda mid I'm telling the NZ:P team you said that, I stole it from them. /hj
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
katniny/Auride#63
No description provided.