Previous Topic: Inheritance

Next Topic: PLEX--CA Plex- A First Look

Project Management Application

In this tutorial, you create a basic project management application. In the application, a project consists of a group of tasks, and each task is assigned to one employee. It contains three entities:

For the purpose of this tutorial, the model is very simplistic. If you have developed project management systems, you may find parts of the model that you would do differently. Keep in mind that it is only an example.

The following is an entity-attributes diagram of the application:

Project Management Application

Look at what this diagram shows about the application. If you have worked with entity-attributes or entity-relations diagrams before, you can see that:

You can see all of this without having to look at any code or a database schema. This diagram shows useful information, which CA Plex uses to generate the application. You will learn how to create this diagram in the chapter “Diagramming Entity Relationships.”