Skip to content

Releases: SteveWooding/fullstack-nanodegree-vm

Tournament Results: Implement Udacity code review suggestions

21 Oct 09:25

Choose a tag to compare

Implemented some code refactoring as suggested by the Udacity code review to reduce repeated code and increase code readability.

Corrected a mistake in defining the matches table. There was no primary unique key in that table, so rows could not be uniquely identified, if necessary.

Tournament Results: Support for an odd number of players

20 Oct 14:34

Choose a tag to compare

Added the extra credit feature to the Tournament Results Project of being able to support an odd number of players in a tournament.

This release was assessed by Udacity.

Tournament Results: Fixed missing step in README.md

16 Oct 10:16

Choose a tag to compare

Previous releases forgot to tell the user how to initialise the database in the README.md file. This has now been fixed.

Tournament Results Project - Rematch Avoidance

15 Oct 15:11

Choose a tag to compare

Added the extra credit feature to the Tournament Results Project of avoiding rematches between players during a tournament.

Tournament Results Project - Meets Spec Release

08 Oct 10:00

Choose a tag to compare

This release contains a completed Tournament Results project that meets the minimum specification in order to gain a passing mark from Udacity.

None of the extra credit features have been implemented. One or more of these will be implemented in a future release.