... |
... |
@@ -42,6 +42,9 @@ |
42 |
42 |
| Programmer | Someone who writes and tests code. The knowledge level of a beginner. | |
43 |
43 |
| Requirement | Statement of what a software must be capable of doing, often outlining features, constraints, and success criteria. | |
44 |
44 |
| Resources | Refers to the assets used in the project, including time, money, staff, and effort. | |
|
45 |
+| Return of Investment (RoI) | |
|
46 |
+ |
|
47 |
+Business value derived from implementing a story, minus the associated effort or cost. | |
45 |
45 |
| Rollback | The act of returning a system or data to a previous state, often using a snapshot. | |
46 |
46 |
| Runtime | The period when the code is being executed. Often used to distinguish from compile time. | |
47 |
47 |
| Security | Measures implemented to protect systems from threats, unauthorized access, and vulnerabilities. This includes, but is not limited to, authentication, authorization, and encryption. | |