Skip to content

Commit e8e85fb

Browse files
committed
Deployed 49d621e with MkDocs version: 1.0.4
1 parent 820be72 commit e8e85fb

File tree

29 files changed

+4905
-123
lines changed

29 files changed

+4905
-123
lines changed

404.html

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,40 @@
286286

287287

288288

289-
<li class="md-nav__item">
290-
<a href="/stack/subgraph/subgraphIntro/" title="Subgraph" class="md-nav__link">
289+
<li class="md-nav__item md-nav__item--nested">
290+
291+
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-2-4" type="checkbox" id="nav-2-4">
292+
293+
<label class="md-nav__link" for="nav-2-4">
291294
Subgraph
295+
</label>
296+
<nav class="md-nav" data-md-component="collapsible" data-md-level="2">
297+
<label class="md-nav__title" for="nav-2-4">
298+
Subgraph
299+
</label>
300+
<ul class="md-nav__list" data-md-scrollfix>
301+
302+
303+
304+
305+
306+
307+
308+
<li class="md-nav__item">
309+
<a href="/stack/subgraph/subgraphIntro/" title="Intro" class="md-nav__link">
310+
Intro
311+
</a>
312+
</li>
313+
314+
315+
316+
317+
318+
319+
320+
<li class="md-nav__item">
321+
<a href="/stack/subgraph/queries/" title="GraphQL queries" class="md-nav__link">
322+
GraphQL queries
292323
</a>
293324
</li>
294325

@@ -298,6 +329,23 @@
298329

299330

300331

332+
<li class="md-nav__item">
333+
<a href="/stack/subgraph/entities/" title="Entities" class="md-nav__link">
334+
Entities
335+
</a>
336+
</li>
337+
338+
339+
</ul>
340+
</nav>
341+
</li>
342+
343+
344+
345+
346+
347+
348+
301349
<li class="md-nav__item">
302350
<a href="/stack/alchemy/alchemyIntro/" title="DApps/Alchemy" class="md-nav__link">
303351
DApps/Alchemy

feature-requests/index.html

Lines changed: 99 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,40 @@
286286

287287

288288

289-
<li class="md-nav__item">
290-
<a href="../stack/subgraph/subgraphIntro/" title="Subgraph" class="md-nav__link">
289+
<li class="md-nav__item md-nav__item--nested">
290+
291+
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-2-4" type="checkbox" id="nav-2-4">
292+
293+
<label class="md-nav__link" for="nav-2-4">
291294
Subgraph
295+
</label>
296+
<nav class="md-nav" data-md-component="collapsible" data-md-level="2">
297+
<label class="md-nav__title" for="nav-2-4">
298+
Subgraph
299+
</label>
300+
<ul class="md-nav__list" data-md-scrollfix>
301+
302+
303+
304+
305+
306+
307+
308+
<li class="md-nav__item">
309+
<a href="../stack/subgraph/subgraphIntro/" title="Intro" class="md-nav__link">
310+
Intro
311+
</a>
312+
</li>
313+
314+
315+
316+
317+
318+
319+
320+
<li class="md-nav__item">
321+
<a href="../stack/subgraph/queries/" title="GraphQL queries" class="md-nav__link">
322+
GraphQL queries
292323
</a>
293324
</li>
294325

@@ -298,6 +329,23 @@
298329

299330

300331

332+
<li class="md-nav__item">
333+
<a href="../stack/subgraph/entities/" title="Entities" class="md-nav__link">
334+
Entities
335+
</a>
336+
</li>
337+
338+
339+
</ul>
340+
</nav>
341+
</li>
342+
343+
344+
345+
346+
347+
348+
301349
<li class="md-nav__item">
302350
<a href="../stack/alchemy/alchemyIntro/" title="DApps/Alchemy" class="md-nav__link">
303351
DApps/Alchemy
@@ -670,27 +718,67 @@ <h1>Feature Requests</h1>
670718
<tbody>
671719
<tr>
672720
<td>DAO to DAO relations</td>
673-
<td>Client &amp; Alchemy</td>
721+
<td>Alchemy</td>
674722
<td>Allow DAOs to interact with other DAOs by submitting proposals for voting / staking (/ proposing)</td>
675723
<td>2 w</td>
676724
<td>🍎</td>
677-
<td>-</td>
725+
<td><a href="https://github.com/daostack/Ecosystem/issues/27">#27</a></td>
678726
</tr>
679727
<tr>
680-
<td>Hashtags</td>
681-
<td>Caching &amp; Alchemy</td>
682-
<td>Proposers can freely tag their proposals (e.g. #idea, #norm, #bounty etc), and then anyone can search / filter proposals by tags. Hashtags are case-insensitive (appear only with lower case). At first stage no admin, which means anyone can create any hashtag they want, and likely similarities will appear (#idea, #ideas, #ideation). Currently search available only inside DAO, can have cross-DAO search later</td>
728+
<td>Buy GEN with ETH or any token</td>
729+
<td>Alchemy</td>
730+
<td>Integrate uniswap / kyber widget to allow the user to directly stake with eth or any other token which will be converted to gen.</td>
683731
<td>2 w</td>
732+
<td>🍎</td>
733+
<td><a href="https://github.com/daostack/DAOstack-collab/issues/1">#1</a></td>
734+
</tr>
735+
<tr>
736+
<td>Prediction bot</td>
737+
<td>External</td>
738+
<td>A bot that will make predictions on daos. It can use public training data as past proposals by the proposer or voters who voted for or against the proposal etc</td>
739+
<td>2-3 w</td>
684740
<td>🔥</td>
685-
<td>-</td>
741+
<td><a href="https://github.com/daostack/Ecosystem/issues/6">#6</a></td>
686742
</tr>
687743
<tr>
688-
<td>Buy GEN with ETH or any token</td>
744+
<td>Better representation of the protocol. Help Mode</td>
689745
<td>Alchemy</td>
690-
<td>Integrate uniswap / kyber widget to allow the user to directly stake with eth or any other token which will be converted to gen.</td>
746+
<td>Added tooltips, tours, walkthroughs that explain the genesis protocol</td>
747+
<td>2 w</td>
748+
<td>🔥</td>
749+
<td><a href="https://github.com/daostack/Ecosystem/issues/15">#15</a></td>
750+
</tr>
751+
<tr>
752+
<td>Notification Bot for Alchemy</td>
753+
<td>Alchemy</td>
754+
<td>Allow users to subscribe for telegram/email/twitter etc. notification for activities in DAO</td>
691755
<td>2 w</td>
692756
<td>🍎</td>
693-
<td><a href="https://github.com/daostack/DAOstack-collab/issues/1">#1</a></td>
757+
<td><a href="https://github.com/daostack/Ecosystem/issues/7">#7</a></td>
758+
</tr>
759+
<tr>
760+
<td>Improved Scheme Registrar UX</td>
761+
<td>Alchemy</td>
762+
<td>A more simplistic and abstracted interface in order to change the Genesis parameters without wanting to commit seppuku.</td>
763+
<td>2 w</td>
764+
<td>🍎</td>
765+
<td><a href="https://github.com/daostack/Ecosystem/issues/11">#11</a></td>
766+
</tr>
767+
<tr>
768+
<td>DAO treasury management</td>
769+
<td>Alchemy</td>
770+
<td>Enable DAO to manage its treasury by re-appropriating its funds via decentralized exchange or deFi Projects</td>
771+
<td>2 w</td>
772+
<td>🍎</td>
773+
<td><a href="https://github.com/daostack/Ecosystem/issues/3">#3</a>, <a href="https://github.com/daostack/Ecosystem/issues/2">#2</a>, <a href="https://github.com/daostack/Ecosystem/issues/4">#4</a>, <a href="https://github.com/daostack/Ecosystem/issues/5">#5</a></td>
774+
</tr>
775+
<tr>
776+
<td>Hashtags</td>
777+
<td>Caching &amp; Alchemy</td>
778+
<td>Proposers can freely tag their proposals (e.g. #idea, #norm, #bounty etc), and then anyone can search / filter proposals by tags. Hashtags are case-insensitive (appear only with lower case). At first stage no admin, which means anyone can create any hashtag they want, and likely similarities will appear (#idea, #ideas, #ideation). Currently search available only inside DAO, can have cross-DAO search later</td>
779+
<td>2 w</td>
780+
<td>🔥</td>
781+
<td>-</td>
694782
</tr>
695783
<tr>
696784
<td>GSN Integration</td>
@@ -709,14 +797,6 @@ <h1>Feature Requests</h1>
709797
<td></td>
710798
</tr>
711799
<tr>
712-
<td>Direct messages (decentralized &amp; realtime)</td>
713-
<td>External</td>
714-
<td>Decentralised commenting, 1 to 1 DMing between addresses, alerts</td>
715-
<td>2-3 w</td>
716-
<td>🔥</td>
717-
<td></td>
718-
</tr>
719-
<tr>
720800
<td>DAO setup wizard integrated in Alchemy</td>
721801
<td>Alchemy</td>
722802
<td>Allow users to create a new DAO inside alchemy. This includes integrating with the DAO creator by dOrg, but also figuring out the indexing part</td>
@@ -757,14 +837,6 @@ <h1>Feature Requests</h1>
757837
<td></td>
758838
</tr>
759839
<tr>
760-
<td>Prediction bot</td>
761-
<td>External</td>
762-
<td>A bot that will make predictions on daos. It can use public training data as past proposals by the proposer or voters who voted for or against the proposal etc</td>
763-
<td>2-3 w</td>
764-
<td>🔥</td>
765-
<td></td>
766-
</tr>
767-
<tr>
768840
<td>Alchemy dashboard</td>
769841
<td>Alchemy &amp; Caching</td>
770842
<td>This would show stats about the entire DAOstack ecosystem - no. daos, no. proposals, gen staked etc... Could be part of the DAO explorer</td>
@@ -773,29 +845,13 @@ <h1>Feature Requests</h1>
773845
<td></td>
774846
</tr>
775847
<tr>
776-
<td>Better representation of the protocol</td>
777-
<td>Alchemy</td>
778-
<td>Added tooltips, tours, walkthroughs that explain the genesis protocol</td>
779-
<td>2 w</td>
780-
<td>🔥</td>
781-
<td></td>
782-
</tr>
783-
<tr>
784848
<td>Aggregated boosted proposals view</td>
785849
<td>Alchemy</td>
786850
<td>Show the boosted proposals from all the DAOs. This will be useful for predictors</td>
787851
<td>2 w</td>
788852
<td>🔥</td>
789853
<td></td>
790854
</tr>
791-
<tr>
792-
<td>Register and manage an ENS domain</td>
793-
<td>External</td>
794-
<td>Allow a DAO to register an ens domain, manage ownership and where it should point to via proposals</td>
795-
<td>2 w</td>
796-
<td>🔥</td>
797-
<td></td>
798-
</tr>
799855
</tbody>
800856
</table>
801857

gettingStarted/createNewInterface/index.html

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,40 @@
286286

287287

288288

289-
<li class="md-nav__item">
290-
<a href="../../stack/subgraph/subgraphIntro/" title="Subgraph" class="md-nav__link">
289+
<li class="md-nav__item md-nav__item--nested">
290+
291+
<input class="md-toggle md-nav__toggle" data-md-toggle="nav-2-4" type="checkbox" id="nav-2-4">
292+
293+
<label class="md-nav__link" for="nav-2-4">
291294
Subgraph
295+
</label>
296+
<nav class="md-nav" data-md-component="collapsible" data-md-level="2">
297+
<label class="md-nav__title" for="nav-2-4">
298+
Subgraph
299+
</label>
300+
<ul class="md-nav__list" data-md-scrollfix>
301+
302+
303+
304+
305+
306+
307+
308+
<li class="md-nav__item">
309+
<a href="../../stack/subgraph/subgraphIntro/" title="Intro" class="md-nav__link">
310+
Intro
311+
</a>
312+
</li>
313+
314+
315+
316+
317+
318+
319+
320+
<li class="md-nav__item">
321+
<a href="../../stack/subgraph/queries/" title="GraphQL queries" class="md-nav__link">
322+
GraphQL queries
292323
</a>
293324
</li>
294325

@@ -298,6 +329,23 @@
298329

299330

300331

332+
<li class="md-nav__item">
333+
<a href="../../stack/subgraph/entities/" title="Entities" class="md-nav__link">
334+
Entities
335+
</a>
336+
</li>
337+
338+
339+
</ul>
340+
</nav>
341+
</li>
342+
343+
344+
345+
346+
347+
348+
301349
<li class="md-nav__item">
302350
<a href="../../stack/alchemy/alchemyIntro/" title="DApps/Alchemy" class="md-nav__link">
303351
DApps/Alchemy

0 commit comments

Comments
 (0)