Architecture & Execution
Sub-Module Requirements
apiandcommonmust ALWAYS be pure Java and useCompletableFuture.apisubmodule must contain ONLY interfaces.commonsubmodule is strictly for getting and setting data from the DB.
Iteration Workflow
The first commit after creating a branch must bump the project-iteration in gradle.properties (e.g., if current is 1, change it to 2: {current iteration}+1).