Skip to content
Snippets Groups Projects
Commit 830a37bf authored by Häderle Marius's avatar Häderle Marius
Browse files

.gitignor erstellung

parent 0cfd8602
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
- Issuetracker erstellt
- Benutzen des Wikis
- Branchplan erstellt (Benutzung des Flow-Basierten Branches)
- Richtige Benutzung von .gitignore
Welche Clean Code Prinzipien setzen Sie ein?
-
Kurze Präsentation des Stands
\ No newline at end of file
...@@ -21,3 +21,28 @@ ...@@ -21,3 +21,28 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.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