Skip to content

Releases: troccoli/lva

Upgrade Laravel to 5.4

07 Jun 16:17
993a5f7
Compare
Choose a tag to compare
Pre-release

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

06 Jun 18:12
Compare
Choose a tag to compare
Pre-release

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:

  • the Add button, that was greyed-out, has now been removed. Implementing it present challenged that I am not prepare to face yet (#30)
  • the Map button has been rename correct_to, and repositioned to make it easier to understand what it is for (#31)

Interactive loading of fixtures

14 Apr 16:18
Compare
Choose a tag to compare
Pre-release

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:

  1. It must be a CSV file, with data separated by commas
  2. It must contain the following columns: Region, Code, Match, Home, Away, Date,
    WUTime, StartTime, Discipline and Hall
  3. Only the fixture for Region L and Discipline I will be considered
  4. The Code must be one of the divisions already in the system for the selected season
  5. The Match must be an integer positive number
  6. The Date must be in the dd/mm/yyyy format
  7. 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

14 May 14:53
Compare
Choose a tag to compare
Basic data entry Pre-release
Pre-release

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