-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Media Storage & Management
As a user, I want the system to handle the storage and management of the media content that is captured randomly so that my life moments are preserved and shared securely with my close circle
Acceptance Criteria
- Media content can be in either video or audio format.
- The system must generate random prompts for the user to record media.
- The system allows the user to review and approve media before sharing.
- Shared media is stored securely in the cloud.
- The system must notify the close circle when new media is shared.
- Close circle members can access and view the media content.
- Users can manage the list of close circle members within the application.
- The system maintains an activity log of shared media items.
sequenceDiagram
participant User
participant AI
participant System
participant Cloud_Storage
participant Close_Circle
User->>AI: Receive prompt
User-->>System: Record media
System-->>User: Review and Approve
User->>System: Confirm sharing
System->>Cloud_Storage: Upload media
Cloud_Storage-->>System: Confirm upload
System->>Close_Circle: Notify new media
Close_Circle->>Cloud_Storage: Access media