mebn / DD2480

KTH Computer Science project, course DD2480
3 stars 0 forks source link

Implement frontend #126

Closed mebn closed 9 months ago

mebn commented 9 months ago

A very simple frontend. I think we can just do something like this:

image

Using a browsers built in functionality to show a file explorer. We can show the logs folder. Inside the logs folder we can have folders for each CI test, e.g. logs/commit-123123123/build.log and logs/commit-123123123/test.log. When clicking the .log files they just show up in the browser as raw text. We might have to name the logs .txt instead of .log.

I think this is easy to to with axum