Analizes your chess games
position startpos moves e2e4 e7e5 go depth 15
cd ChessMeters.Web
dotnet run
// dotnet run --urls "http://chessmeters.gomiliare.com/"
/root/.dotnet/tools/dotnet-ef migrations add AddedGameProperties /root/.dotnet/tools/dotnet-ef migrations remove
cd ChessMeters.Core
export PATH="$PATH:/root/.dotnet/tools"
dotnet ef database update
cd ChessMeters.Core.Tests
dotnet test
npm install -g @angular/cli
sudo ~/.dotnet/tools/dotnet-ef database update
dotnet user-secrets set "Authentication:Google:ClientId" "<client-id>"
dotnet user-secrets set "Authentication:Google:ClientSecret" "<client-secret>"
dotnet user-secrets set "Authentication:Facebook:AppId" "<app-id>"
dotnet user-secrets set "Authentication:Facebook:AppSecret" "<app-secret>"
- Fix user colors when editing PGN in report generator
- Evaluation centipawns for mate, maybe add notes to EngineEvaluations
- Configure lichess api with more parameters
- PROD environments for swap
- Notation for games on UI
- Chessboard game to PGN and analyze
- CI/CD fail to commit if unit tests are not passing
- Admin UI to change flags
- Light/dark themes (maybe from Bootstrap)
- Docker images for Linux and Windows
- Add sorting to whatever columns we need to sort by in grids
- Add a job to analyze games in background at greater depths
- Add MySQL Workbench on production server