Registered users over time #460
Labels
area:stats
good first issue
Denotes something that is easy to implement and would make for a good initial contribution.
type:feature
Overview
High level objective is to model the number of registered users over time. This is simply displaying a collection of time-series data.
TimeSeriesDataPointDTO
(if it doesn't exist) which maps this query result into a structure likeobject Y, DateTime X
.Tasks
UserRepository
@myssto if you think this should be in aStatsRepository
instead let me know.StatisticsService
class (if it doesn't exist) with a method which maps the results to a collection of DTOs, i.e.ICollection<TimeSeriesDataPointDTO>
/api/v1/stats/registered-users
route which returnsThe text was updated successfully, but these errors were encountered: