You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
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
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."
The text was updated successfully, but these errors were encountered: