-
Notifications
You must be signed in to change notification settings - Fork 22
DAO DAO UI architecture
The DAO DAO UI is a monorepo, meaning that the UI is composed of independent projects that cohabitate in a single, shared repository.
The /apps
projects stitches together all of the other packages in our repo. To produce a coherent user experience.
-
apps/dapp
. This is the main multi-DAO web app hosted athttps://daodao.zone
. -
single-dao-dapp
. This is a dapp for DAOs who want to self-host their page (e.g.,rawdao.zone
).
This package provides reusable tsconfig
files for all of our packages, and has no dependencies. (This package was provided by turborepo example and modified to our existing config.)
This package provides linting & formatting configuration for our packages, and has no dependencies. We can also add jest unit test config here for reuse across our packages. (This package was provided by turborepo example and modified to our existing config.)
This package provides stateless presentation components, which we design using Storybook.
This package provides icons used in DAO DAO apps.
This package provides reusable functions.
This packages manages the DAO DAO app's state.
i18n
handles internationalization for the DAO DAO UI. That includes natural-language translations as well as numbers, dates, and times.
A translation guide can be found in the package's README.
This package describes the Actions that are available to select at proposal creation time in the DAO DAO UI.
This package allows the DAO DAO UI to support various voting modules through its visual interface.
This package allows the DAO DAO UI to support various voting modules through its visual interface.