Commit Graph

85 Commits

Author SHA1 Message Date
Sebastian Böckelmann
c5311fbe58 Delete multiple schedules
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-11 18:53:31 +01:00
Sebastian Böckelmann
311edbb6fc List Missed Tasks
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-11 18:48:21 +01:00
Sebastian Böckelmann
938b621190 Register Forgotten Schedules
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-11 18:32:38 +01:00
Sebastian Böckelmann
0cd7d7c9a1 Stop and finish schedule
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-11 17:58:56 +01:00
Sebastian Böckelmann
5d550d69ac Activate Schedule
All checks were successful
Java CI with Maven / build (push) Successful in 48s
2023-11-11 17:36:56 +01:00
Sebastian Böckelmann
6f04b6de07 Get Active Schedule
All checks were successful
Java CI with Maven / build (push) Successful in 43s
2023-11-11 17:26:26 +01:00
Sebastian Böckelmann
97a906ed16 Schedule now
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-11 17:15:02 +01:00
Sebastian Böckelmann
6c0dcbec02 Adapt schedule amount in test methods
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-11 16:43:18 +01:00
Sebastian Böckelmann
e194c95863 Get Startable schedules of today
Some checks failed
Java CI with Maven / build (push) Failing after 36s
2023-11-11 16:40:57 +01:00
Sebastian Böckelmann
d7d8d2060e Refactor /schedules/{scheduleID} endpoints (delete)
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-11 15:57:46 +01:00
Sebastian Böckelmann
e36bbb0d65 Basic Reschedule
All checks were successful
Java CI with Maven / build (push) Successful in 49s
2023-11-11 15:50:14 +01:00
Sebastian Böckelmann
dcc488fced Get All Schedules of Task + create Basic Schedule
All checks were successful
Java CI with Maven / build (push) Successful in 47s
2023-11-11 15:00:36 +01:00
Sebastian Böckelmann
4d1b4a0d9e Get All Schedules of User
All checks were successful
Java CI with Maven / build (push) Successful in 51s
2023-11-11 14:21:19 +01:00
Sebastian Böckelmann
27f7a2ad42 Update gitignore and add Clear ScheduleCode
Some checks failed
Java CI with Maven / build (push) Failing after 32s
2023-11-11 13:24:17 +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
62165e0afb Delete overdue task 2023-10-29 16:15:41 +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
38d27c3dac Forget single schedule 2023-10-29 10:56:08 +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
217e48aead Implement routing to schedule from TaskOverviewCard 2023-10-28 19:05:20 +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
7ee8928849 Taskgroup Overview with Action-List 2023-10-28 08:48:52 +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
80dc508e67 Remove update spamming in console 2023-10-26 09:54:48 +02:00
Sebastian
bd90907bb8 Fix starting schedule and returning active time of schedule after stop 2023-10-26 09:47:21 +02:00
Sebastian
cbd1a4ab19 Delete Schedule after it was performed 2023-10-26 09:43:59 +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
Sebastian
5b6e42e93f Create Basic Main Dashboard 2023-10-25 18:49:19 +02:00
Sebastian
30d1bacbd6 Fix Foreign Key Constraint Fail when deleting Taskgroups 2023-10-25 17:25:29 +02:00
Sebastian
170723bbd6 Start now 2023-10-24 19:58:12 +02:00
Sebastian
7a044baebe Removed unused TaskgroupShortInfo.java 2023-10-24 19:26:45 +02:00
Sebastian
d4dd66073e Deliver Schedule Path Info when fetching Schedules 2023-10-24 19:23:53 +02:00
Sebastian
7707831463 Adapt Backend and OpenAPI description to fetch all schedules 2023-10-24 08:47:02 +02:00