Commit Graph

77 Commits

Author SHA1 Message Date
Sebastian Böckelmann
da0cc90de6 Merge remote-tracking branch 'origin/master'
All checks were successful
Java CI with Maven / test (push) Successful in 1m15s
Java CI with Maven / build-and-push-frontend (push) Successful in 2m14s
Java CI with Maven / build-and-push-backend (push) Successful in 1m25s
2023-11-19 09:29:28 +01:00
Sebastian Böckelmann
bbae17fd25 Fix image in docker-compose and fix nullpointer exception when getting TaskSchedules 2023-11-19 09:29:19 +01:00
Sebastian Böckelmann
edcd0f6c77 Display existing schedules in forgetten schedules scheduler
All checks were successful
Java CI with Maven / test (push) Successful in 34s
Java CI with Maven / build-and-push-frontend (push) Successful in 8s
Java CI with Maven / build-and-push-backend (push) Successful in 8s
2023-11-18 18:38:11 +01:00
Sebastian Böckelmann
ed89c18f93 Merge branch 'master' into issue-44 2023-11-18 18:30:44 +01:00
Sebastian Böckelmann
ac9e4c0f94 Register forgotten Schedule
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 6s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
2023-11-18 17:59:13 +01:00
Sebastian Böckelmann
297bef284d Include status of task in taskdashboard
All checks were successful
Java CI with Maven / test (push) Successful in 35s
Java CI with Maven / build-and-push-frontend (push) Successful in 7s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
2023-11-18 10:21:37 +01:00
Sebastian Böckelmann
fe9fae871a Adapt testdata to newly introduced finishable attribute
All checks were successful
Java CI with Maven / test (push) Successful in 35s
Java CI with Maven / build-and-push-frontend (push) Successful in 7s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
2023-11-18 09:43:44 +01:00
Sebastian Böckelmann
de01f5a100 Unfinish task and allow unfinishable tasks
Some checks failed
Java CI with Maven / build-and-push-frontend (push) Successful in 8s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
Java CI with Maven / test (push) Failing after 35s
2023-11-18 09:36:26 +01:00
Sebastian Böckelmann
eb3dba0830 Allow Taskcreation without specifying start and deadline
All checks were successful
Java CI with Maven / test (push) Successful in 37s
Java CI with Maven / build-and-push-frontend (push) Successful in 6s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
2023-11-18 09:05:31 +01:00
Sebastian Böckelmann
938087f8b3 Remove unstarted schedules from db when task is finished
All checks were successful
Java CI with Maven / test (push) Successful in 36s
Java CI with Maven / build-and-push-frontend (push) Successful in 5s
Java CI with Maven / build-and-push-backend (push) Successful in 7s
2023-11-18 08:07:07 +01:00
Sebastian Böckelmann
4f4c556bb9 Use moment for parsing dates of taskfieldinfo and adapt annotation for spring json parsing
All checks were successful
Java CI with Maven / build (push) Successful in 45s
2023-11-13 19:49:36 +01:00
Sebastian Böckelmann
7974bba473 Fix error 500 when scheduling a basic schedule for today
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-13 19:42:13 +01:00
Sebastian Böckelmann
290cdd2fbf Rename activeTime in TaskScheduleStopResponse to workTime to match angular model (Fix NAN minutes in dashboard)
All checks were successful
Java CI with Maven / build (push) Successful in 45s
2023-11-13 19:32:28 +01:00
Sebastian Böckelmann
2477f32d0b Fix order of navigation link list
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 19:11:55 +01:00
Sebastian Böckelmann
cf427cdd46 Edit and Delete in Draggable Scheduler
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-12 22:35:22 +01:00
Sebastian Böckelmann
cfd1bfe7cb Display TaskPath and not only TaskTitle in Schedules of calendar
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-12 21:41:59 +01:00
Sebastian Böckelmann
c25d45d697 Schedule tasks through drag and drop
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-12 21:22:48 +01:00
Sebastian Böckelmann
1ca0ee20ad Fix parsing datetime (diesmal hoffentlich wirklich)
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-12 18:11:27 +01:00
Sebastian Böckelmann
299285e25b Fix parsing datetime
Some checks failed
Java CI with Maven / build (push) Failing after 48s
2023-11-12 17:23:13 +01:00
Sebastian Böckelmann
01e3d87026 Fix deleting tasks
All checks were successful
Java CI with Maven / build (push) Successful in 1m4s
2023-11-12 17:08:02 +01:00
Sebastian Böckelmann
157126d404 Deploy on docker (not productive yet!)
All checks were successful
Java CI with Maven / build (push) Successful in 59s
2023-11-12 16:43:39 +01:00
f000b36710 issue-20 (#46)
All checks were successful
Java CI with Maven / build (push) Successful in 46s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#46
2023-11-12 13:18:53 +01:00
Sebastian Böckelmann
0e07549a65 Fix typos and date type
All checks were successful
Java CI with Maven / build (push) Successful in 50s
2023-11-11 19:20:05 +01:00
Sebastian Böckelmann
13a876c893 Include Working Status in Frontend Dashboard
All checks were successful
Java CI with Maven / build (push) Successful in 48s
2023-11-11 19:12:07 +01:00
Sebastian Böckelmann
d7850a9aa7 Get Working Status of Today Endpoint
All checks were successful
Java CI with Maven / build (push) Successful in 55s
2023-11-11 19:09:24 +01:00
f076a5907c schedule-refactor (#45)
All checks were successful
Java CI with Maven / build (push) Successful in 48s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#45
2023-11-11 18:56:14 +01:00
36cb537f3c tests (#43)
All checks were successful
Java CI with Maven / build (push) Successful in 47s
Co-authored-by: Sebastian Böckelmann <uqpko@student.kit.edu>
Reviewed-on: Sebastian/TimeManager#43
2023-11-11 11:20:48 +01:00
Sebastian
ae7550657c Active tasks 2023-10-29 17:53:47 +01:00
Sebastian
a9c3931ced Upcoming tasks 2023-10-29 17:20:24 +01:00
Sebastian
f565d3dae1 Fix marking finished task as overdue 2023-10-29 16:11:04 +01:00
Sebastian
6cfd48a962 Overdue tasks dashboard 2023-10-29 16:03:58 +01:00
Sebastian
513a51c3db Abstract API Endpoint to filter task fetch also by overdue 2023-10-29 13:13:29 +01:00
Sebastian
9de0e1a119 Forget all missed schedules 2023-10-29 11:16:48 +01:00
Sebastian
30cbe60d6d List missed Schedules 2023-10-29 10:16:08 +01:00
Sebastian
5aacf720d0 Work also with start schedule based on last minute 2023-10-29 09:56:32 +01:00
Sebastian
2324976bd6 Register Forgotten Activities 2023-10-29 09:47:57 +01:00
Sebastian
99880522df Check if there is another active schedule when starting task now 2023-10-29 07:13:08 +01:00
Sebastian
5ed66b911b Allow missing start and deadline dates when creating tasks 2023-10-29 07:03:56 +01:00
Sebastian
314a11ee18 Visualize Anouncement for missed schedules 2023-10-28 19:27:13 +02:00
Sebastian
2fda77858d Load worked minutes when reloading dashboard 2023-10-28 18:54:27 +02:00
Sebastian
1dd01d0249 Fix removing objects from lists while iterating over them 2023-10-28 18:30:14 +02:00
Sebastian
00a15e91ea Finishing Task from Taskoverview 2023-10-28 18:29:34 +02:00
Sebastian
2fb3555c04 Start task now from Taskoverview in Dashboard 2023-10-28 15:33:46 +02:00
Sebastian
2c6c5dd6a6 Visualize Overdue Taskgroups 2023-10-28 12:02:00 +02:00
Sebastian
7394f9910a Use backend as taskgroup source and add number active tasks 2023-10-28 11:22:14 +02:00
Sebastian
8b7354de51 Clear Worktime/ActiveTime Code 2023-10-26 10:13:57 +02:00
Sebastian
bcc9b4760f Finish task and display finished tasks correctly 2023-10-26 10:02:03 +02:00
Sebastian
bd90907bb8 Fix starting schedule and returning active time of schedule after stop 2023-10-26 09:47:21 +02:00
Sebastian
004d376daf Stop and Finish TaskSchedules 2023-10-26 09:40:36 +02:00
Sebastian
606e89b287 Visualize Active Schedule and schedules todo 2023-10-25 20:25:04 +02:00