Refactor response classes to use RequestContext instead of SessionId + request id #220
Reference in New Issue
Block a user
Delete Branch "feat/34-make-response-use-requestcontext"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactored
Request,ErrorResponse,SuccessResponseandOkResponseto useRequestContextinstead ofSessionId+ request id as parameters.Refactored
SessionReaderto passRequestContexttoErrorResponseupon instantiation.BREAKING CHANGES: Responses now only require the RequestContext instead of SessionId + request id as parameters.
Closes #34
added 1 commit
307c234c- Docs: Fix javaDoc comments to match changesCompare with previous version
Changes made by https://git.scicore.unibas.ch/cs108-fs26/Gruppe-13/-/work_items/30 already paid off
mentioned in commit
6736345cbe