Git Product home page Git Product logo

tournamenttracker's Introduction

Tournament Tracker

Tournament Tracker is a desktop application that has both WinForm UI and a WPF UI.
This application allow user to create and a manage an elimination-style tournament. This application offer the following:

  1. Set Entree Fee and Prizes. Total Prize must be lower than total collected fees.
  2. Choosing between high-score or low-score win.
  3. Tournament with any number of teams (the app will create byes to complete the tournament).
  4. The team order are randomize using C# System.Random which should provide good enough randomness for a tournament.
  5. Email notification to each player to notify of upcoming and when the tournament ends.
  6. Choose between Sql Server or CSV File for Data Storage.

Build Instruction

  1. Clone the code and open with visual studio.
  2. On Solution Explorer, Right-Click on TrackerData Project and Publish the database to MSSQLLocalDB and use window authentication.
  3. On SQL Server Object Explorer, locate and double-click on the published database. After that, right-click on the database and select properties. Copy the connection string.
  4. On Solution Explorer, Open TrackerWinFormUI or TrackerWPFUI depending on which UI you prefer, Open appsettings.json file.
  5. In appsettings.json:
  6. Replace the ConnectionStrings with the connection string you copied earlier.
  7. filePath is for defining the path the save the CSV data (if used).
  8. highScoreWin is a flag to decide whether system should consider team with higher score as the winner or use lower score instead.
  9. Sender Email and Sender Name is for email notification system.
  10. MailSettings section define the email sending method. default setting is using localhost.
  11. In Program.cs, line 'GlobalConfig.InitiallizeConnection(DatabaseType.Sql);' define whether the app will use SQL server or CSV file as database
  12. Build and enjoy

Credits

The original project use .Net Framework 4.5 with WinForm UI up to this commit is made by referring to IAmTimCorey Project Series. All subsequence improvement including upgrade to .NET Core and add on WPF UI are my personal work.

tournamenttracker's People

Contributors

amirruddin-razak avatar

Watchers

 avatar

tournamenttracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.