AutarkLabs / roadmap

0 stars 0 forks source link

Monolithic apps (Enhance aragonAPI to support multi-contract apps) #9

Open stellarmagnet opened 5 years ago

stellarmagnet commented 5 years ago

A major limitation of the Aragon architecture is the tight coupling between an individual application front-end and contract. With this limitation, there is less freedom to design feature sets with the optimal user experience, where multiple contracts may be more logical for a single application.

To improve upon the architecture, aragonAPI will be modified so as to support both relationships between a single app front-end and multiple contracts, as well as add tools to allow for contract data to be displayed across multiple user interfaces without coupling at the contract level.

Once the flow has been defined within aragonAPI we will create at least one example of how we see ideal one-to-many and many-to-one relationships working.