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

Allocations: add routing #1741

Closed chadoh closed 4 years ago

chadoh commented 4 years ago

We want the Budget Detail page to use deep linking.

I want deep linking to use ReactRouter.

Even if making deep linking use ReactRouter is harder than I expect, using ReactRouter to organize our app would still be possible and will help us clean up our code.

This PR lays the groundwork for using a new AragonRouter and reorganizes Allocations to start using it.

chadoh commented 4 years ago

Re-implemented as #1749 and #1750