-
Notifications
You must be signed in to change notification settings - Fork 16
Embed or Extend the Aragon Client #80
Comments
Depending on how far Apiary wants to go in its "preview" mode, I see a few choices:
1 is by far the easiest at the moment.
This is already the case. We have a canonical version of aragonAPI; you can find it on npm with
The client's integration with the notifications service can be seen as a purely "frontend" interface to it. It exposes web2 APIs; the client integrates with those APIs. Other apps can integrate with those APIs and provide their own frontends.
I highly agree we could move various user-related information up, to where it's not just local to the client. There are a few pieces of information I see:
|
Is your feature request related to a problem? Please describe.
We want people to be able to go in and out of the Aragon Client interface without leaving Apiary. We also want to add functionality for managing subscriptions and notifications as an individual user. Some of this functionality exists within the Client (notifications, web3 auth).
Describe the solution you'd like
Ideally we would be able modularize the user focused elements of the client (web3 auth, notifications, local labels):
So that these can be provided by Apiary, and then simply embed the client without these features, to minimize compatibility/maintenance issues.
Describe alternatives you've considered
Not sure, but would totally open to other alternatives that meet the fundamental requirements.
The text was updated successfully, but these errors were encountered: