Sistema de gestion de torneos de futbol
| Filename | Latest commit message | Latest commit date |
|---|---|---|
- 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) |
||
| .gitignore | ||
| README.md | ||
| SDD.md | ||
canchas-app
Sistema de gestion de torneos de futbol