From 8953b1ea41b14fc25a0fd488c846ac89af219766 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 24 Aug 2018 13:12:05 +0200 Subject: Documentingg hidden players import --- docs/scripts.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/scripts.md b/docs/scripts.md index 8ceec19..e01adfe 100644 --- a/docs/scripts.md +++ b/docs/scripts.md @@ -49,6 +49,12 @@ Loads the prepared ranking data CSV file (as processed by `scripts/rankings-csv- --- +`hidden-import.sh` + +Imports PIDs of players hidden (but not disqualified) from the result pages of the rankings. + +--- + The above scripts can be used to prepare the database for generating ranking pages with any meaningful data. Data import is not covered by any `Makefile` targets, so you need to prepare the database manually (or via these scripts). For PBU data included in the repository, you'd have to run: @@ -56,6 +62,7 @@ For PBU data included in the repository, you'd have to run: ``` bin/cezar-db-fetch.sh bin/cezar-db-import.sh data/cezar/DATE.csv +bin/hidden-import.sh data/hidden.csv ``` followed by: -- cgit v1.2.3