Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 11, 2024
1 parent ae5a9a4 commit b98a678
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ The user interface has been built with:

### Flow diagram

The implemented Flow diagram is very limited and it has been built with solid taking advantage of some other dependencies:
The implemented Flow diagram is very basic and it has been built with solid taking advantage of some other dependencies:

- [elkjs](https://github.com/kieler/elkjs): ELK layout algorithm, used to calculate the flow item positions
- [panzoom](https://github.com/anvaka/panzoom): Cross-browser compatible pan and zoom library
Expand All @@ -155,25 +155,27 @@ The implemented Flow diagram is very limited and it has been built with solid ta

### Backend

Backend has been built with [appwrite](https://appwrite.io/), which has been wrapped via solid server functions
to provide authentication and the database persistence.
Backend persistence and authentication has been done with [appwrite](https://appwrite.io/).

Used Appwrite features:

- Auth
- Database

Most of the code is available into [packages/app/lib/server](packages/app/src/lib/server).
Most of the Appwrite code is available into

- [packages/app/src/lib/server](packages/app/src/lib/server).
- [packages/app/src/lib/scratchApi.ts](packages/app/src/lib/scratchApi.ts).
- [packages/app/src/routes/api/oauth.ts](packages/app/src/routes/api/oauth.ts).

---

### Other dependencies

This projects also uses some of mine older dependencies that were used to speed up the development.
These have also been updated to fix the bugs encountered.
Here's a list of my personal dependencies, which they have been used to be tested and improved during the development.

- [@codeui/kit](https://github.com/riccardoperra/codeui): [CodeImage](https://github.com/riccardoperra/codeimage) design
system which wraps Kobalte.
system (Kobalte + VanillaExtract)
- [statebuilder](https://github.com/riccardoperra/statebuilder): Pluggable state management
- [solid-codemirror](https://github.com/riccardoperra/solid-codemirror): SolidJS adapter for CodeMirror

Expand Down

0 comments on commit b98a678

Please sign in to comment.