ConstantinoSchillebeeckx / sp-nov

species nova
0 stars 0 forks source link

add metrics for number of specimens classified per user #41

Closed ConstantinoSchillebeeckx closed 7 years ago

ConstantinoSchillebeeckx commented 7 years ago

in the dashboard screen, add metrics for how many specimens each user has completed both in total and in this month.

currently we are storing history (edits to the specimen) will have to implement a new meta_key for person who completed the specimen as well as the date it was one. meta_key = completed meta_value = [timestamp, userID]

not sure if we want to store this is user_meta or post_meta