mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 20:12:26 +01:00
feat: introduce feed management for individual and professor modules across frontend and backend services.
This commit is contained in:
@@ -13,6 +13,9 @@ message Feed {
|
||||
string created = 4;
|
||||
string updated = 5;
|
||||
bool deleted = 6;
|
||||
string type = 7; // "prof" or "student"
|
||||
string user = 8; // User ID relation
|
||||
string user_email = 9; // User Email for filtering
|
||||
}
|
||||
|
||||
message GetFeedRequest {
|
||||
|
||||
Reference in New Issue
Block a user