muesli / polly

Polly wants a cracker
GNU Affero General Public License v3.0
3 stars 1 forks source link

Display number of users #18

Open moba opened 7 years ago

moba commented 7 years ago

Display number of users where we also display the currently available budget (minus admin).

muesli commented 7 years ago

This is actually trickier than you'd think. Currently only admins can access the full user-array. So we'd have to come up with a new "/stats" API endpoint just to access this one integer nicely.

Priority = Backburner?