Skip to content

Releases: mascot6699/udacity-full-stack

Multi User Blog completed

03 Sep 12:15
Compare
Choose a tag to compare

Marks the completion of Multi User Blog assignment

Tournament Planner Project Review Comments addressed

26 Mar 20:23
Compare
Choose a tag to compare

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

25 Mar 18:55
Compare
Choose a tag to compare

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

24 Mar 15:52
Compare
Choose a tag to compare

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)