Commit Graph

7 Commits

Author SHA1 Message Date
fd0a62ea51 chore: Remove unused Thymeleaf dependency in pom.xml 2024-07-06 22:11:12 +02:00
b2aabecce1 chore: Update Spring Boot version to 3.3.1 in pom.xml & remove unused dependency 2024-07-06 20:41:31 +02:00
bbf4f93279 feat: Add CategoryServiceTest and CategoryControllerTest
The code changes include adding new test classes CategoryServiceTest and CategoryControllerTest. These test classes are used to test the functionality of the CategoryService and CategoryController classes respectively. The CategoryServiceTest class contains tests for the addCategory, getAllCategories, and getCategoryById methods of the CategoryService class. The CategoryControllerTest class contains tests for the getAllCategories, fetchCategoryById, and createCategory methods of the CategoryController class.

Recent user commits:
- Merge branch '36-refactor-dataset-class' into '22-integrate-api-and-frontend'
- Merge branch '22-integrate-api-and-frontend' into '36-refactor-dataset-class'
- Refactor Dataset class
- Merge branch '11-add-api-for-getting-home-page-data' into '22-integrate-api-and-frontend'
- Merge branch '37-restructure-backend-according-to-seperation-by-concerns' into '11-add-api-for-getting-home-page-data'
- refactor: finilase project structure
- Merge branch '11-add-api-for-getting-home-page-data' into '22-integrate-api-and-frontend'
- Merge branch '25-consider-moving-non-templated-html-into-static' into '11-add-api-for-getting-home-page-data'
- refactor: move static sites into static, Remove unused PageController and update main.js for page navigation
- fixed bugs:
  - suppressed display of search results if nothing was found but there were previous searches
  - improved display timing of search results/initial pages, which led to false displays
2024-07-05 19:25:13 +02:00
9434de5bfc chore: Update H2 database dependency and configuration 2024-07-02 14:39:08 +02:00
96a7aa4a51 chore: Update pom.xml with swagger dependencie 2024-06-18 12:33:20 +02:00
2c4a3490d9 chore: Add hsqldb runtime dependency to pom.xml 2024-06-11 13:39:00 +02:00
50527966de chore: Add initial project files and configurations 2024-06-11 09:41:10 +02:00