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

Implement chart to display stats #9

Open
tintamarre opened this issue Feb 1, 2021 · 0 comments
Open

Implement chart to display stats #9

tintamarre opened this issue Feb 1, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request new feature

Comments

@tintamarre
Copy link
Member

tintamarre commented Feb 1, 2021

I would be great to display some stats about the API in the frontend.

A URL in Omdat is currently exposed without anything to show (https://omdat.openjustice.lltl.be/statistics*) and the backend API URL is available with a simple GET request as documented,

The short term vision is to show a graph with the number of documents per year and per court over time. The current way to go to display chart in Omdat is to use ApexChart as it is already implemented and in use in Court.vue#L120-L139.

In the long run, it would be great to also show chart of:

  • number of documents per type ;
  • number of documents per source ;
  • number of documents available vs documents produced by court (data still needed but @RRINKIN had a conversation about it with SPF) ;
  • etc.
@tintamarre tintamarre added enhancement New feature or request new feature labels Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new feature
Projects
None yet
Development

No branches or pull requests

2 participants