Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP ⚠️👷‍♀️] Issue 279 view historical data #10

Draft
wants to merge 20 commits into
base: the-one
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
526e6f1
Merge branch 'the-one' into issue-279-view-historical-data
marikadeveloper May 14, 2024
0cc2a5d
Issue 279 add first view line charts (#279)
marikadeveloper May 14, 2024
b800793
Issue 279 add first view line charts (#279)
marikadeveloper May 14, 2024
5f8081d
Issue 279 add first view line charts (#279)
marikadeveloper May 14, 2024
56c7400
Issue 279 add context module to login (#279)
marikadeveloper May 14, 2024
b7b2de8
Issue 279 extract global performance line chart (#279)
marikadeveloper May 14, 2024
cc42ccd
Issue 279 fix readme code (#279)
marikadeveloper May 14, 2024
edc1c9c
Issue 279 small code refactor
marikadeveloper May 14, 2024
2b012e9
fix the graph
Idrinth May 17, 2024
1c57a45
clean up and prepare the pages
Idrinth May 17, 2024
48b6ed9
clean up and prepare the pages
Idrinth May 17, 2024
6f3148e
clean up and prepare the pages
Idrinth May 17, 2024
445edd6
clean up and prepare the pages
Idrinth May 17, 2024
0370119
Merge branch 'issue-279-view-historical-data' of https://github.com/m…
marikadeveloper May 17, 2024
b5c9f57
Merge remote-tracking branch 'upstream/the-one' into issue-279-view-h…
marikadeveloper May 25, 2024
a391e5d
bugfix(routes): fixed route params #279
marikadeveloper Jun 13, 2024
10ad99a
Merge remote-tracking branch 'upstream/the-one' into issue-279-view-h…
marikadeveloper Jun 13, 2024
7894d38
feature(routing): add projects and routes links inside detail pages #279
marikadeveloper Jun 13, 2024
fb435c6
feature(navigation): add breadcrumbs #279
marikadeveloper Jun 13, 2024
6ebc7a1
cleanup: removed console.log
marikadeveloper Jun 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_BACKEND_URL=http://127.0.0.1:3003
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
],
parserOptions: {
extraFileExtensions: ['.svelte'],
sourceType: 'module',
},
overrides: [
{
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
/cypress/screenshots
/src/locales
/dump.txt
.env
.env.local

# Editor directories and files
.DS_Store
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
## Description

This folder will contain the Web-UI for displaying and comparing historical run data.

## Setup

- Make sure you're using node.js 20 or higher
- Run `npm install` to install all dependencies
- Run `npm run language` to build the language files
- Create a file .env or .env.local with the following content (replace the localhost placeholder with your backend url):
Comment on lines +13 to +16
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure lists are surrounded by blank lines to adhere to markdown best practices.

+ 
- Make sure you're using node.js 20 or higher
- Run `npm install` to install all dependencies
- Run `npm run language` to build the language files
- Create a file .env or .env.local with the following content (replace the localhost placeholder with your backend URL):
+ 

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- Make sure you're using node.js 20 or higher
- Run `npm install` to install all dependencies
- Run `npm run language` to build the language files
- Create a file .env or .env.local with the following content (replace the localhost placeholder with your backend url):
- Make sure you're using node.js 20 or higher
- Run `npm install` to install all dependencies
- Run `npm run language` to build the language files
- Create a file .env or .env.local with the following content (replace the localhost placeholder with your backend URL):

```
VITE_BACKEND_URL=http://localhost:3003
```
marikadeveloper marked this conversation as resolved.
Show resolved Hide resolved
41 changes: 0 additions & 41 deletions gitCommitDev.sh

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte + TS</title>
</head>
<body>
<body class="dark-mode">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
Expand Down
7 changes: 7 additions & 0 deletions language/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ overview:
meta:
title: "Projekte"
description: "Alle Projekte in einer einfach zu verstehenden Übersicht."
login:
title: "Anmelden"
username: "Benutzername"
submit: "Anmelden"
meta:
title: "Anmelden"
description: "Melden Sie sich bei Ihrem Konto an."
27 changes: 27 additions & 0 deletions language/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,30 @@ overview:
meta:
title: "Projects"
description: "All your projects in an easy to grasp overview."
login:
username: "Username"
submit: "Login"
title: "Login"
meta:
title: "Login"
description: "Login to your account."
projects:
title: "Projects"
description: "A line graph per project to compare their global performance(user choice of Average or Median) + a bar graph with the error count"
meta:
title: "Projects"
project:
title: "Project"
description: "A line graph per route in the project to compare their global performance(user choice of Average or Median) + a bar graph with the error count"
meta:
title: "Project"
route:
title: "Route"
description: "A line graph per mean and average in the route to compare their and a bar graph with the error count"
meta:
title: "Route"
global-performance-chart:
title: "Global Performance"
mean: "Mean"
average: "Average"
loading: "Loading..."
17 changes: 17 additions & 0 deletions language/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,20 @@ overview:
meta:
title: "Progetti"
description: "Tutti i tuoi progetti in un'unica semplice interfaccia."
login:
title: "Accedi"
username: "Username"
submit: "Accedi"
meta:
title: "Accedi"
description: "Accedi al tuo account."
view-1:
title: "Vista 1"
description: "Un grafico a linee per progetto per confrontare le prestazioni globali (scelta dell'utente tra Media o Mediana) + un grafico a barre con il conteggio degli errori"
meta:
title: "Vista 1"
global-performance-chart:
title: "Performance Globale"
mean: "Mediana"
average: "Media"
loading: "Caricamento..."
Loading
Loading