Skip to content
Snippets Groups Projects
Commit e9ae7a98 authored by Jonas's avatar Jonas
Browse files

Merge branch 'main' of gitlab.mi.hdm-stuttgart.de:ss576/student-tournament-hub

parents 402836f3 7a72cc65
No related branches found
No related tags found
No related merge requests found
# ChangeLog
## V0.0.0
### Added
- Ordnerstruktur
- React-Projekt
- Springboot-Projekt
- Erstellung MVP-Präsentation
# MVP-Vorstellung
Kurze Vorstellung des Projektziels
- Erstellung eines Turniermanagers
Was sind Ihre Kernanforderungen?
- Erstellung und Verwaltung von Turnieren
- Account Erstellung und Verwaltung
- Webbasiertes Projekt
- Unterteilung in Front- und Backend
- Speicherung der Daten in einer Datenbank
Wie haben Sie Ihre Anforderungen priorisiert?
- Turnier Erstellung und Verwaltung
- Accountbasierte Tuniere einbinden
Vorstellung der Codebase
Wie haben Sie den Code organisiert? Was sind Ihre Module?
- Bild von Stefan zeigen
Was sind die dahinterliegenden architektonischen Prinzipien?
- Sauber getrenntes Schichtenmodell:
- Forntend = Präsentationsschicht
- Backend = Logik
- DB = Persistenz
Wie ist Ihr Entwicklungsprozess mit git?
- Erstellung von Tags (Versions)
- Issuetracker erstellt
- Benutzen des Wikis
- Benutzen von ChangeLog
- Branchplan erstellt (Benutzung des Flow-Basierten Branches)
- Richtige Benutzung von .gitignore
Welche Clean Code Prinzipien setzen Sie ein?
- SOLID Prinzipien
- Saubere Benennung der Variablen und Klassen
Kurze Präsentation des Stands
\ No newline at end of file
File added
......@@ -21,3 +21,28 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment