migration from the current project language, JavaScript (JS), to Java
+diff --git a/index.html b/index.html index ea49230d..7b7ea45f 100644 --- a/index.html +++ b/index.html @@ -1727,6 +1727,64 @@
List of risks and/or technical debts, probably including suggested measures to minimize, mitigate or avoid risks or reduce technical debts.
+Priority | +Risk/Debt | +Description | +
---|---|---|
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 + |
+
See Risks and Technical Debt in the arc42 documentation.