Sistema de gestion de torneos de futbol
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
JMarin1980 318944079c fix(sdd): apply 5 corrections from SDD review
- Add Currency property to Tournament entity (configurable per tournament)
- Change Payment.Currency to inherit from Tournament.Currency (default MXN)
- Add PaymentMethod enum (Cash, Card, BankTransfer, OnlinePayment, Other)
- Change Payment.PaymentMethod from nvarchar(50) to int FK to enum
- Add nullable note for PlayerUserId/AssistedByUserId in MatchEvent
- Add section 8.4 (EF Core Migrations)
- Add section 2.5 (Serilog logging)
2026-08-02 11:02:56 +00:00
.gitignore Initial commit 2026-08-02 07:25:19 +00:00
README.md Initial commit 2026-08-02 07:25:19 +00:00
SDD.md fix(sdd): apply 5 corrections from SDD review 2026-08-02 11:02:56 +00:00

canchas-app

Sistema de gestion de torneos de futbol