CraftsmenLtd / BloodConnect

BloodConnect
Apache License 2.0
7 stars 1 forks source link

E03 S01 Donation request generation workflow #83

Open KhirulIslam opened 3 weeks ago

KhirulIslam commented 3 weeks ago

This is one of the core functionalities of bloodconnect. The ability to search for donors. As a registered app-user, we can search for doners using the following criteria. Few other things need to be considered. For example, our search result should exclude anyone we did donate in the last 3 months or if someone has set up his profile as unavailable. In summary here is the full list of criteras.

Backend marked parameters should be handled behind the scenes for app users and User specified will be included input for app-users.

Acceptance criteria:

  1. Successful search of donors via mobile app.
  2. Pagination support with dynamic page size (5-100)
KhirulIslam commented 3 weeks ago

@shuaibq3 Please update the ticket according to the discussion