This repository has been archived on 2026-05-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Programmierprojekt/.gitlab/issue_templates/protocol_change.md
T
2026-03-19 15:51:02 +01:00

40 lines
1.1 KiB
Markdown

## Protocol / API Change
### Summary
<!-- Brief description of the protocol change -->
### Affected Commands / Responses
<!-- Which commands or response types are being added, changed, or removed? -->
| Command | Response | Type of Change | Description |
|---------|----------|----------------|-------------|
| | | New / Changed / Removed | |
### New / Changed Syntax
```
<!-- Before / after or new command syntax here -->
<!-- Example:
BEFORE: LOGIN UNAME=<username> PASS=<password>
AFTER: LOGIN USERNAME=<username> PASSWORD=<password>
-->
```
### Affected Implementation Layers
<!-- Which components / classes need to be updated? -->
- [ ] `Session`
- [ ] `User` or `UserRegistry`
- [ ] `Tokenizer` / `RequestTokenClassifier`
- [ ] `ProtocolParser`
- [ ] `CommandParserDispatcher` + corresponding `CommandParser`
- [ ] `CommandHandler`
- [ ] `Response` hierarchy
- [ ] `GameEngine` or `GameState`
- [ ] Client-side (create your own issue and create link)
### Motivation
<!-- Why is this protocol change necessary? -->
/label ~protocol
/label ~server