Maximilian Giller m.giller
m.giller pushed to master at m.giller/matrix-clock 2024-03-03 15:58:15 +01:00
075e7d277a Removed unnecessary abstraction; Implemented pattern endpoint
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-29 00:06:50 +01:00
ca2d50e26b Some prototyping the registration
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-29 00:06:19 +01:00
36da9c4dd0 Prototypes of Schedule and Slot model
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-29 00:05:46 +01:00
17b1363ee4 Added Mood model
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-28 21:26:39 +01:00
cdd4a01521 Added models for Cafeteria, Location, Institution
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-28 20:45:35 +01:00
f7a631d543 Rebranded UserInformation to Profile
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-28 20:22:21 +01:00
0739545a41 Adding rest framework to dependencies
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-28 17:33:36 +01:00
a103ac22f5 Working on registration endpoint and authentication in general
398a2c7c08 Following django async style-guide for user services
Compare 2 commits »
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-28 13:56:48 +01:00
864a7741e6 Made user services async
55fc73efe7 Properly added .idea folder to gitignore
f3daf83cb9 Created basic User Information and user services
Compare 3 commits »
m.giller opened issue mixr/mixr-api#9 2024-02-28 00:01:13 +01:00
SMS Notifications
m.giller opened issue mixr/mixr-api#8 2024-02-25 23:52:06 +01:00
Api: Basic Squads
m.giller opened issue mixr/mixr-api#7 2024-02-25 23:42:36 +01:00
Api: Cafeteria Endpoints
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-25 19:17:28 +01:00
63cb2d7a8e Package init
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-25 19:17:11 +01:00
827508a480 Created api v1 app
b614d8fb39 Added some database setup infos
Compare 2 commits »
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-25 18:41:41 +01:00
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.
Compare 5 commits »
m.giller pushed to feature/initial_models at mixr/mixr-api 2024-02-25 18:39:16 +01:00
e33ed56963 Some initial user model setup
m.giller created branch feature/initial_models in mixr/mixr-api 2024-02-25 18:39:16 +01:00
m.giller pushed to main at mixr/mixr-api 2024-02-25 00:47:37 +01:00
4328a76b93 Removed outdated README
m.giller deleted branch feature/db_setup from mixr/mixr-api 2024-02-25 00:47:02 +01:00
m.giller commented on issue mixr/mixr-api#4 2024-02-25 00:19:51 +01:00
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…