You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have an endpoint GET /summary/gross that breaks down gross emissions by scope and month, but this graph should break down net emissions over a duration by only scope.
GET /summary/scope that takes body parameters: month_duration and company_id. This is the same as GET /summary/scope and should be similar in implementation (backend\internal\storage\postgres\schema\summary.go).
We currently have an endpoint
GET /summary/gross
that breaks down gross emissions by scope and month, but this graph should break down net emissions over a duration by only scope.Figma link
Deliverables:
GET /summary/scope
that takes body parameters:month_duration
andcompany_id
. This is the same asGET /summary/scope
and should be similar in implementation (backend\internal\storage\postgres\schema\summary.go
).The text was updated successfully, but these errors were encountered: