forked from se1-SGB/se1-test
Initial commit
commit
4213e23be7
|
|
@ -0,0 +1 @@
|
||||||
|
/bin/
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
TODO Alle - Task 1
|
||||||
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
TODO DevOps Engineer - Task 12 - Automatisierung
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
test:
|
||||||
|
|
||||||
|
containerize:
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
# project-template
|
||||||
|
|
||||||
|
## team members
|
||||||
|
|
||||||
|
TODO Alle - Task 2
|
||||||
|
|
||||||
|
| Name | Matrikelnummer | Role |
|
||||||
|
| ---- | ---- | ---- |
|
||||||
|
| a | 1 | project manager |
|
||||||
|
| b | 2 | requirements engineer |
|
||||||
|
| c | 3 | software architect |
|
||||||
|
| d | 4 | software developer |
|
||||||
|
| e | 5 | QA engineer |
|
||||||
|
| f | 6 | devops engineer |
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Domain
|
||||||
|
|
||||||
|
TODO Software Architect - Task 6
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
| Entity | Description |
|
||||||
|
| --- | -------- |
|
||||||
|
| TODO | ... |
|
||||||
|
| TODO | ... |
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Use Cases
|
||||||
|
|
||||||
|
TODO Requirements Engineer - Task 6
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## UC01: < TODO name >
|
||||||
|
|
||||||
|
**Actor(s):** TODO
|
||||||
|
|
||||||
|
**Goal:** TODO
|
||||||
|
|
||||||
|
**Steps:** TODO
|
||||||
|
|
||||||
|
## UC02: < TODO name >
|
||||||
|
|
||||||
|
**Actor(s):** TODO
|
||||||
|
|
||||||
|
**Goal:** TODO
|
||||||
|
|
||||||
|
**Steps:** TODO
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
|
|
@ -0,0 +1,27 @@
|
||||||
|
# System Design
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
TODO Software Architect - Task 8 - Grobentwurf
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
| Building Block | Description | Prototype | Related Requirements | Related Use Cases |
|
||||||
|
| ----- | --------- | ------ | ----- | ---- |
|
||||||
|
| Block A | Does this and that | ✅ | R001, R002, Q001, Q002 | UC01 |
|
||||||
|
| Block B | ... | ❌ | ... | ... |
|
||||||
|
|
||||||
|
|
||||||
|
### Building Block XYZ TODO
|
||||||
|
|
||||||
|
TODO Software Architect/Software Developer - Task 9 - Feinentwurf Klassendiagramm
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Scenarios
|
||||||
|
|
||||||
|
### UC01 - TODO
|
||||||
|
|
||||||
|
TODO Software Architect/Software Developer - Task 9 - Feinentwurf Sequenzdiagramm
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Technical Boundary Conditions
|
||||||
|
|
||||||
|
TODO Requirements Engineer - Task 5
|
||||||
|
|
||||||
|
## TBC001
|
||||||
|
|
||||||
|
**Aspect:** < ODO Define aspect: e.g. programmming language >
|
||||||
|
|
||||||
|
**Condition:** < TODO define condition: e.g. JAVA >
|
||||||
|
|
||||||
|
# Organizational Boundary Conditions
|
||||||
|
|
||||||
|
## OBC001
|
||||||
|
|
||||||
|
**Aspect:** < TODO Define aspect: e.g. schedule >
|
||||||
|
|
||||||
|
**Condition:** < TODO define condition: e.g. Project completet by 17.01.2025 (end of semester) >
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Functional Requirements
|
||||||
|
|
||||||
|
TODO Requirements Engineer - Task 5
|
||||||
|
|
||||||
|
## R001 - <TODO: brief description>
|
||||||
|
|
||||||
|
**Description:** < TODO >
|
||||||
|
|
||||||
|
**Priority:** <TODO: high (essential) , mid, low (nice to have)>
|
||||||
|
|
||||||
|
**Acceptance Criteria:** < TODO >
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Quality Requirements
|
||||||
|
|
||||||
|
TODO Requirements Engineer - Task 5
|
||||||
|
|
||||||
|
## Q001
|
||||||
|
|
||||||
|
**Quality Attribute**: < TODO: See ISO 25010 >
|
||||||
|
|
||||||
|
**Description:** < TODO >
|
||||||
|
|
||||||
|
**Priority:** <TODO: high (essential) , mid, low (nice to have)>
|
||||||
|
|
||||||
|
**Acceptance Criteria:** < TODO >
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
TODO Software Developer - Task 10 - Implementierung des Prototyps - place all source code into this folder
|
||||||
|
|
||||||
|
TODO DevOps Engineer - Task 11 - Aufsetzen der Entwicklungsumgebung
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
TODO QA Engineer - Task 13 - Qualitätssicherung
|
||||||
Loading…
Reference in New Issue