santoshyadavdev / ng-bank

2 stars 1 forks source link

Automatically create a bank account after registering succesfully #43

Open mathisvester opened 7 months ago

mathisvester commented 7 months ago

When the user has registered it would be nice to automatically create a bank account. Documents are already set up inside appwrite for accounts. Further we need some logic to generate a new IBAN.

I think the best way to implement this could be appwrite functions: https://appwrite.io/docs/products/functions.

mathisvester commented 7 months ago

@santoshyadavdev can you setup functions and would you like to address this issue?