api icon indicating copy to clipboard operation
api copied to clipboard

[Enhancement] Improved campaign summaries for get/list requests

Open stann1 opened this issue 3 years ago • 0 comments

  • removing the unused vault[] from the response props.
  • replacing the getall donations sql query with aggregation query
  • changing the summary from array to object with with props
"summary": {
            "reachedAmount": 150,
            "currentAmount": 103,
            "blockedAmount": 0,
            "donors": 3
        }

stann1 avatar Jul 22 '22 14:07 stann1