profundli / donorai-mobile-ui

Repository for the DonorAI Mobile application
1 stars 0 forks source link

Dev Officer should be able to view/edit the lifecycle of a lead #27

Open profundli-admin opened 4 years ago

profundli-admin commented 4 years ago

Lead pipeline where you can see the status of Introduction,Cultivation,Stewardship,Closed

GIVEN a registered user WHEN they access the donor-pipeline view THEN they should see a kanban style view of their leads

GIVEN that a dev officer is viewing their Donor Pipeline View WHEN the potential lead has been imported THEN the potential lead should appear in the introduction stage

INTRODUCTION GIVEN that the lead appears in the Introduction stage WHEN the dev officer has created a follow up task OR the dev officer does a manual move from Introduction -> Cultivation THEN the system should change the status of that lead to Cultivation

CULTIVATION GIVEN that the lead appears in the Cultivation stage WHEN the donor donates THEN the dev officer should be able to move that donor to the Stewardship AND the status should be updated to Stewardship

STEWARDSHIP GIVEN the donor is in Stewardship for a period of time WHEN the donor is no longer donating THEN the dev officer should be able to 'Close' the donor's profile

QUESTION WE HAD how do we handle the scenario where the dev officer has many leads/donors in a certain step.

RESOLUTION LLyas made the statement that the user will need to manage their own data. this management combined with the new alerts we just defined it will cover the scenario where donors are in stewardship for a long time.

Tasks

Figma

https://www.figma.com/file/yAre7ANwMapev6LV8QquTm/DonorAi?node-id=588%3A47

cdprofundli commented 4 years ago

Do we want these stages to be updated on the contact details page too?