
Hi everyone,
I'm just getting started with Appwrite and I'm building a financial and administrative management app with an admin dashboard. Since it involves complex features, using the GUI for events and functions seems inefficient.
Could you please help be wether my approach is ont the right track, or maybe should i proceed on a different basis
1 Separate Event Files: I'll create separate files for events specific to each feature, including database events. 2 Dedicated Cloud Function Folder: Cloud functions will have their own dedicated folder. 3 Cloud Functions & Events: Cloud functions will only communicate with events using HTTP requests. 4 Database Access: I'll primarily use the "call by name" approach for database access (naming conventions for collections and documents). 5 Webhooks: Webhooks will be used selectively for actions like email and notifications.
THank you in advance

Getting started with code structure
Recommended threads
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
