E03: Play with the RadGrad data model

Before starting this experience, be sure to go through all the readings and screencasts for this module in order to become familiar with the RadGrad data model.

Task

To test your understanding of the RadGrad data model, create a new repository in your own account called “radgrad-data-model-experiment”, and clone it to your laptop.

Next, set the radgrad-data-model-example as the upstream master, and merge the application into your repo:

% git remote add template https://github.com/radgrad/data-model-example.git
% git fetch template
% git merge -m "merge template into master" template/master

Now your local radgrad-data-model-experiment repo should contain a copy of the data-model-example application. Run it locally to make sure everything is working OK.

To test your understanding of the basics of the RadGrad data model:

Make sure the description fields are always informative. Google for information as necessary.

When you are done, make sure your system runs. Replace the README.md file for your repo with one that documents what objects you added and a screen shot of the Users table illustrating how they were employed.

Submission instructions

By the time and date on the Schedule page, send me an email with a link to your repository for my review and grading.