Commit Graph

12 Commits

Author SHA1 Message Date
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