From 38b222314449fac2e8c0f7044ac8a0b12208040f Mon Sep 17 00:00:00 2001 From: Luis Cuende Date: Wed, 15 May 2019 10:42:06 +0200 Subject: [PATCH 01/11] Updates to 2019 roadmap --- teams/Aragon One/2019.md | 106 +++++++++++++++++++++------------------ 1 file changed, 57 insertions(+), 49 deletions(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index d0628af..50b14d5 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -19,7 +19,7 @@ The goal is to build an identity experience that is seamless and allows individu Focus areas for this initiative: -- **Individual identity**: Allow individuals to create and manage their user profile, mapping their address to a human readable ENS name that can be used to interact with apps within the organization. +- โœ… **Individual identity**: Allow individuals to create and manage their user profile, mapping their address to a human readable ENS name that can be used to interact with apps within the organization. - **Organization identity & membership support**: Allow users to create and manage their organizationsโ€™ profiles, providing an intuitive way to add members to a given organization and granting them permissions & privileges. @@ -30,7 +30,7 @@ Related GitHub issues: -### I02 โ€“ Agent application +### ๐Ÿ”œ I02 โ€“ Agent application This application will enable organizations to interact natively with other web3 applications (including other Aragon organizations). @@ -44,12 +44,9 @@ The App Center will allow users to discover, get and manage apps developed by Ar Focus areas for this initiative: -- **Upgrading apps**: Provide users with a secure way to install new app versions, fixes for features or enhancements to already installed/in use apps. - +- โœ… **Upgrading apps**: Provide users with a secure way to install new app versions, fixes for features or enhancements to already installed/in use apps. - **Browsing, installing & uninstalling apps**: Enhance app discovery and app management for end users. -- **Monetization/incentivisation model for app developers**: Provide app developers with different monetisation models to create revenue from the apps they publish in the Aragon App Center. - Related GitHub issues: @@ -64,7 +61,7 @@ Focus areas for this initiative: - **UI for conditional permissions**: the ACL in aragonOS 4 supports conditional permissions through permission parametrization, the Permissions app should display and allow to edit parameters. -- **Budgeting app**: Enable organizations to plan and control their financial resources by setting time based permissions like budgeting. +- ๐Ÿ”œ **Budgeting app**: Enable organizations to plan and control their financial resources by setting time based permissions like budgeting. [Related GitHub issue](https://github.com/aragon/aragonOS/issues/340) @@ -74,7 +71,7 @@ Improve the overall user experience of the platform and core apps by making the Focus areas for this initiative: -- **Responsive UI**: Make the platform and core apps responsive so Aragon can be used from mobile browsers such as Status or Coinbase Wallet. +- **โœ… Responsive UI**: Make the platform and core apps responsive so Aragon can be used from mobile browsers such as Status or Coinbase Wallet. - **Native mobile app**: Build native (probably React Native makes the most sense) mobile Aragon clients so we can benefit from device and OS specific capabilities. @@ -86,8 +83,8 @@ The aim of this initiative is to lower the barrier of entry for adoption by allo Focus areas for this initiative: -- Meta-transactions & relayers -- Improving onboarding for organizations +- ๐Ÿ”œ Meta-transactions & relayers +- ๐Ÿ”œ Improving onboarding for organizations [Related GitHub issue](https://github.com/aragon/aragonOS/pull/442) @@ -98,9 +95,7 @@ Redesign the current voting architecture and experience to accommodate new votin Focus areas for this initiative: - **Voting with ERC20 tokens**: Enable users to vote using ERC20 tokens. - - **Solidify Research on Transaction and Vote relayers as a network service**: Current research has shown that Meta-transactions and EVM storage proofs could provide a way to improve the cost and user experience of voting by relying on a network of bonded transaction and vote relayers. This research would explore the potential of Transaction and Vote Relaying as another fee generating service maintained by the Aragon Network. - - **UX & technical research**: Create a plan to research the needs and run a pilot with 0x โ€“ Use case: AGP-1 + Representative Council(s) - Research and develop new Voting mechanisms. @@ -112,7 +107,7 @@ Aragon Agreements are a core component of the Aragon Network, they enable users #### Proposal agreements -Proposal Agreements enhance the Aragon Client enabling organizations to leverage agreements to improve governance outcomes by requiring members to collateralized an agreement in order to submit proposals. Subjective proposal agreements can help avoid 51% attacks in DAOs by making sure that only proposals that are valid by the organizationโ€™s charter can be voted on and executed. +Proposal Agreements enhance the Aragon client enabling organizations to leverage agreements to improve governance outcomes by requiring members to collateralized an agreement in order to submit proposals. Subjective proposal agreements can help avoid 51% attacks in DAOs by making sure that only proposals that are valid by the organizationโ€™s charter can be voted on and executed. #### Aragon Court @@ -122,9 +117,44 @@ The Aragon Court is a service protocol designed to incentivize honest arbitratio ANT is intended to be used for governance and as the native currency for the network. In order to optimize ANT for these uses adjustments to ANTโ€™s monetary policy may be necessary. This research would (1) explore the impact of creating a liquidity reserve and treasury bonds to tightly couple the networks assets with the valuation of ANT and (2) the feasibility of shifting the realization value appreciation to unit count rather than unit price using a scalar value token structure. +### I09 โ€“ Caching on the Aragon client + +#### ๐Ÿ”œ Enhance aragonJS caching + +Make sure that aragonJS provides a much better caching mechanism, so the first load is slightly faster, and subsequent loads are much faster than they are now. + +#### ๐Ÿ”œ Experiment and implement centralized/decentralized hybrid for first-load + +Even enhancing aragonJS caching, the first load may still take a while. That's why it makes sense to experiment with centralized/decentralized hybrid solutions for it. For example, a trusted set of participants in the DAO could decide what the state was a at a given block, and then everyone would start loading from that. Then over time the client could sync locally and arrive to a fully decentralized/trustless state. + +### ๐Ÿ”œ I10 โ€“ Email notifications + +All actions on DAOs are irreversible and some of them may involve funds, so notifications become very important to the DAO's stakeholders. + +We will implement opt-in notifications using an email server and another server which will track all DAO-related events on Ethereum. + +### ๐Ÿ”œ I11 โ€“ Aragon client re-design and general enhancements + +We plan to re-design the Aragon client by creating a new Aragon Human Interface Guidelines that standardizes how to create Aragon apps. + +As part of this re-design, we will also re-design the following items, based on user feedback: + +- The Permissions app +- The Voting app + +### ๐Ÿ”œ I12 โ€“ Support Aragon Funraising development + +We commit to supporting [Aragon Black](https://github.com/aragon/flock/blob/master/teams/Aragon%20Black/2019%20-%20Q3%20%26%20Q4.md) on their efforts to create the Aragon Fundraising app. + +This includes: + +- Designing the whole app +- Doing code reviews +- Assist in implementing a fundraising template on the Aragon client + ### aragonOS -#### Global emergency failsafe +#### ๐Ÿ”œ Global emergency failsafe Provide an opt-in failsafe for organizations and individual apps to safely freeze their state during times of emergency @@ -140,7 +170,7 @@ Rather than being a core part of aragonOS, aragonPM is a use case that is built ### aragonSDK -#### Continuously improve developer experience +#### โœ… Continuously improve developer experience We should reduce time for developers to start using the aragonSDK () and also add features they request to it. @@ -148,11 +178,7 @@ We should reduce time for developers to start using the aragonSDK ( Date: Wed, 15 May 2019 10:50:22 +0200 Subject: [PATCH 02/11] More changes --- teams/Aragon One/2019.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index 50b14d5..491312e 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -65,15 +65,11 @@ Focus areas for this initiative: [Related GitHub issue](https://github.com/aragon/aragonOS/issues/340) -### I05 โ€“ Responsive experience +### โœ… I05 โ€“ Responsive experience Improve the overall user experience of the platform and core apps by making the UI render well on any form factor, mobile wallet and browser, so users can seamlessly create, access and manage organizations. -Focus areas for this initiative: - -- **โœ… Responsive UI**: Make the platform and core apps responsive so Aragon can be used from mobile browsers such as Status or Coinbase Wallet. - -- **Native mobile app**: Build native (probably React Native makes the most sense) mobile Aragon clients so we can benefit from device and OS specific capabilities. +Make the platform and core apps responsive so Aragon can be used from mobile browsers such as Status or Coinbase Wallet. [Related GitHub issue](https://github.com/aragon/design/issues/4) From 789f634a91dcacb4f2619ee5626126fc4c1d6b73 Mon Sep 17 00:00:00 2001 From: Luis Cuende Date: Wed, 15 May 2019 10:52:44 +0200 Subject: [PATCH 03/11] Add custom labels to scope --- teams/Aragon One/2019.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index 491312e..ca9807c 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -19,8 +19,8 @@ The goal is to build an identity experience that is seamless and allows individu Focus areas for this initiative: -- โœ… **Individual identity**: Allow individuals to create and manage their user profile, mapping their address to a human readable ENS name that can be used to interact with apps within the organization. - +- โœ… **Custom labels**: Easily tag any Ethereum address on the client. Also easily share tags with other people via a file or a link. +- ๐Ÿ”œ **Individual identity**: Allow individuals to create and manage their user profile, mapping their address to a human readable ENS name that can be used to interact with apps within the organization. [Autark](https://github.com/aragon/flock/blob/master/teams/Autark/2019Q1-2.md) is the one leading this initiative, and we will support via design and code reviews. - **Organization identity & membership support**: Allow users to create and manage their organizationsโ€™ profiles, providing an intuitive way to add members to a given organization and granting them permissions & privileges. Related GitHub issues: From 9104c32835ff09e3ae1b3d837d9f5407690556ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Iv=C3=A1n=20Cuende?= Date: Wed, 15 May 2019 11:21:02 +0200 Subject: [PATCH 04/11] 2019 mid update (#2) * Updates to 2019 roadmap * More changes * Add custom labels to scope --- teams/Aragon One/2019.md | 114 ++++++++++++++++++++------------------- 1 file changed, 59 insertions(+), 55 deletions(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index d0628af..ca9807c 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -19,8 +19,8 @@ The goal is to build an identity experience that is seamless and allows individu Focus areas for this initiative: -- **Individual identity**: Allow individuals to create and manage their user profile, mapping their address to a human readable ENS name that can be used to interact with apps within the organization. - +- โœ… **Custom labels**: Easily tag any Ethereum address on the client. Also easily share tags with other people via a file or a link. +- ๐Ÿ”œ **Individual identity**: Allow individuals to create and manage their user profile, mapping their address to a human readable ENS name that can be used to interact with apps within the organization. [Autark](https://github.com/aragon/flock/blob/master/teams/Autark/2019Q1-2.md) is the one leading this initiative, and we will support via design and code reviews. - **Organization identity & membership support**: Allow users to create and manage their organizationsโ€™ profiles, providing an intuitive way to add members to a given organization and granting them permissions & privileges. Related GitHub issues: @@ -30,7 +30,7 @@ Related GitHub issues: -### I02 โ€“ Agent application +### ๐Ÿ”œ I02 โ€“ Agent application This application will enable organizations to interact natively with other web3 applications (including other Aragon organizations). @@ -44,12 +44,9 @@ The App Center will allow users to discover, get and manage apps developed by Ar Focus areas for this initiative: -- **Upgrading apps**: Provide users with a secure way to install new app versions, fixes for features or enhancements to already installed/in use apps. - +- โœ… **Upgrading apps**: Provide users with a secure way to install new app versions, fixes for features or enhancements to already installed/in use apps. - **Browsing, installing & uninstalling apps**: Enhance app discovery and app management for end users. -- **Monetization/incentivisation model for app developers**: Provide app developers with different monetisation models to create revenue from the apps they publish in the Aragon App Center. - Related GitHub issues: @@ -64,19 +61,15 @@ Focus areas for this initiative: - **UI for conditional permissions**: the ACL in aragonOS 4 supports conditional permissions through permission parametrization, the Permissions app should display and allow to edit parameters. -- **Budgeting app**: Enable organizations to plan and control their financial resources by setting time based permissions like budgeting. +- ๐Ÿ”œ **Budgeting app**: Enable organizations to plan and control their financial resources by setting time based permissions like budgeting. [Related GitHub issue](https://github.com/aragon/aragonOS/issues/340) -### I05 โ€“ Responsive experience +### โœ… I05 โ€“ Responsive experience Improve the overall user experience of the platform and core apps by making the UI render well on any form factor, mobile wallet and browser, so users can seamlessly create, access and manage organizations. -Focus areas for this initiative: - -- **Responsive UI**: Make the platform and core apps responsive so Aragon can be used from mobile browsers such as Status or Coinbase Wallet. - -- **Native mobile app**: Build native (probably React Native makes the most sense) mobile Aragon clients so we can benefit from device and OS specific capabilities. +Make the platform and core apps responsive so Aragon can be used from mobile browsers such as Status or Coinbase Wallet. [Related GitHub issue](https://github.com/aragon/design/issues/4) @@ -86,8 +79,8 @@ The aim of this initiative is to lower the barrier of entry for adoption by allo Focus areas for this initiative: -- Meta-transactions & relayers -- Improving onboarding for organizations +- ๐Ÿ”œ Meta-transactions & relayers +- ๐Ÿ”œ Improving onboarding for organizations [Related GitHub issue](https://github.com/aragon/aragonOS/pull/442) @@ -98,9 +91,7 @@ Redesign the current voting architecture and experience to accommodate new votin Focus areas for this initiative: - **Voting with ERC20 tokens**: Enable users to vote using ERC20 tokens. - - **Solidify Research on Transaction and Vote relayers as a network service**: Current research has shown that Meta-transactions and EVM storage proofs could provide a way to improve the cost and user experience of voting by relying on a network of bonded transaction and vote relayers. This research would explore the potential of Transaction and Vote Relaying as another fee generating service maintained by the Aragon Network. - - **UX & technical research**: Create a plan to research the needs and run a pilot with 0x โ€“ Use case: AGP-1 + Representative Council(s) - Research and develop new Voting mechanisms. @@ -112,7 +103,7 @@ Aragon Agreements are a core component of the Aragon Network, they enable users #### Proposal agreements -Proposal Agreements enhance the Aragon Client enabling organizations to leverage agreements to improve governance outcomes by requiring members to collateralized an agreement in order to submit proposals. Subjective proposal agreements can help avoid 51% attacks in DAOs by making sure that only proposals that are valid by the organizationโ€™s charter can be voted on and executed. +Proposal Agreements enhance the Aragon client enabling organizations to leverage agreements to improve governance outcomes by requiring members to collateralized an agreement in order to submit proposals. Subjective proposal agreements can help avoid 51% attacks in DAOs by making sure that only proposals that are valid by the organizationโ€™s charter can be voted on and executed. #### Aragon Court @@ -122,9 +113,44 @@ The Aragon Court is a service protocol designed to incentivize honest arbitratio ANT is intended to be used for governance and as the native currency for the network. In order to optimize ANT for these uses adjustments to ANTโ€™s monetary policy may be necessary. This research would (1) explore the impact of creating a liquidity reserve and treasury bonds to tightly couple the networks assets with the valuation of ANT and (2) the feasibility of shifting the realization value appreciation to unit count rather than unit price using a scalar value token structure. +### I09 โ€“ Caching on the Aragon client + +#### ๐Ÿ”œ Enhance aragonJS caching + +Make sure that aragonJS provides a much better caching mechanism, so the first load is slightly faster, and subsequent loads are much faster than they are now. + +#### ๐Ÿ”œ Experiment and implement centralized/decentralized hybrid for first-load + +Even enhancing aragonJS caching, the first load may still take a while. That's why it makes sense to experiment with centralized/decentralized hybrid solutions for it. For example, a trusted set of participants in the DAO could decide what the state was a at a given block, and then everyone would start loading from that. Then over time the client could sync locally and arrive to a fully decentralized/trustless state. + +### ๐Ÿ”œ I10 โ€“ Email notifications + +All actions on DAOs are irreversible and some of them may involve funds, so notifications become very important to the DAO's stakeholders. + +We will implement opt-in notifications using an email server and another server which will track all DAO-related events on Ethereum. + +### ๐Ÿ”œ I11 โ€“ Aragon client re-design and general enhancements + +We plan to re-design the Aragon client by creating a new Aragon Human Interface Guidelines that standardizes how to create Aragon apps. + +As part of this re-design, we will also re-design the following items, based on user feedback: + +- The Permissions app +- The Voting app + +### ๐Ÿ”œ I12 โ€“ Support Aragon Funraising development + +We commit to supporting [Aragon Black](https://github.com/aragon/flock/blob/master/teams/Aragon%20Black/2019%20-%20Q3%20%26%20Q4.md) on their efforts to create the Aragon Fundraising app. + +This includes: + +- Designing the whole app +- Doing code reviews +- Assist in implementing a fundraising template on the Aragon client + ### aragonOS -#### Global emergency failsafe +#### ๐Ÿ”œ Global emergency failsafe Provide an opt-in failsafe for organizations and individual apps to safely freeze their state during times of emergency @@ -140,7 +166,7 @@ Rather than being a core part of aragonOS, aragonPM is a use case that is built ### aragonSDK -#### Continuously improve developer experience +#### โœ… Continuously improve developer experience We should reduce time for developers to start using the aragonSDK () and also add features they request to it. @@ -148,11 +174,7 @@ We should reduce time for developers to start using the aragonSDK ( Date: Thu, 16 May 2019 09:18:30 +0200 Subject: [PATCH 05/11] Added payroll to new initiatives --- teams/Aragon One/2019.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index ca9807c..de09d48 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -148,6 +148,12 @@ This includes: - Doing code reviews - Assist in implementing a fundraising template on the Aragon client +### ๐Ÿ”œ I13 โ€“ Launch Aragon Payroll + +Crypto-native payroll has sparked a lot of interest, and we are contuing Protofire's work on [Aragon Payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll) to finish it and start using it with early testers. + +While we commit to getting it to a beta state, the maintainance of it will have to be carefully considered since Aragon One may not have the bandwidth to maintain it. + ### aragonOS #### ๐Ÿ”œ Global emergency failsafe From c7172557ebe53f4db81fca85e05f2479691746a1 Mon Sep 17 00:00:00 2001 From: Luis Cuende Date: Thu, 16 May 2019 09:20:52 +0200 Subject: [PATCH 06/11] Typo --- teams/Aragon One/2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index de09d48..4f29587 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -150,7 +150,7 @@ This includes: ### ๐Ÿ”œ I13 โ€“ Launch Aragon Payroll -Crypto-native payroll has sparked a lot of interest, and we are contuing Protofire's work on [Aragon Payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll) to finish it and start using it with early testers. +Crypto-native payroll has sparked a lot of interest, and we are continuing Protofire's work on [Aragon Payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll) to finish it and start using it with early testers. While we commit to getting it to a beta state, the maintainance of it will have to be carefully considered since Aragon One may not have the bandwidth to maintain it. From bafd34938560f5ed7f0568b5f99d86282e91964e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Iv=C3=A1n=20Cuende?= Date: Thu, 16 May 2019 16:21:36 +0200 Subject: [PATCH 07/11] Typo Co-Authored-By: Brett Sun --- teams/Aragon One/2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index 4f29587..0262c9d 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -138,7 +138,7 @@ As part of this re-design, we will also re-design the following items, based on - The Permissions app - The Voting app -### ๐Ÿ”œ I12 โ€“ Support Aragon Funraising development +### ๐Ÿ”œ I12 โ€“ Support Aragon Fundraising development We commit to supporting [Aragon Black](https://github.com/aragon/flock/blob/master/teams/Aragon%20Black/2019%20-%20Q3%20%26%20Q4.md) on their efforts to create the Aragon Fundraising app. From f79da1bbcb2293568483113ff81030bfa9ba823e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Iv=C3=A1n=20Cuende?= Date: Thu, 16 May 2019 16:21:46 +0200 Subject: [PATCH 08/11] Update teams/Aragon One/2019.md Co-Authored-By: Brett Sun --- teams/Aragon One/2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index 0262c9d..0d4ddce 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -117,7 +117,7 @@ ANT is intended to be used for governance and as the native currency for the net #### ๐Ÿ”œ Enhance aragonJS caching -Make sure that aragonJS provides a much better caching mechanism, so the first load is slightly faster, and subsequent loads are much faster than they are now. +Make sure that aragonJS provides a much better [caching mechanism](https://github.com/aragon/aragon.js/issues/294), so the first load is slightly faster, and subsequent loads are much faster than they are now. #### ๐Ÿ”œ Experiment and implement centralized/decentralized hybrid for first-load From 8f5703f221c10342728c992e19647fdf05279ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Iv=C3=A1n=20Cuende?= Date: Thu, 16 May 2019 16:22:04 +0200 Subject: [PATCH 09/11] Update teams/Aragon One/2019.md Co-Authored-By: Brett Sun --- teams/Aragon One/2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index 0d4ddce..f071004 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -121,7 +121,7 @@ Make sure that aragonJS provides a much better [caching mechanism](https://githu #### ๐Ÿ”œ Experiment and implement centralized/decentralized hybrid for first-load -Even enhancing aragonJS caching, the first load may still take a while. That's why it makes sense to experiment with centralized/decentralized hybrid solutions for it. For example, a trusted set of participants in the DAO could decide what the state was a at a given block, and then everyone would start loading from that. Then over time the client could sync locally and arrive to a fully decentralized/trustless state. +Even enhancing aragonJS caching, the first load may still take a while. That's why it makes sense to experiment with centralized/decentralized hybrid solutions for it. For example, [a trusted set of participants in the DAO](https://forum.aragon.org/t/aragon-network-ipfs-pinning/824/25) could decide what the state was a at a given block, and then everyone would start loading from that. Then over time the client could sync locally and arrive to a fully decentralized/trustless state. ### ๐Ÿ”œ I10 โ€“ Email notifications From 4fb8f1117d930ce88694f5f9402c693d124f4fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Iv=C3=A1n=20Cuende?= Date: Thu, 16 May 2019 16:22:11 +0200 Subject: [PATCH 10/11] Update teams/Aragon One/2019.md Co-Authored-By: Brett Sun --- teams/Aragon One/2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index f071004..f0691b0 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -131,7 +131,7 @@ We will implement opt-in notifications using an email server and another server ### ๐Ÿ”œ I11 โ€“ Aragon client re-design and general enhancements -We plan to re-design the Aragon client by creating a new Aragon Human Interface Guidelines that standardizes how to create Aragon apps. +We plan to re-design the Aragon client by creating a new Aragon Human Interface Guideline that standardizes how to create Aragon apps. As part of this re-design, we will also re-design the following items, based on user feedback: From e13e81dae9518fa7470573a0afac9b73aa21f8fb Mon Sep 17 00:00:00 2001 From: Luis Cuende Date: Thu, 16 May 2019 16:23:27 +0200 Subject: [PATCH 11/11] Including PR instead of issue for kill-switch --- teams/Aragon One/2019.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/Aragon One/2019.md b/teams/Aragon One/2019.md index f0691b0..d54c7e3 100644 --- a/teams/Aragon One/2019.md +++ b/teams/Aragon One/2019.md @@ -162,7 +162,7 @@ Provide an opt-in failsafe for organizations and individual apps to safely freez As a new system built on highly experimental technology, it is highly desirable to include failsafes in the event of security breaches or other emergency events. Organizations should be able to opt-in their entire organization or a particular set of applications to a failsafe that freezes their state and execution when triggered. -[Related GitHub issue](https://github.com/aragon/aragonOS/issues/151) +[Related GitHub issue](https://github.com/aragon/aragonOS/pull/518) #### Decouple aragonPM implementation