From 2cf1085424a0dc0da7c46c4e35d41e21ce163623 Mon Sep 17 00:00:00 2001 From: uo288061 Date: Sat, 10 Feb 2024 12:41:43 +0100 Subject: [PATCH] Updates --- index.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/index.html b/index.html index ea49230d..7b7ea45f 100644 --- a/index.html +++ b/index.html @@ -1727,6 +1727,64 @@

11. Risks and Technical Debts

Form

List of risks and/or technical debts, probably including suggested measures to minimize, mitigate or avoid risks or reduce technical debts.

+ +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PriorityRisk/DebtDescription

High

Migration to Java

+

migration from the current project language, JavaScript (JS), to Java

+

Medium

IDE Configuration

+

Version compatibility, extensions and other preferences to work perfectly without conflicts

+

Medium

Database

+

discuss which database is best for the project

+

Low

Docker

+

Know how docker works, what it is for, how it is used and what its alternatives could be.

+

Low

MongoDB

+

Know how MongoDB works, what it is for, how it is used and what its alternatives could be.

+

Low

Microservices

+

Research about microservices and what they can contribute to the project

+
Further Information

See Risks and Technical Debt in the arc42 documentation.