Project Overview

The IFB130 project gives you an opportunity to apply all the concepts and skills you acquire in the unit to a realistic database design scenario and reflect on the data requirements of an organisation

The submission is divided into two parts due at different times during the semester. These parts will cover:

A. Design of a Database

B. Creation and Use of a Database

The Task for Part A

You are to design a solution for a database management system that addresses the needs of an online augmented reality game.

In this part you will design a database by:

1. Creating an ER model for the database based on a use case;

2. Creating a relational schema for the database; and,

3. Validating the relational schema for the database using normalisation.

Background

You have been hired by the Brisbane based company Aggity Games. Aggity are passionate about bringing augmented reality games to the masses. After some success with their previous game, Bush Rangers, they are keen to get you on board to design the database for their new game, which is called Treasure Hunters! In Treasure Hunters players will travel to different locations in the real world in the hunt for treasure. Their smartphones will act as a gateway into the treasure hunter world, with real objects taking on different roles within the game, such as beacons that unlock quests or the elusive treasure.

After hours of meetings and a lot of emails the company have agreed on the following scenario. It is now your task to design the database.

The Scenario Treasure Hunters, an augmented reality online game.

In order to play the game, each player creates their account. They must choose a unique username, provide their name (first and last names), gender (female, male, other or prefer not to disclose), date of birth, email and postal address (street number, street name, suburb, city and postcode) and up to three phone numbers. The date and time of account creation and the players total points will also be associated with their account.

The game revolves around players embarking on quests and hunting for treasure. Multiple players can go on the same quest and find the same treasure. There are hundreds of quests, new quests are added every week and some of the more advanced quests can contain up to five mini quests. Each quest needs to be identifiable using a unique id, and they also have a name. Players initiate quests by finding objects in the real world, which act as beacons, and each quest is assigned a beacon. Once the player finds a beacon they will be presented with a story, which provides some background on the quest, and a list of the treasure they must hunt down in order to finish the quest. The database needs to keep track of each players progress (active, complete, inactive) on each quest.

There are different types of treasure (common, uncommon, rare, ultra-rare and elite). The players are directed to a webpage where they can obtain various clues to find the treasure (we only wish to store the web address in our database however, not the clues themselves). Each treasure has one webpage. When a player finds the treasure, they are awarded points. Each piece of treasure rewards a different amount of points. When a player unlocks the list of treasures for a quest, they can see a description for each piece.

Players can use their points to purchase badges from virtual stores. All stores have a name, and they are only open at certain times of the day, so their opening and closing times need to be recorded.

In order to purchase badges from the stores, players can use their points. There are a lot of different badges that players can purchase. To help players decide what to purchase they will be able to read the badge names and descriptions. The price of the badges varies depending on demand, and is re-calculated when a player reaches a store. This means that the price itself is not stored in the database. However, when a player purchases a badge from a store, the store name, date and time of purchase and the cost of the purchase need to be recorded, so that they can see a detailed list of their purchases at any time.

Part A Tasks

Part A requires you to complete a number of sequential tasks to fulfill the requirements of the scenario. In this part you will design a database by:

1. Creating an ER model for the database;

2. Deriving the relational schema for the new database;

3. Demonstrating the constraints of the relational schema through examples; and

4. Verifying a previous (different) relational schema for the database using normalization;

Task 1

Considering the use case provided, create an Entity Relationship Diagram that correctly models the data requirements of Treasure Hunters. You must ensure that everything that happens in the game (or in relation to the game) is recorded. Your ER diagram (using UML notation) needs to show:

  • the entity types
  • the binary relationship types
  • the complex relationship type
  • the multiplicity of relationship types
  • the attributes (and if applicable their domains) of entity types
  • the attributes (and if applicable their domains) of relationship types, and
  • the primary key of each entity type

State any assumptions you make.

Task 2

Derive a Relational Model from the conceptual schema you provided in Task 1 (it should match exactly). For the purpose of this assignment, only derive the part of the database that stores the information about players, quests, beacons and treasures (considering a sub-ERD), and leave aside the information relating to stores and badges.

1. List all the relations derived from the entity types of the ERD, and their initial attributes.

2. For each relationship type in the sub-ERD justify whether it leads to a new relation, a new attribute in a relation derived from an entity type, or to a merger of two relations derived from two entity types.

3. List all the relations in the final relational model, and all their attributes.

4. List all the constraints included in the conceptual schema in addition to the relevant primary keys and foreign keys.

Task 3

Create four rows of sample data for each of the relations you identified in Task 2.

Based on your relational model and sample data, specify an example of each of the following, and explain why you selected it:

  • A delete operation that would run successfully
  • An update operation that would run successfully
  • An update operation that would not run successfully
  • An insert operation that would not run successfully

Task 4

Aggity Games had an intern who prototyped the database for the players and quests, but they could never implement it, and they have already been told this is really poor design. This is what it looks like, with some sample data: see image.

For each of the 3 relations proposed (Player, Treasure, Address), explain which normal form (0NF, 1NF or 2NF) it is in, and why.

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.