Johann Hoffmann
|
e28067259b
|
WIP Abgabetool Mitarbeiter DetailComponent
|
2025-04-23 13:59:31 +02:00 |
|
Johann Hoffmann
|
91910ef538
|
Merge remote-tracking branch 'origin/feature-25999/C4_cleanup' into feature-25999/C4_cleanup
# Conflicts:
# application/libraries/dashboard/DashboardLib.php
# public/js/components/Dashboard/Dashboard.js
# public/js/components/Dashboard/Section.js
|
2025-04-23 12:49:16 +02:00 |
|
SimonGschnell
|
0c95dbad1f
|
update(Dashboard Section description): adds phrases for the description of general/custom/other sections
|
2025-04-22 11:40:58 +02:00 |
|
SimonGschnell
|
8c00158d04
|
refactor(Dashboard Database data structure): changes how the data for the dashboard is structured in the database, instead of having a global widgets property, each section has its own widgets property where additional properties like description can be stored
|
2025-04-22 09:52:07 +02:00 |
|
SimonGschnell
|
c98d0a9c45
|
refactor(Dashboard Section description): updates the database structure for the dashboard information to add information about the description of a section
|
2025-04-17 08:52:21 +02:00 |
|
SimonGschnell
|
19f169aca2
|
feature(Dashboard Grid): adds a red border to the widget if the user tries to resize the widget over its max width/height or under its min width/height
|
2025-04-15 13:55:02 +02:00 |
|
SimonGschnell
|
fc0a09180a
|
update(Dashboard pinned animation): also triggers the pinned animation when the target area of a drag action contains a pinned widget
|
2025-04-15 11:16:20 +02:00 |
|
SimonGschnell
|
88c4a04aea
|
fix(Dashboard widget resize position): when resizing an widget without saved position it would save it with x:0 and y:0
|
2025-04-14 14:57:14 +02:00 |
|
SimonGschnell
|
a25ccd79b2
|
fix(Dashboard New Widget Not Draggable): adds the widgetid property to newly created widgets if it is not already present
|
2025-04-14 14:46:11 +02:00 |
|
SimonGschnell
|
d4ae8b0f91
|
fix(Dashboard Grid Height): a bug was removed where the grid height was not correct when adding a new widget and the widget was not correctly displayed when adding a new widget
|
2025-04-14 14:33:49 +02:00 |
|
SimonGschnell
|
54bbfacf86
|
remove(Dashboard debugging):removes a debugging print statment
|
2025-04-14 11:42:03 +02:00 |
|
SimonGschnell
|
59ebd33ba6
|
feature(Dashboard resize):adds overlays to the elements when resizing widgets on the dashboard
|
2025-04-14 11:28:13 +02:00 |
|
SimonGschnell
|
a0a2ac41bf
|
refactor(Dashboard Grid): updates replace logic when moving widgets and fixes position detection between mousemove and mousedown
|
2025-04-11 12:00:38 +02:00 |
|
SimonGschnell
|
90ce3e0263
|
update(dashboard CSS): adds animation for pinned widgets and different cursor styles
|
2025-04-11 11:55:57 +02:00 |
|
SimonGschnell
|
204ae75f57
|
refactor(Dashboard Widget Names): adds the name property to the components of the dashboard widgets
|
2025-04-10 11:23:39 +02:00 |
|
SimonGschnell
|
9b9b8b1532
|
feature(CIS Dashboard gridsystem): allows to pin widgets in the grid and changes how widgets are positioned in different viewports
|
2025-04-09 10:50:19 +02:00 |
|
SimonGschnell
|
97e34948e5
|
refactor(WidgetIcon for Dashboard dragging): puts the hidden dashboard icons for the dragging image in the section component so that each section has its relative clientX and clientY positions
|
2025-04-02 11:23:25 +02:00 |
|
SimonGschnell
|
33f800fa28
|
fix(Dashboard Mobile Touch Events): fixes the behaviour of the touch event for the dashboard grid
|
2025-04-01 13:06:23 +02:00 |
|
SimonGschnell
|
702a84a25d
|
update(Dashboard Grid Item):makes a widget only draggable if the dragAction is defined
|
2025-04-01 09:28:29 +02:00 |
|
SimonGschnell
|
232da256ac
|
fix(Dashboard Drag Placeholder): doesn't allow placeholder items to be dragged anymore and keeps the height and width of a widget when resizing the grid of the dashboard
|
2025-03-31 14:56:50 +02:00 |
|
SimonGschnell
|
51f4e1e57d
|
fix(Chrome overflow scroll display): changes overflow scroll to auto to change the visual in the chrome browser
|
2025-03-31 09:47:27 +02:00 |
|
SimonGschnell
|
727b951bbc
|
update(Dashboard Grid): does not show the overlay when resizing the widget and adds different grid sizes for different viewports
|
2025-03-26 14:59:28 +01:00 |
|
SimonGschnell
|
b52993f7cc
|
refactor(Grid Widgets drag): shows a placeholder item in the space where the new widget position would be when dragging a widget on the dashboard
|
2025-03-26 13:02:48 +01:00 |
|
SimonGschnell
|
1cdf89e405
|
fix(Dashboard drag event): fixes bug where widget wouldn't drag to new position
|
2025-03-25 13:18:00 +01:00 |
|
SimonGschnell
|
ab36d567b8
|
refactor(Url Widget): fixes add link button inside the widget
|
2025-03-25 12:47:58 +01:00 |
|
SimonGschnell
|
ff311ddaa8
|
fix(News widget autoscroll): removes the ride attribute from the bootstrap carousel to remove the autoscrolling of the news widget
|
2025-03-24 09:34:52 +01:00 |
|
SimonGschnell
|
0735c61361
|
update(UrlWidget addUrl Action):adds the transition animation to the action button of the url widget
|
2025-03-24 08:53:15 +01:00 |
|
SimonGschnell
|
7936e08d3d
|
refactor(Dasboard Item): adds container for actions events from Dashboard widgets
|
2025-03-21 12:49:29 +01:00 |
|
Johann Hoffmann
|
2759bb0309
|
cis4 abgabetool student uploads/signature check/emails working; TODO: - testing with diff users, styling & mobile layout;
|
2025-03-19 15:57:08 +01:00 |
|
SimonGschnell
|
0dd1e4a628
|
refactor(RoomInformation): updates the roomInformation endpoint to use the Stundenplan library functions
|
2025-03-13 10:29:23 +01:00 |
|
Johann Hoffmann
|
669752dd90
|
WIP cis4 abgabetool student
|
2025-03-12 13:41:01 +01:00 |
|
Johann Hoffmann
|
14f64401e5
|
Merge remote-tracking branch 'origin/feature-25999/C4_cleanup' into feature-25999/C4_cleanup
|
2025-03-05 14:24:24 +01:00 |
|
Johann Hoffmann
|
a4d2a2cace
|
fix news widget carousel (re)initialization after resize
|
2025-03-05 14:23:35 +01:00 |
|
SimonGschnell
|
ba2014b1a3
|
fix(News Widget animation): fixes the animation bug when changing the width of the News widget from 1 to >1
|
2025-03-05 11:21:49 +01:00 |
|
SimonGschnell
|
44777e2f1b
|
fix(VueRouter News Ansicht):News ansicht konnte nicht geladen werden weil viewData im Cms controller nicht uebergeben wurde aber im CisRouterView verwendet wird
|
2025-03-05 09:20:35 +01:00 |
|
SimonGschnell
|
415e759586
|
fix(StudiengangsInformationen API data): fixes little error when checking if the uid is a mitarbeiter or not
|
2025-03-05 08:54:26 +01:00 |
|
SimonGschnell
|
b1b0d5edd0
|
remove(Calendar Week Page Style): removes not needed style check in component
|
2025-03-04 12:05:24 +01:00 |
|
cgfhtw
|
825ccfcc37
|
Calendar: Get rid of Warnings
|
2025-03-04 11:15:51 +01:00 |
|
Johann Hoffmann
|
2b16d8940f
|
fhc header skiplink; cis4 skiplink css;
|
2025-03-03 17:57:42 +01:00 |
|
Johann Hoffmann
|
e4317f7a94
|
mobile breakpoints & form validation;
|
2025-03-03 15:57:55 +01:00 |
|
SimonGschnell
|
b8239b0842
|
update(LvInfo Phrasen): adds some phrasen for the LvInfo View for the moodle events
|
2025-03-03 14:38:23 +01:00 |
|
SimonGschnell
|
20f22d5a7b
|
fix(Calendar selectedEvent and Scrolling): sorts the events before selecting the first as the selectedEvent and adds some scrolling checks
|
2025-03-03 14:15:50 +01:00 |
|
Johann Hoffmann
|
225d6b0a83
|
raumsuche student config for allowed roomtypes
|
2025-03-03 13:51:43 +01:00 |
|
SimonGschnell
|
a408c85fd4
|
fix(Calendar Day SelectedEvent): fixes the watcher on the property active to additionally look at the events property and set the selectedEvent accordingly to the situation
|
2025-03-03 13:29:31 +01:00 |
|
SimonGschnell
|
98fa76ca1d
|
fix(Calendar Month setSelectedEvent): selects the clicked lehrveranstaltung as selectedEvent in the click handler of the Month/Page View
|
2025-03-03 13:04:52 +01:00 |
|
SimonGschnell
|
b8c45cf244
|
update(Moodle Events):adds additional fields for Moodle Events and disables the automatic scrolling for moodleEvents
|
2025-03-03 11:07:54 +01:00 |
|
Johann Hoffmann
|
bc7dba1c14
|
legacy raumsuche.php -> cis4 vue component
|
2025-02-28 16:41:18 +01:00 |
|
SimonGschnell
|
4a01198e10
|
refactor(Stundenplan Endpoint):puts methods used to fetch Stundenplan and Reservierungs Events in its own library and dynamically merges the moodle events if plugin is present
|
2025-02-28 14:52:02 +01:00 |
|
SimonGschnell
|
45c929cb90
|
refactor(LvInfo): refactors template layout of LvInfo for lehrveranstaltungen and moodle events
|
2025-02-27 14:47:45 +01:00 |
|
SimonGschnell
|
e2b1dad776
|
fix(Plugin Moodle Event.php) adds the moodle calendar events integration through the Events instead of having a fixed dependency
|
2025-02-27 12:06:43 +01:00 |
|