Skip to content

Commit

Permalink
Architecture docs (#386)
Browse files Browse the repository at this point in the history
* Bootstrapped architecture doc

* Added overview and desktop

* Added server/client overview

* Bootstrapped design system doc

* Extended TOC

* Desribed client

* Added client testing

* Added endpoints/models

* Merge architecture/design-system

* Described stores

* Described services

* Finished artifacts

* Added testing for server

* Finished workflows

* Finished design system

* Added weaknesses

* Updated a heading

* Added error handling seciton

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Added architecture doc link to the readme

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

* Update portal/content/docs/contributing/architecture.md

Co-authored-by: Patricio Del Boca <[email protected]>

---------

Co-authored-by: Patricio Del Boca <[email protected]>
  • Loading branch information
roll and pdelboca authored May 20, 2024
1 parent 16c14fe commit 2f2c893
Show file tree
Hide file tree
Showing 6 changed files with 361 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The Open Data Editor (ODE) is a **no-code application** to **explore, validate a

🔵 [Contributing Guide](https://opendataeditor.okfn.org/contributing/development/)

🔵 [Technical Architecture](https://opendataeditor.okfn.org/contributing/architecture/)

# How to download the ODE

📍***Note:** the ODE is currently available for download and testing in beta. We are working on a stable version. Updates will be announced throughout the year.*
Expand Down
1 change: 1 addition & 0 deletions portal/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default defineConfig({
},
favicon: 'favicon.ico',
customCss: ['typeface-hk-grotesk/index.css', '/assets/styles.css'],
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 5 },
sidebar: [
{
label: 'Documentation',
Expand Down
Loading

0 comments on commit 2f2c893

Please sign in to comment.