Skip to content

[Story] Create Collection #17

Open
@TSampley

Description

@TSampley

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

  1. Initiate Collection Creation (from Home Page or User Profile Page)
  2. Define Details
    1. title: String
    2. description: String
    3. goal: CurrencyAmount
    4. start: DateTime?
    5. end: DateTime?
  3. Add Media
  4. 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

Labels

User-storyAgent-oriented description of functionality

Projects

Status

Ready for Work

Relationships

None yet

Development

No branches or pull requests

Issue actions