André Rüegger rueeggeandre
  • Joined on 2024-09-13
rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#4 2026-06-01 09:44:13 +02:00
Centralize JS Code
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#4 2026-06-01 09:44:10 +02:00
Centralize JS Code

Implemented on branch andre.

Closed with commit:

  • 7626417 Centralize page JavaScript and fix all-journeys map

Changes:

  • Moved page-specific inline JavaScript out of the HTML files…
rueeggeandre pushed to andre at kohlerjoshua/FHGR_Frontend_Group_3_Project 2026-06-01 09:26:12 +02:00
7626417c46 Centralize page JavaScript and fix all-journeys map
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#3 2026-06-01 08:30:18 +02:00
Create an unified styling

Implemented on branch andre.

Closed with commits:

  • 3cf07d0 Centralize readable app theme colors
  • 4bf7dc2 Add dark mode theme switcher

Changes:

  • Centralized the shared styling…
rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#3 2026-06-01 08:30:18 +02:00
Create an unified styling
rueeggeandre pushed to andre at kohlerjoshua/FHGR_Frontend_Group_3_Project 2026-06-01 08:28:49 +02:00
4bf7dc2586 Add dark mode theme switcher
3cf07d0e1b Centralize readable app theme colors
Compare 2 commits »
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#13 2026-06-01 08:18:18 +02:00
Centralize CSS Code

Implemented in branch andre.

Added shared app-wide theme/contrast tokens in css/style.css and loaded the stylesheet across the main pages. This fixes the low-contrast text issue caused by…

rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#13 2026-06-01 08:18:18 +02:00
Centralize CSS Code
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#12 2026-06-01 08:06:56 +02:00
Journey Collaboration

Implemented in branch andre.

Journey owners can now add other users as editors for a shared journey. Shared editors can open the journey edit page, update chapters/markers/images, and save…

rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#12 2026-06-01 08:06:56 +02:00
Journey Collaboration
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#11 2026-06-01 08:06:02 +02:00
Share Journeys

Implemented in branch andre.

Journeys can now be shared with specific users from the journey edit page. Owners can set a journey to Shared, choose users with view access, and choose users…

rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#11 2026-06-01 08:06:02 +02:00
Share Journeys
rueeggeandre pushed to andre at kohlerjoshua/FHGR_Frontend_Group_3_Project 2026-06-01 08:04:48 +02:00
c136f01f2e Add journey sharing and collaboration
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#5 2026-06-01 07:06:59 +02:00
Show images

Implemented in branch andre.

Images are now shown in blog post chapters, and editable users can also upload and remove marker/chapter images directly from the blog post view. The changes…

rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#5 2026-06-01 07:06:59 +02:00
Show images
rueeggeandre pushed to andre at kohlerjoshua/FHGR_Frontend_Group_3_Project 2026-06-01 07:05:59 +02:00
770ab0e5df Add blog post image editing
rueeggeandre pushed to andre at kohlerjoshua/FHGR_Frontend_Group_3_Project 2026-06-01 03:41:44 +02:00
806aedb984 Show and edit marker images
rueeggeandre commented on issue kohlerjoshua/FHGR_Frontend_Group_3_Project#9 2026-06-01 03:23:55 +02:00
Upload images

Implemented in e4759b8 (Add marker image uploads).

Added authenticated image uploads for markers, stores uploaded files in the backend, and saves uploaded image metadata with the marker/jour…

rueeggeandre closed issue kohlerjoshua/FHGR_Frontend_Group_3_Project#9 2026-06-01 03:23:55 +02:00
Upload images
rueeggeandre pushed to andre at kohlerjoshua/FHGR_Frontend_Group_3_Project 2026-06-01 03:18:44 +02:00
e4759b8961 Add marker image uploads