Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Donation list view #8

Open
WheresHJ opened this issue Apr 3, 2020 · 0 comments
Open

Donation list view #8

WheresHJ opened this issue Apr 3, 2020 · 0 comments
Labels

Comments

@WheresHJ
Copy link
Member

WheresHJ commented Apr 3, 2020

User Story

  • As a city employee, I want to see a list of all donations, so that I can make a decision about which one to work on next.

Description

This component shows a list of all donations tracked in the system. Donations are taken in by either a user-facing form, or recorded in the same form or directly in the gSheet by a city employee (for example, if a city employee hears from a donor by phone and records the details manually). Each list item should display the following user-facing characteristics, laid out in this gSheet

Donation list item details

  • Date received: The date the donation offer was made
  • Status: The state of a given donation, ie Inbound, Verified, Delivered, etc. Described in this gSheet
  • Donor name: The name of the donor organization, or the Contact name if there is no organization listed
  • Donation sub-category: The secondary category of donation item. Each sub-category is subordinate to the category. Described in this gSheet
  • Donor type (i.e. restaurant, business, corporation, etc)

Filters & sorting

This default sort should be by Urgency followed by Date Received, and should show all donations. The list should visually segment by Urgency (High, Medium, Low).

Additional filters will be tracked in #12.


Done when:

  • A city employee can view all donations in a list
  • By selecting a donation list item, the city employee will see the donation detail view (Donation info view #1)
@WheresHJ WheresHJ added the epic label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant