mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-06 03:28:13 +00:00
b172ef11c4
This PR adds new reports for displaying information about post sentiments grouped by date and emotions group by TL. Depends on discourse/discourse#24274
11 lines
205 B
JavaScript
11 lines
205 B
JavaScript
export default {
|
|
resource: "admin.dashboard",
|
|
path: "/dashboard",
|
|
map() {
|
|
this.route("admin.dashboardSentiment", {
|
|
path: "/dashboard/sentiment",
|
|
resetNamespace: true,
|
|
});
|
|
},
|
|
};
|