blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 516 forks source link

Blogifier Analytics #245

Open farzindev opened 3 years ago

farzindev commented 3 years ago

Improve the current analytics with a better design and a little more reports.

TODO:

farzindev commented 3 years ago

Renamed the "BarChartComponent.razor" to "AnalyticsComponent.razor". Added some HTML for the list of pages for Analytics Widget on the dashboard. Also, I've added comments on the AnalyticsComponent.razor file which explains how that would work.

chatay commented 3 years ago

I was working on this but @rxtur has finished it off. on which branch you have merged, I would like to check out.

rxtur commented 3 years ago

I was working on this but @rxtur has finished it off. on which branch you have merged, I would like to check out.

All development is done on dev branch, and later merged into main. Here is corresponding commit.

farzindev commented 3 years ago

On the chart, an admin wants to know how many visits they had per day. not per post.

This is the same example but It's per month: https://www.chartjs.org/docs/latest/samples/line/line.html


and if they want to see which page or post had more visits they can switch to the list. which we have it already.

chatay commented 3 years ago

On the chart, an admin wants to know how many visits they had per day. not per post.

This is the same example but It's per month: https://www.chartjs.org/docs/latest/samples/line/line.html

and if they want to see which page or post had more visits they can switch to the list. which we have it already.

this visits still going to be counted on per post visits or when a customer opens any blogifier page, this will count in?

@farzindev

david-randoll commented 2 years ago

I wonder if a better option would be to add Google Analytics (can do this today) and the devs focus on other features?