DbActivity

From Journey


Db Activities are a set of tables designed to manage what a worker can do in the database they are working in.

For instance, a Driver needs to be able to create a Reservation, manage Reservations, manage Trips, report as needed, and manage their Profile.

DbActivitiesTypeMaster

The Activies Tables start with the DbActivitiesTypeMaster.

This is the master list that we can add items to, as we see how people want to use the Journey system.

Every possible kind of person using the Databases of Journey will need to be able to manage their profile.

The Master record for a Driver needs to know it's name, Profile, it's command, profile, it's description, icon, what Database Type it belongs to and what DbAlphaTypeMaster it belongs to, what DbAlphaActionTypeMaster it belongs to. There are other fields as well, but a Profile does not need to know about DbRresourceTypeMaster or DbThingTypeMaster it may belong to. It also has to have a Display Order, generally 9 so it as at the bottom of the list.

How ever a Create a Reservation need to know it's command as well as the other items, plus DbRresourceTypeMaster, Reservation

Category

Category:Tables