Open dadiorchen opened 1 year ago
@dadiorchen does this issue still exit or this is solved?
It's open, will you take it? @ajay2827
@dadiorchen Could you please assign this to me? I would like to work on this feature.
It's open, will you take it? @ajay2827 yes I am interested in this, can you assign this to me
@ajay2827 I assigned this to you, let me know if you have any questions.
This is open for contributors.
can you assign me? @dadiorchen
On the
/trees/{id}
page, replace the single planter card with a planter list.http://localhost:3000/trees/c636500a-ca1c-45b2-ba35-7c6b301f8092
We can re-use the component of the planter list on the
/top
page.The title of this list could be:
People who help grow the tree
By clicking the planter image, jump to
/planters/{id}
To fetch the grower list, try this flow to the query API:
/v2/captures?tree_id={tree_id}
v2/growers/{grower_account_id}
some hints: