Describe how you selected and analyzed the photos:
Album
id: UUID,
ownerId: UUID,
title: string,
privacy: enum PRIVATE, SHARED, PUBLIC ,
sharedWith: [UUID], // user IDs if SHARED
expiration: datetime
Photo
id: UUID,
albumId: UUID,
urlOriginal: string, // e.g., S3 bucket or CDN
urlThumbnail: string,
caption: string?,
uploadedAt: datetime,
sizeBytes: integer,
width: integer,
height: integer
Store original files in a secure bucket (e.g., AWS S3, GCS). Generate a lower‑resolution thumbnail for the strip. ammayude pooru photos full
Create a simple, elegant way for users to view, organize, and share high‑resolution photos of their mother (or any loved‑one) in a full‑screen, swipe‑able gallery. The feature should: Describe how you selected and analyzed the photos: