mirror of
https://github.com/documize/community.git
synced 2025-07-27 17:19:42 +02:00
Provide support for analytics/reporting
This commit is contained in:
parent
38772f5961
commit
e19e3682b7
2 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,10 @@ export default Router.map(function () {
|
||||||
path: 'dashboard'
|
path: 'dashboard'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.route('analytics', {
|
||||||
|
path: 'analytics'
|
||||||
|
});
|
||||||
|
|
||||||
this.route(
|
this.route(
|
||||||
'folder',
|
'folder',
|
||||||
{
|
{
|
||||||
|
|
|
@ -42,6 +42,7 @@ type DocumentActivity struct {
|
||||||
Firstname string `json:"firstname"`
|
Firstname string `json:"firstname"`
|
||||||
Lastname string `json:"lastname"`
|
Lastname string `json:"lastname"`
|
||||||
ActivityType int `json:"activityType"`
|
ActivityType int `json:"activityType"`
|
||||||
|
Metadata string `json:"metadata"`
|
||||||
Created time.Time `json:"created"`
|
Created time.Time `json:"created"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue