Releases: mascot6699/udacity-full-stack
Releases · mascot6699/udacity-full-stack
Multi User Blog completed
Marks the completion of Multi User Blog assignment
Tournament Planner Project Review Comments addressed
As stated in review comments this release adds the following
- Adds db connection failure exception
- Removes possible sql injection problems
- Adds wrapper function to make the code DRY
Tournament Planner Project Completion
At this stage the expected requirements of the tournament planner project is complete.
The future scope of this project will include extending these functionalities
- Prevent rematches between players.
- Don’t assume an even number of players. If there is an odd number of players, assign one player a “bye” (skipped round). A bye counts as a free win. A player should not receive more than one bye in a tournament.
- Support games where a draw (tied game) is possible. This will require changing the arguments to reportMatch.
- When two players have the same number of wins, rank them according to OMW (Opponent Match Wins), the total number of wins by players they have played against.
- Support more than one tournament in the database, so matches do not have to be deleted between tournaments. This will require distinguishing between “a registered player” and “a player who has entered in tournament #123”, so it will require changes to the database schema.
Movie Trailer Website Basic Completion
At this release the project is upto to the expectation of the reviewer. Future chnages will be part of next release.
Functionality for next release
- Improving templates
- Providing more data about the movie(Actors, years etc)