Open
Description
User Story
As a Recipient or Event Organizer, I want to create a collection, to hold funds for an ongoing donation drive or other events.
Flow
- Initiate Collection Creation (from Home Page or User Profile Page)
- Define Details
- title: String
- description: String
- goal: CurrencyAmount
- start: DateTime?
- end: DateTime?
- Add Media
- Submit or Publish
Edge Cases
Error Cases
title is empty: show error "Title must not be empty."
description is empty: show error "Description must not be empty."
goal < $10: show error "Goal must be greater than $10. Consider removing the goal."
end <= start: show error "The collection end must be after the start."
media is greater than 5MB: show error "The total size of all uploads can not exceed 5MB. Consider linking to externally hosted images."
Metadata
Metadata
Assignees
Type
Projects
Status