From 70dcf020c3813aba460c06b489ff91563614a2de Mon Sep 17 00:00:00 2001 From: hirst Date: Mon, 13 May 2024 21:59:31 +0200 Subject: [PATCH 1/2] Test commit --- scrap/feature_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrap/feature_template.md b/scrap/feature_template.md index c69ff4f..037d566 100644 --- a/scrap/feature_template.md +++ b/scrap/feature_template.md @@ -15,4 +15,5 @@ ### Testing (how the feature should be tested) -- [ ] [Test cases] \ No newline at end of file +- [ ] [Test cases] + From bc6fe7f5c8bea43152424b458867dace7b35a689 Mon Sep 17 00:00:00 2001 From: hirst Date: Wed, 22 May 2024 12:26:35 +0200 Subject: [PATCH 2/2] 2024.05.22-MeetingMinutes --- meetings/2024.05.22.md | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 meetings/2024.05.22.md diff --git a/meetings/2024.05.22.md b/meetings/2024.05.22.md new file mode 100644 index 0000000..32bc916 --- /dev/null +++ b/meetings/2024.05.22.md @@ -0,0 +1,47 @@ +### 2024.05.22-MeetingMinutes + +### Agenda + +- + +### Decisions + +- Git actions will be the main source +- Sequence diagrams will only be on a module level +- Do infrastructure after the first service is done +- We'll use continuous integration +- Code review includes multiple people +- Semantic versioning will be used + - After each major pull request, the version will be updated +- Each user story should have a branch +- Two main branch + - Dev + - Release +- Code review: + - Everybody else has to approve + - + +### Action Items + +- + +### Next sprints user stories + +Barna Mate: +- Set up: + - Git Actions + - Docker image makers + - Dev shell + - High-level integration + - Package-building + +Tamaskovits Gyula: +- Dummy services spring +- Spring boot + - Eureka server + - Gateway + - Discovery service +- Set up microservices in IntelliJ + +Barta Mate: +- Wire frame \ No newline at end of file