top of page
Diamond Database Logo.jpg

DIAMOND DATABASE

Diamond Database is a mobile application designed for iOS devices. It is a tool to assist you while playing the popular Diamond Dynasty mode in MLB The Show 17. If you are familiar with Muthead for Madden or Futhead for Fifa, Diamond Database is be very familiar.


Diamond Database is currently on the Apple App Store

SCREEN CAPTURES

iPad

iPhone

Players
Search
Sorted Players
Compare
Compare

DESIGN FEATURES

Custom Table View Cells - I designed a custom table view cell to show basic player information for each player the database search returned. This includes name, series, team and position overlaid on their team's colors, and the stat the user chose to sort their search by.

​

Radar Chart - I created a custom chart that is drawn on a UIView using bezier paths. The graph is reusable and can automatically redraw the axis and data when passed new values, labels, or number of values and labels.


Core Data Database - All the player data has to be stored somewhere. I chose to implement core data so the database could be accessed offline.

​

Firebase Backend - Player's in-game ratings change and new players are released regularly. Instead of forcing users to update to get the latest version, the app checks for updates and downloads the latest player information from a Google Firebase database.

PLANNED APPLICATION FEATURES

Player Database

A sortable, searchable database made easy for you to find all the players available in Diamond Dynasty. Available now.

Team Builder

Build custom teams using actual Diamond Dynasty players. ETA early May.

Pack Simlulator

Open packs to test odds or just for fun. In game pack replicas and Diamond Database exclusive packs. ETA late May.

Compare Players

Compare up to three players at time using a spiderweb chart. Available now.

Real-Time Prices

Track real prices of players that are available on the MLB The Show 17 market. ETA unknown.

Latest Additions

Updated list of the weekly stat changes and new players who are added to Diamond Dynasty. ETA late April.

bottom of page