- Germany
- https://giller.dev
- Joined on
2023-12-05
a103ac22f5
Working on registration endpoint and authentication in general
398a2c7c08
Following django async style-guide for user services
864a7741e6
Made user services async
55fc73efe7
Properly added .idea folder to gitignore
f3daf83cb9
Created basic User Information and user services
6da4073ced
Merge remote-tracking branch 'origin/feature/initial_models' into feature/initial_models
d45f1f1f89
Some initial user model setup
4328a76b93
Removed outdated README
d8cc7085ca
Merge pull request 'Setup Postgres for local development.' (#5) from feature/db_setup into main
25c0482d7b
Setup Postgres for local development.
What is the scope of an instance?
In one instance, the user has access to all registered mensas and can mark them as "interested". The user can also follow (a group of) friends. The overlap between friends and mensas is relevant…