diff --git a/README.md b/README.md index 9372232..a783114 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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