A major gap I'm currently seeing is the lack of data insights - not necessarily technical, but about performance of tests.
Something I'd look to implement is an API endpoint for admin users to be able to query the performance of their referees in an aggregated way.
Tests taken over time, partitioned by pass/fail and certification type
Distribution of point percentages achieved on tests
Top 5 hardest questions in each certification type
All of those at a selectable period of time. The great thing is that we already have all this data in the database, just need to write a good query and implement a dashboard on the frontend.
Later on we can extend this to show more technical things like how many users logged-in in the last X days (based on last sign-in property), how many exports have been performed by admins, etc.
A major gap I'm currently seeing is the lack of data insights - not necessarily technical, but about performance of tests.
Something I'd look to implement is an API endpoint for admin users to be able to query the performance of their referees in an aggregated way.
All of those at a selectable period of time. The great thing is that we already have all this data in the database, just need to write a good query and implement a dashboard on the frontend.
Later on we can extend this to show more technical things like how many users logged-in in the last X days (based on last sign-in property), how many exports have been performed by admins, etc.