5 Commits

Author SHA1 Message Date
b83e717a52
wip 2025-09-04 16:33:28 +02:00
6eae49d2fe Automatic deployment of PR to test server (#4)
See it in action at https://studentportalen-branch-pr-deployment.branch.dsv.su.se/

Reviewed-on: #4
Reviewed-by: erth9960 <thuning@dsv.su.se>
2025-06-04 07:56:18 +02:00
5b6b7fd0ec Basic scaffolding of the frontend (#2)
The base comes from [`npm create vite@latest`](https://vite.dev/guide/#scaffolding-your-first-vite-project) project with [Prettier](https://prettier.io/) added.

It has been connected with the backend and authentication is in place.

Reviewed-on: #2
Reviewed-by: erth9960 <thuning@dsv.su.se>
2025-06-04 07:55:51 +02:00
a5f1b8b63e Basic scaffolding for the backend-for-frontend component (#1)
It's a standard Spring Boot web application so far. Has automatic OpenTelemetry tracing to help debug and spot potential performance issues. Uses [Apimposter](https://gitea.dsv.su.se/DMC/apimposter) to mock out backend API dependencies.

Reviewed-on: #1
Reviewed-by: Stefan Nenzén <nenzen@dsv.su.se>
2025-04-03 09:52:09 +02:00
7252372330
Init 2025-03-29 19:52:51 +01:00