Releases: troccoli/lva
Releases · troccoli/lva
Upgrade Laravel to 5.4
The main reason for the release is to fix the work in time, while I work on a complete rewrite in Laravel 5.8.
Various fixes and improvements
Small release to do fix some minor bugs and to improve the data.
- add ability to have notes on fixtures (#25)
- add ability to have a postcode on venues (#26)
- add ability to have directions for venues (#27)
- add a mandatory trigram for teams (#28)
- removed the ability to register directly on the site (#14)
The Interactive Fixture Loading process has also been improved:
Interactive loading of fixtures
It is now possible to interactively load fixtures. The CSV file containing the fixtures is prepared by another system and it has to fulfil some conditions:
- It must be a CSV file, with data separated by commas
- It must contain the following columns: Region, Code, Match, Home, Away, Date,
WUTime, StartTime, Discipline and Hall - Only the fixture for Region L and Discipline I will be considered
- The Code must be one of the divisions already in the system for the selected season
- The Match must be an integer positive number
- The Date must be in the dd/mm/yyyy format
- The WUTime and StartTime must be in the hh:mm:00 format (note the seconds, they
must be 00)
Please refer to the guide attached for more information about how to use this feature.
FixturesUploadGuide.pdf
Basic data entry
Welcome to the first release of the London Volleyball Association Match Management system.
You can now:
- manage data regarding seasons and divisions, clubs and teams, venues, roles and fixtures