You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a generic statistics component which, given a record type and an interval of time (one day, one week, one month, etc...) returns the number of records of that type that were "created" in that time interval and the difference in percentage between the previous interval.
The available intervals of time should be:
One day
One week
One month
One year
Five years
Apart from the "record type" and "interval of time" parameters a third parameter should indicate the description label of the statistic. For example, for a record uploaded the label would be "published", while for a community it would be "created".
The mockup proposed for this component is the following one:
The text was updated successfully, but these errors were encountered:
Create a generic statistics component which, given a record type and an interval of time (one day, one week, one month, etc...) returns the number of records of that type that were "created" in that time interval and the difference in percentage between the previous interval.
The available intervals of time should be:
Apart from the "record type" and "interval of time" parameters a third parameter should indicate the description label of the statistic. For example, for a record uploaded the label would be "published", while for a community it would be "created".
The mockup proposed for this component is the following one:
The text was updated successfully, but these errors were encountered: