Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Dashboard API Controller #18

Open
SSRF opened this issue Apr 8, 2019 · 0 comments
Open

Dashboard API Controller #18

SSRF opened this issue Apr 8, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SSRF
Copy link
Collaborator

SSRF commented Apr 8, 2019

We need a dashboard api controller to serve statistics

/dashboard

  • Total Faces Enrolled (just a count of how many users without logins we have)
  • New faces enrolled (how many more or less faces we've had enrolled since last week)
  • Valid detections from the camera (recognized faces)
  • Invalid detections from the camera (unrecognized faces)

/dashboard/cameraDetections

  • Camera location (name of camera)
  • Total face hits (invalid and valid)
  • Invalid hits
  • Success rate of hits (invalid over valid)

/dashboard/cameraCapacities

  • Camera location (name of camera)
  • How many visits this location has had (invalid and valid face hits, but excluding multiple hits of a valid face on the same day)
  • Capacity (some arbitrary value that states how many people the location can handle, returned as a percentage compared to the visitors on a day)
@SSRF SSRF added the enhancement New feature or request label Apr 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants