Phase 1

Scenario

Tennis Australia (https://www.tennis.com.au/tournaments) would like to have a system to manage tennis tournaments. You are appointed as an analyst programmer to develop a web application to support the tournament management of Tennis Australia.

Your task is to investigate the operation of tennis tournaments. You will design and develop a web application that allows organizers to manage the tournaments and registrations. The system should store tournament details, organizers details for each tournament, and players details and their registration for each tournament and game results, such as in Australian Open 2021, Novak Djokovic 3:0 Daniil Medvedev.

Model Design Requirements

You are going to design a model to store data for your application with the following specification:

  • You have freedom to design your own data architecture and properties for the classes, however it should reflect your understanding about complex entity relationships, including one-to-one, one-to-many, many-to-many, and inheritance.
  • The application should store information for every class and relationship. Inheritance should be used to model classes with similar properties. For example, human being class may have common properties such as ID, Name, Contact details (email, phone, address, etc...). Besides, each unique class should also have its own properties. You should provide justification in your report, on the proposed classes, properties and their relationships stating why they are necessary.
  • Appropriate data annotations and input validations should be provided in all model classes. You should customize your own error messages and NOT use the default error messages provided by the template.

To fulfill the requirements for the assessment, you need to submit a report including the following contents:

  • E-R diagram for all possible classes you will use in your project.
  • Detailed description of the classes
  • List all possible views, controllers and actions, with detailed description
  • Screenshots for all views and pages you have designed for this project.

And you are also required to submit a zipped file with all source code you have done. You need to complete the following points at this moment:

  • Initialize ASP.NET Core MVC solution for this project
  • Create corresponding views, controllers and actions according to your report.
  • Complete design of views and pages indicated in your report.

Phase 2

To fulfill the requirements for assessment, you need to submit a report including the following contents:

  • A user manual including screenshots and description about how user can navigate through your application, view records as well as performing admin functionality.
  • Diagram of the model architecture (ERD). Please noted that justification must be provided to explain why or how the architecture is suitable for the case study.
  • Test cases and results

Further requirements for the project including:

  • Home page shows assignment name, student full name student id and location (campus). Display the logo of the organization, on every page and link it to Tennis Australia website.
  • Develop the Model Architecture appropriately to reflect your understanding of complex entity relationships.
  • The database should be seeded with at least M records for each class using database initializer. So, when the application is deployed, there will always be M records shown for every class. (M is the largest digit in your student ID, or 4 if the largest digit in your student ID is less than 4. For example, if your students ID is S123454321, then M=5, and if your student ID is S12312312, then M=4)
  • All pages should have the logo and navigation menu. If user clicks on the logo, they will be directed to Tennis Australia website.
  • You should present your web page professionally using your own design, NOT the same as in the sample website.
  • Appropriate user interaction and navigation should be considered for your application.
  • Your application should be ready to run without any further configuration.
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.