| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-26 | Simplify entity model | Szymon Szukalski | |
| 2024-07-26 | Add test not found handling to /aggregate endpoint | Szymon Szukalski | |
| 2024-07-26 | Re-order methods for readability | Szymon Szukalski | |
| 2024-07-25 | Increment the correct variables | Szymon Szukalski | |
| 2024-07-25 | Inline variable and fix formatting | Szymon Szukalski | |
| 2024-07-25 | Update aggregate logic to return percentage values | Szymon Szukalski | |
| 2024-07-25 | Update validation messages and add missing validations | Szymon Szukalski | |
| 2024-07-25 | Implement equals, hashCode and toString for DTO classes | Szymon Szukalski | |
| 2024-07-25 | Fix equals implementation | Szymon Szukalski | |
| 2024-07-25 | Removed unused variables and switch to constructor injection | Szymon Szukalski | |
| 2024-07-25 | Validate import payload and return create/update stats | Szymon Szukalski | |
| - Add validation to /import payload - Move import logic to service bean - Track whether entities have been created or update - Report number of created and updated entities as return value for the import endpoint - Add some test coverage to exercise the validators | |||
| 2024-07-25 | Fix formatting and add some clarifying comments | Szymon Szukalski | |
| 2024-07-24 | Use Apache Commons Math for calculations and implement service tests | Szymon Szukalski | |
| Implement TestResultService tests and supporting entity builders. Switch to Apache Commons Math library for descriptive statistics. | |||
| 2024-07-23 | Implement domain services | Szymon Szukalski | |
| Implement core business logic for working with Student, Test, and TestResult. | |||
| 2024-07-23 | Define JPA entities and repositories and H2 DB | Szymon Szukalski | |
| 2024-07-23 | Enforce text/xml+marker content type for /import endpoint | Szymon Szukalski | |
| 2024-07-23 | Implement simple /results/:id/aggregate endpoint and test | Szymon Szukalski | |
| 2024-07-23 | Implement simple /import endpoint and test | Szymon Szukalski | |
| 2024-07-23 | Create JAXB beans and initial test for request model | Szymon Szukalski | |
| 2024-07-23 | Create foundations using Spring Initializr | Szymon Szukalski | |
