You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Tait Hoyem 5b964c9650
[WIP] use URL params
1 month ago
ibihf-macros [WIP] use URL params 1 month ago
migrations Add *_name(id, lang) functions to make queries easier 2 months ago
src [WIP] use URL params 1 month ago
templates Please clippy 2 months ago
translations Consolidate translations 2 months ago
.env Update migrations, move translations from xml to JSON 2 months ago
.gitignore Initial commit; this should have been done way earlier 2 months ago
Cargo.lock Please clippy 2 months ago
Cargo.toml [WIP] use URL params 1 month ago
LICENSE Add strongest copy-left license; since this is for a charity, nobody should take it without giving back 2 months ago
README.md Update REAMDE.md 2 months ago
create_db_and_user.sql Add create db sql 2 months ago
i18n.toml Remove unused var 2 months ago

README.md

IBIHF Statistics System

This is a stats system related to the International Blind Ice Hockey Federation, and their stats website can be found live at stats.ibihf.org.

Database Inforamtion

All migrations can be applied in order of the UNIX timestamp identifier before the name of the migrations. These *.sql files are valid for the Postgres database.

Translations

All translation files can be found in translations/*/*.ftl; the folder names are the locale, so fr-CA or en-CA; the file is just a way to organize a few major categories of internationalized strings.