Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Scenario: You own a software development company that has been hired to build an online classified ads website (refer to Craigslist.com as an example). Object

Scenario: You own a software development company that has been hired to build an online classified ads website (refer to Craigslist.com as an example).

Object Modeling

  1. Identify all of the different human actors you can think of. Starting with Humans as your Superclasses, create a diagram that organizes the actors into Classes and Subclasses (again using the diagrams in Chapter 6 as an example). Include two attributes with each object (Superclasses, Classes, and Subclasses) to demonstrate parent/child inheritance (in other words, which attribute would inherit down from a Superclass object to a Class object, and then again from a Class object to a Subclass object).
  2. Create a use case description for two different actors (for a total of two use case descriptions).
  3. Create a use case model for each use case description.
  4. Create a use case diagram that includes all three use cases.

Data Design

  1. Using a diagramming tool, create an Entity Relationship Diagram (ERD) that models the following scenarios:
    1. A user can create an account
    2. A user can list things for sale
    3. A listing can have photos
    4. A listing will automatically expire
    5. A user can view their listing history

Be sure to include relevant attributes in your tables, identify all Primary & Foreign Keys and use crows-feet annotation to demonstrate cardinality.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Database Migration To Azure Data Modernization For The Enterprise

Authors: Kevin Kline, Denis McDowell, Dustin Dorsey, Matt Gordon

1st Edition

1484282299, 978-1484282298

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago