Is your feature request related to a problem? Please describe.
The grants-stack requires simple and tidy data to build applications such as a page with project summary cards.
Describe the solution you'd like
Project endpoint that accepts a &summary and responds with the summary information of the project id.
Describe alternatives you've considered
Offloading this logic to the user.
Additional context
See how other endpoint handlers are structured. We also need to decide on a reliable oracle.
Is your feature request related to a problem? Please describe. The grants-stack requires simple and tidy data to build applications such as a page with project summary cards.
Describe the solution you'd like Project endpoint that accepts a
&summary
and responds with the summary information of the project id.Describe alternatives you've considered Offloading this logic to the user.
Additional context See how other endpoint handlers are structured. We also need to decide on a reliable oracle.