diff --git a/src/apps/AppCenter/DiscoverApps/discover-apps-data.js b/src/apps/AppCenter/DiscoverApps/discover-apps-data.js index 7fd96c6e9..34397dd17 100644 --- a/src/apps/AppCenter/DiscoverApps/discover-apps-data.js +++ b/src/apps/AppCenter/DiscoverApps/discover-apps-data.js @@ -1,94 +1,106 @@ -import payrollIcon from './icons/payroll.svg' import agentIcon from './icons/agent.svg' -import surveyIcon from './icons/survey.svg' -import pandoIcon from './icons/pando.svg' +import dandelionIcon from './icons/dandelion.svg' import openEnterpriseIcon from './icons/open-enterprise.svg' +import pandoIcon from './icons/pando.svg' +import payrollIcon from './icons/payroll.svg' import redemptionsIcon from './icons/redemptions.svg' -import tokenRequestIcon from './icons/token-request.svg' +import surveyIcon from './icons/survey.svg' import timeLockIcon from './icons/time-lock.svg' +import tokenRequestIcon from './icons/token-request.svg' import { shuffleArray } from '../../../utils' export const appsInDevelopment = [ - // Experimental + // Ready ...shuffleArray([ - { - icon: surveyIcon, - name: 'Survey', - status: 'experimental', - description: `Create multi-option signaling votes.`, - link: 'https://github.com/aragon/aragon-apps/tree/master/apps/survey', - }, { icon: agentIcon, name: 'Agent', - status: 'experimental', + status: 'ready', description: ` - Hold assets and interact with any other Ethereum + Hold assets and interact with any other Ethereum app, directly from your Aragon organization. `, link: 'https://hack.aragon.org/docs/guides-use-agent#installing-aragon-agent', }, { - icon: payrollIcon, - name: 'Payroll', - status: 'experimental', + icon: openEnterpriseIcon, + name: 'Open Enterprise', + status: 'ready', description: ` - Pay and get paid, by the block. - Supports tokens and price feeds. + Suite for open and fluid organizations. + Bounties, range voting, and more. `, - link: - 'https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll', + link: 'https://github.com/AutarkLabs/open-enterprise', + }, + { + icon: dandelionIcon, + name: 'Dandelion', + status: 'ready', + description: ` + Facilitate collaboration with an organization that makes it easy + for contributors to simply part ways when disagreements occur. + `, + link: 'https://1hive.org/dandelion', }, { icon: redemptionsIcon, name: 'Redemptions', - status: 'experimental', + status: 'ready', description: ` Redeem tokens in exchange for a proportional - amount of the organization's eligible assets + amount of the organization's eligible assets. `, link: 'https://github.com/1Hive/redemptions-app', }, { - icon: openEnterpriseIcon, - name: 'Open Enterprise', - status: 'experimental', + icon: tokenRequestIcon, + name: 'Token Request', + status: 'ready', description: ` - Suite for open and fluid organizations. - Bounties, range voting, and more. + Requests an organization's tokens in exchange + for payment. `, - link: 'https://github.com/AutarkLabs/open-enterprise', + link: 'https://github.com/1Hive/token-request-app', }, { - icon: pandoIcon, - name: 'Pando', - status: 'experimental', + icon: timeLockIcon, + name: 'Time Lock', + status: 'ready', description: ` - Distributed git remote protocol based on IPFS, - Ethereum and aragonOS. + Require users to lock tokens for a configurable + period of time in order to forward an intent. `, - link: 'https://github.com/pandonetwork/pando', + link: 'https://github.com/1Hive/time-lock-app', }, + ]), + // Experimental + ...shuffleArray([ { - icon: tokenRequestIcon, - name: 'Token Request', + icon: surveyIcon, + name: 'Survey', + status: 'experimental', + description: `Create multi-option signaling votes.`, + link: 'https://github.com/aragon/aragon-apps/tree/master/apps/survey', + }, + { + icon: payrollIcon, + name: 'Payroll', status: 'experimental', description: ` - Requests an organization's tokens in exchange - for payment + Pay and get paid, by the block. `, - link: 'https://github.com/1Hive/token-request-app', + link: 'https://github.com/1Hive/payroll-app', }, { - icon: timeLockIcon, - name: 'Time Lock', + icon: pandoIcon, + name: 'Pando', status: 'experimental', description: ` - Require users to lock tokens for a configurable - period of time in order to forward an intent + Distributed git remote protocol based on IPFS, + Ethereum and aragonOS. `, - link: 'https://github.com/1Hive/time-lock-app', + link: 'https://github.com/pandonetwork/pando', }, ]), ] diff --git a/src/apps/AppCenter/DiscoverApps/icons/dandelion.svg b/src/apps/AppCenter/DiscoverApps/icons/dandelion.svg new file mode 100644 index 000000000..518bad140 --- /dev/null +++ b/src/apps/AppCenter/DiscoverApps/icons/dandelion.svg @@ -0,0 +1 @@ + \ No newline at end of file