Remove subject IDs and improve request handling

This commit is contained in:
2025-03-01 17:22:31 +00:00
parent 9588e88b93
commit 68c55573de
9 changed files with 60 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ ActivityType ::= ENUMERATED {
}
Session ::= SEQUENCE {
subjectId INTEGER,
subject UTF8String,
type ActivityType,
timestamp INTEGER,
minutes INTEGER
@@ -24,8 +24,7 @@ Request ::= SEQUENCE {
}
Activity ::= SEQUENCE {
subjectId INTEGER,
subjectName UTF8String,
subject UTF8String,
type ActivityType,
priority INTEGER
}