Commit Graph

156 Commits

Author SHA1 Message Date
Sebastian Böckelmann
cf7e2c5377 Include Statusfarbe of Tasks in TaskDetailOverview and fix wrong task date undefined error
All checks were successful
Java CI with Maven / test (push) Successful in 35s
Java CI with Maven / build-and-push-frontend (push) Successful in 6s
Java CI with Maven / build-and-push-backend (push) Successful in 11s
2023-11-18 10:14:17 +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
7b7d85d873 Navigate to task by given taskID of schedule and not fixed one from route param
All checks were successful
Java CI with Maven / test (push) Successful in 35s
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 08:48:45 +01:00
Sebastian Böckelmann
ec5c74ca7d Remove unfinished schedules from Taskoverview and taskgroup-overview
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 08:36:37 +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
9ca128d80d Use moment to format date correctly for api
All checks were successful
Java CI with Maven / build (push) Successful in 42s
2023-11-13 19:42:40 +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
fa6b1b4fa1 Display Running For counter independently of scheduletype
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 19:28:43 +01:00
Sebastian Böckelmann
1e492a9111 Reset navigation link list when navigation back
All checks were successful
Java CI with Maven / build (push) Successful in 44s
2023-11-13 19:20: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
55d2d4936e Merge pull request 'Merge pullrequest docker-deployment into issue-47' (#59) from docker-deployment into issue-47
All checks were successful
Java CI with Maven / build (push) Successful in 45s
Reviewed-on: Sebastian/TimeManager#59
2023-11-13 18:19:48 +01:00
7f6b4c2e08 Implement redirect for /api in docker deployment
All checks were successful
Java CI with Maven / build (push) Successful in 48s
2023-11-13 10:46:45 +01:00
Sebastian Böckelmann
d2f5bb003e Fix issue 49 (Missing Verlinkung bei OverdueTasks)
All checks were successful
Java CI with Maven / build (push) Successful in 46s
2023-11-13 08:54:38 +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
6cdf069b38 Unwrap event titles in calendar view
All checks were successful
Java CI with Maven / build (push) Successful in 41s
2023-11-12 22:01:52 +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
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
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
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
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
6eccb57a8c Include routing for task and taskgroup headlines 2023-10-29 11:27:51 +01:00
Sebastian
c762d3d200 Reschedule Missed Schedule 2023-10-29 11:21:40 +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
966c896ae0 Design Missed Schedules Component and manage routing to it 2023-10-29 10:34:02 +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
5ed66b911b Allow missing start and deadline dates when creating tasks 2023-10-29 07:03:56 +01:00
Sebastian
984552bc69 Routing for TaskLink and ManageTaskgroup Btn 2023-10-28 19:31:08 +02:00
Sebastian
314a11ee18 Visualize Anouncement for missed schedules 2023-10-28 19:27:13 +02:00
Sebastian
9402db4a9b Show add task btn also when no task exists 2023-10-28 19:10:46 +02:00
Sebastian
98efb9150c Add tasks from TaskOverview 2023-10-28 19:09:07 +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
e1ea8684b2 Remove Finished Task from Dashboard (Taskoverview) 2023-10-28 18:37:16 +02:00
Sebastian
d3257b8748 Remove Finished Tasks from Dashboard (Schedules) 2023-10-28 18:36:32 +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
d4ca2a3fd2 Implement Task Overview 2023-10-28 13:18:24 +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
7d123f87ae Change text-align of taskgroup btns 2023-10-28 09:50:12 +02:00
Sebastian
b57ee244c0 Adjust Padding and Font-Weight 2023-10-28 09:46:32 +02:00
Sebastian
eb197aca52 Taskgroup Overview with Action-List 2023-10-28 09:09:00 +02:00
Sebastian
7ee8928849 Taskgroup Overview with Action-List 2023-10-28 08:48:52 +02:00
Sebastian
673faa5912 First Approach to visualize nested taskgroups 2023-10-26 10:21:29 +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
cbd1a4ab19 Delete Schedule after it was performed 2023-10-26 09:43:59 +02:00
Sebastian
dfa06232b0 Include TaskScheduleStopResponse 2023-10-26 09:40:54 +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
f2149358fa List schedules for today in dashboard 2023-10-25 19:10:17 +02:00
Sebastian
5b6e42e93f Create Basic Main Dashboard 2023-10-25 18:49:19 +02:00
Sebastian
170723bbd6 Start now 2023-10-24 19:58:12 +02:00
Sebastian
b8664124ca Edit Task from TaskDetailView 2023-10-24 19:31:55 +02:00
Sebastian
9489245115 Fix taskgroup and task undefined when initializing 2023-10-24 19:28:53 +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
Sebastian
713dc1b06d Functionality of Schedule Direct Btn 2023-10-24 08:22:17 +02:00
Sebastian
e2d871f7fb Reschedule Tasks (Basicschedules) 2023-10-24 08:20:42 +02:00
Sebastian
d6d267c645 Delete Schedules 2023-10-23 21:35:42 +02:00
Sebastian
662277c237 Create ScheduleDashboard 2023-10-23 21:08:44 +02:00
Sebastian
c598515899 Complete Basic Task Visualization in CalendarScheduler 2023-10-23 20:34:39 +02:00
Sebastian
40a8a5fa13 Visualize Basic Schedules 2023-10-23 20:17:31 +02:00
Sebastian
5aac068d21 Include basic schedules of tasks 2023-10-23 19:56:16 +02:00
Sebastian
e8bea7abcf Scheduler Component 2023-10-23 15:44:58 +02:00
Sebastian
e6117d1f7e Add information on workedTime, added Scheduler Component 2023-10-23 15:44:46 +02:00
Sebastian
6f5397d8f8 Design TaskOverview (forgetted files) 2023-10-22 20:43:20 +02:00
Sebastian
389e6ddba5 Design TaskOverview 2023-10-22 20:42:57 +02:00
Sebastian
32142c759f Taskgroup-Navigation (Issue 13) 2023-10-22 11:39:25 +02:00
Sebastian
d6116729fd Design of TaskEditor and automatically inserting new tasks after creation 2023-10-22 10:21:39 +02:00
Sebastian
72e56efea3 Delete and clear Tasks (Frontend) 2023-10-22 10:08:44 +02:00
Sebastian
fd62585a5f Calling Edit Task API 2023-10-22 01:10:52 +02:00
Sebastian
7a1b2b33ff Update Frontend for editing and deleting tasks 2023-10-22 00:49:25 +02:00
Sebastian
f5e2670319 Include TaskDashboard 2023-10-22 00:28:25 +02:00
Sebastian
bd56d601a0 Add new Tasks and Visualize Tasks 2023-10-22 00:22:35 +02:00
1b52ae9da8 Use Moment Date Adapter instead of Native one 2023-10-06 08:50:18 +02:00
1c4b0f73b6 Fix Dateform Controler 2023-10-06 08:44:11 +02:00
5d0a62e3b4 Fix Datepicker Provider 2023-10-05 20:07:39 +02:00
efa55d855c Fix Angular Material Legacy Issues 2023-10-05 19:36:38 +02:00
ec74d3c52b Update to Angular 16 2023-10-02 13:04:48 +02:00
423209f7bf Update to Angular 16 2023-10-02 12:58:23 +02:00
a8f54c84b1 Fix Missing Angular Core 2023-10-02 12:41:19 +02:00
0a42f8efc1 Update to Angular Material 15 2023-10-02 12:14:41 +02:00
e36ffec546 Update to Angular 15 2023-10-02 11:49:00 +02:00
a9a36dfac9 Update to Angular Material 14 2023-10-02 11:34:52 +02:00
56d358d0d4 Update to Angular 14 2023-10-02 11:06:43 +02:00
3e239df1bf Create Component for Creating and Editing Tasks 2023-10-02 10:57:56 +02:00
5082fbcb49 Fix Import 2023-10-02 10:34:13 +02:00
b3e7ad3dae Fix Rename structured Taskgroups 2023-10-01 21:41:21 +02:00