Add basic tables and graphs for various tables.
Add basic tables and graphs for viewing things like uploads over time, new users over time, comments over time, etc. Located at https://betabooru.donmai.us/reports. The graphing uses Apache ECharts: https://echarts.apache.org/en/index.html.
This commit is contained in:
@@ -230,6 +230,7 @@ Rails.application.routes.draw do
|
||||
resources :rate_limits, only: [:index]
|
||||
resource :related_tag, :only => [:show, :update]
|
||||
resources :recommended_posts, only: [:index]
|
||||
resources :reports, only: [:index, :show]
|
||||
resources :robots, only: [:index]
|
||||
resources :saved_searches, :except => [:show]
|
||||
resource :session, only: [:new, :create, :destroy] do
|
||||
|
||||
Reference in New Issue
Block a user