Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Николай Степанов
OS4sem
Commits
9d6453c9
Commit
9d6453c9
authored
2 years ago
by
Sarah_deep
Browse files
Options
Download
Patches
Plain Diff
Сделал классы сущностей, написал интерфейсы для взаимодействия с бд, и одну реализацию
parent
49b133d5
main
dev
entities
entities_rk
http_server
http_server_dev
server_client_integration
service_fix
6 merge requests
!24
MVP+
,
!18
RK: MVP
,
!10
RK:Entities_Repositories
,
!16
RK: разработка собственных библиотек
,
!12
Serv+metr+repo
,
!4
Entities
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
CMakeLists.txt
+1
-1
CMakeLists.txt
include/entity/Solution.hpp
+5
-0
include/entity/Solution.hpp
include/entity/Task.hpp
+3
-0
include/entity/Task.hpp
include/repository/ISolutionRepository.hpp
+1
-1
include/repository/ISolutionRepository.hpp
include/repository/ITaskRepository.hpp
+2
-4
include/repository/ITaskRepository.hpp
include/repository/SolutionRepository.hpp
+173
-0
include/repository/SolutionRepository.hpp
include/repository/TaskRepository.hpp
+113
-0
include/repository/TaskRepository.hpp
with
298 additions
and
6 deletions
+298
-6
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets