Posts

Showing posts with the label Build a Battle Station App : Build the Object Model

Build a Battle Station App : Build the Object Model

Image
Build a Battle Station App : Build the Object Model Data Model - Our application will use three custom objects. Battle Station—This will be our main object that tracks the status of the project, its supplies and resources. Resource—Projects are about doing "stuff" and you need resources (that is, people) to do "stuff." We'll use the resources custom object to track the number of people working on the construction project and how much time they are committed to it. Supply—You also need supplies and equipment to build a Battle Station. We'll use this object to track our supplies and their costs.