AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

fix(allocations): frontend period and budget remaining override #1988

Closed topocount closed 4 years ago

topocount commented 4 years ago

Sometimes the app state reducer doesn't kick in to globally override the remaining budget. These calculations in the frontend components ensure the remaining budget is set to zero if the onchain period end date has passed. (because an un-transitioned accounting period indicates that no funds have been spent since the last cycle)

topocount commented 4 years ago

Closing this in favor of #1989 since it addresses the root issue