Commit Graph

25 Commits

Author SHA1 Message Date
ChronosX88
93daf696ea
etc: .gitignore fix 2019-09-26 00:59:55 +04:00
ChronosX88
a772d5e376
[ui] feat: Implement table sorting 2019-09-26 00:57:32 +04:00
ChronosX88
cc77c3a345
chore: Upgrade all dependencies to latest versions 2019-09-26 00:20:43 +04:00
ChronosX88
1039362b1b
[ui] feat: Implement editing instructors 2019-09-25 22:57:40 +04:00
ChronosX88
097a361f15
[ui] feat: Implement creating/deleting instructors 2019-09-25 21:31:40 +04:00
ChronosX88
78034c6da7
[backend] fix: Return instructor model itself instead of plain id when creating instructor 2019-09-25 21:30:58 +04:00
ChronosX88
e9f11bd288
[ui] feat: Implement loading instructors list 2019-09-25 20:59:44 +04:00
ChronosX88
c487612839
[ui] feat: Add input field for creating instructor 2019-09-25 20:23:40 +04:00
ChronosX88
d96d62142b
[ui] clean: Remove unneccessary part which derive with default project template 2019-09-25 19:53:02 +04:00
ChronosX88
9a06f282bb
Merge branch 'feat/backend' 2019-09-25 19:51:25 +04:00
ChronosX88
6e1d88e2e7
[backend] feat: Add error model for error responses, add checking on invalid post body (if all fields of Instructor is null) 2019-09-25 19:51:14 +04:00
ChronosX88
8ca8c3f73f
[backend] feat: Implement GetInstructorByID 2019-09-25 19:36:32 +04:00
ChronosX88
75bf7d138f
Merge branch 'feat/backend' 2019-09-25 18:41:10 +04:00
ChronosX88
38d05d3a89
[backend] fix: Fix issues with commit transaction, add "exists" condition in UpdateInstructorEntry 2019-09-25 18:41:03 +04:00
ChronosX88
7d55a9b7a1
[backend] fix: Fix connection string to M$ SQL Server 2019-09-25 18:41:03 +04:00
ChronosX88
b46120ddc5
[backend] fix: Slightly change name of DB 2019-09-25 00:38:13 +04:00
ChronosX88
ee3071ab16
[backend] fix: Fix route handling 2019-09-25 00:23:47 +04:00
ChronosX88
c9de99b9db
[backend] fix: Fix build error in DatabaseContext 2019-09-24 22:37:09 +04:00
ChronosX88
3fe1be98d8
[backend] feat: Implement basic CRUD operations for instructors management 2019-09-24 22:28:42 +04:00
ChronosX88
670c9a0b9c
[ui] feat: Add table view (with test data) 2019-09-24 21:26:35 +04:00
ChronosX88
d001aa5c5b
[ui] clean: Remove unnecessary parts (which derives from default app template) 2019-09-24 21:26:35 +04:00
ChronosX88
6c9274e6dd
.gitignore: Add package-lock.json 2019-09-24 21:09:12 +04:00
ChronosX88
78368efd4c
chore: Disable automatic start of Angular dev server (start it separate from dotnet run) 2019-09-24 21:05:43 +04:00
ChronosX88
98f6142255
chore: Fix some build issues 2019-09-24 21:03:16 +04:00
ChronosX88
cc3fc1612b
chore: Initialize project 2019-09-24 20:58:38 +04:00