diff options
author | emkael <emkael@tlen.pl> | 2018-08-24 13:12:05 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-08-24 13:12:05 +0200 |
commit | 8953b1ea41b14fc25a0fd488c846ac89af219766 (patch) | |
tree | 5dc63fcc1e1cc6c75bea5b7b7bf32b1fbf4d1002 | |
parent | 43ea37f79a43e66d7aa6a3153231f94d30ebf584 (diff) |
Documentingg hidden players import
-rw-r--r-- | docs/scripts.md | 7 |
1 files changed, 7 insertions, 0 deletions
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: |