- KI_Newsletter
- System Details
- Branching Model and Naming
- Commit Messages
- Versioning
- Templates
- Authors
- Terms of Use
Version 1.0.0
Programming languages: JavaScript, HTML, CSS
Frameworks: Spring, Angular
- node Version 20.9.0
- Maven 3.9.5
- Spring 3.1.5
The program can be installed locally using the following instructions: Installation
We use a simplified version of Gitflow
Name | Description |
---|---|
main |
The master branch contains the production code and stores the official release history. |
develop |
The development branch contains pre-production code and serves as an integration branch for features. |
feature |
Each new feature should be placed in its own branch, which can be moved to the central repository for backup/collaboration. |
Format:
<type>(<scope>): <subject> [<issue number>]
Beispiel:
feat(Save Button): Implemented save button [MF-1]
The following types are used:
- ci: Changes to our CI configuration files or scripts
- docs: Documentation changes
- feat: A new feature
- fix: A bug fix
- refactor: Code changes to improve readability
- test: Adding or adjusting tests
For more information: Angular Commit Message Guidelines
- Major Release: Change to the software (not compatible with previous versions)
- Minor Release: New functionality (backward compatible)
- Patch: Bug fix
Format: 1.0.0
We used the following websites as aids and templates for our Readme/Project. A big thank you to the creators of these pages.
In addition to the above-mentioned sites, we have also drawn inspiration from other GitHub repositories.
Created by:
- @smokisimon (bissisi1)
- @Alin0u (spangali)
This project was created as part of the project work for the part-time studies in the 7th semester at the Zurich University of Applied Sciences in Zurich.