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

create a frontend to display historical run data #279

Open
Idrinth opened this issue Feb 5, 2024 · 5 comments
Open

create a frontend to display historical run data #279

Idrinth opened this issue Feb 5, 2024 · 5 comments
Labels
component: history-website anything related to the data history display page effort: intermediate enhancement New feature or request help wanted Extra attention is needed size: M 4-8 hours of work expected
Milestone

Comments

@Idrinth
Copy link
Member

Idrinth commented Feb 5, 2024

Is your feature request related to a problem? Please describe

We don't deliver a default way of displaying the data from different runs to end-users.

Describe the solution you'd like

Create a simple UI, that retrieves data from the microservice and displays the change in values across a given time period.

@Idrinth Idrinth added enhancement New feature or request help wanted Extra attention is needed component: history-website anything related to the data history display page labels Feb 5, 2024
@Idrinth Idrinth added this to the 2.8.0 milestone Feb 5, 2024
@Idrinth
Copy link
Member Author

Idrinth commented Feb 6, 2024

views needed for the UI:

  • view 1: a line graph per project to compare their global performance(user choice of Average or Median) + a bar graph with the error count
  • view 2: a line graph per id in a project to compare their performance(user choice of Average or Median) + a bar graph with the error count
  • view3: from two selected points for an id in view 2 show a detailed table for comparison + show a line graph of that id compared to the average for that id over the period

specific features needed for the line graphs:

  • show standard deviation by either coloring the area or adding a +/- stdev bar to the measurement points
  • all lines have to be toggleable
  • the default displayed time is 7 days ago until now but should be changeable

@Idrinth
Copy link
Member Author

Idrinth commented Mar 7, 2024

https://svelte.dev/ seems to be the best candidate for this specific topic after having a look at a few of the options.

Idrinth added a commit that referenced this issue Mar 11, 2024
Idrinth added a commit that referenced this issue Mar 11, 2024
Idrinth added a commit that referenced this issue Mar 11, 2024
Idrinth added a commit that referenced this issue Mar 11, 2024
Idrinth added a commit that referenced this issue Mar 11, 2024
* refs #279 prepare svelte site

* refs #279 adjust ci and templates

* refs #279 fix folder name, fix dictionary

* refs #279 fix folder name, fix dictionary
@Idrinth
Copy link
Member Author

Idrinth commented Apr 1, 2024

microservice now returns demo data

@Idrinth Idrinth added effort: intermediate size: M 4-8 hours of work expected labels May 3, 2024
@marikadeveloper marikadeveloper self-assigned this May 8, 2024
Copy link

Due to inactivity you will be unassigned soon and the issue be freed.

@github-actions github-actions bot added the Stale This parts of the project don't seem to be worked on label May 15, 2024
@github-actions github-actions bot removed the Stale This parts of the project don't seem to be worked on label May 29, 2024
Copy link

Due to longer inactivity, this issue has been unassigned automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: history-website anything related to the data history display page effort: intermediate enhancement New feature or request help wanted Extra attention is needed size: M 4-8 hours of work expected
Projects
Status: Backlog
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants