Commit Graph

26 Commits

Author SHA1 Message Date
szsa
ea81148464 Makes some small refactorings and adds postman collection 2022-04-23 12:48:39 +02:00
Szymon Sawicki
cfdfcfb8d6 Makes some refactorings 2022-04-10 23:24:47 +02:00
Szymon Sawicki
0d6bb98f0e Makes some small changes 2022-04-05 22:51:34 +02:00
szsa
aff0f9fc94 Fixes method creating new time entry (collision check must be improved) 2022-03-30 08:42:44 +02:00
szsa
dc9eb0f0bb Makes some changes in data model and enhances time entry service (with new method in repository) 2022-03-29 11:17:24 +02:00
szsa
b093715845 Fixes issue with the cascading by the delete of user 2022-03-27 20:51:14 +02:00
szsa
82fe7e5e74 Fixes one endpoint (deleting of user still need to be fixed) 2022-03-26 21:59:54 +01:00
szsa
3e427cb1f0 Fixes one bug and makes change in data model... (delete teams must still be fixed) 2022-03-25 22:32:20 +01:00
szsa
ba5edc9c39 Fixes creating of the new user and some issues in handler and handler 2022-03-20 21:32:40 +01:00
szsa
c06eb4d817 Creates missing routes 2022-03-20 14:08:42 +01:00
szsa
9d36de8838 Creates all missing handlers, and routes for teams 2022-03-19 21:01:27 +01:00
szsa
0aeda261a3 Creates error dto, global routing handler, all handler and one routng class (empty) and implements user handler 2022-03-18 22:47:30 +01:00
szsa
b154fa988c Implements creating of the new time entry, and makes some small refactorings 2022-03-18 21:36:20 +01:00
szsa
12b971685b Implements methods deleting user and team in services, repositories 2022-03-17 22:35:46 +01:00
szsa
6852f7a0fd Creates new method in user service and make some changes in some dto, classes and helper methods 2022-03-13 22:06:04 +01:00
szsa
44871e76cc Implements saving of team with members, creates user service with first two methods 2022-03-12 22:00:56 +01:00
szsa
fbbcd56171 Creates all service exceptions, and few first methods in team service and make some small improvements (team service - Work In Progress) 2022-03-06 22:25:04 +01:00
szsa
5ad1d177de Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/main/java/net/szymonsawicki/reactivetimesheetapp/domain/time_entry/repository/TimeEntryRepository.java
#	src/main/java/net/szymonsawicki/reactivetimesheetapp/infrastructure/persistence/dao/TimeEntryDao.java
2022-03-06 12:46:44 +01:00
szsa
a9d69ad578 Creates repositories (with implementations), makes some improvements in daos and entities and introduces persistence exception 2022-03-06 12:46:06 +01:00
szsa
16b4549242 Creates repositories (with implementation of user repo), makes some improvements in daos and entities and introduces persistence exception 2022-03-06 10:47:08 +01:00
szsa
fbe6a995bc Creates daos of all entities and adds missing field in time entry 2022-03-04 22:26:06 +01:00
szsa
467bf949e7 Creates entities and mappers 2022-03-04 21:55:20 +01:00
szsa
f819e576cb Creates dtos 2022-03-04 11:48:38 +01:00
szsa
5f8cd7a13d Creates first version of data model with lombok annotations 2022-02-25 20:24:34 +01:00
szsa
42220398c6 Creates application.yml and docker files 2022-02-25 20:11:29 +01:00
szsa
94bb26e3af initial commit 2022-02-15 07:52:01 +01:00