Data Dictionary
Digital Orders
Tables and Views
Name | Description |
---|---|
| Contains one row for every item that has been placed in a cart. For example, if an order is created with items This table does not include the options for each cart entry (e.g., pickles, mustard). For options, refer to Foreign Keys:
|
| Contains the latest state for each digital order. Foreign Keys:
|
Digital Users
Tables and Views
Name | Description |
---|---|
| Contains each user’s latest data. |
| Contains a row for a user’s initial state plus every subsequent change made to the user’s profile. The primary key for this table is Foreign Keys:
|
Loyalty
Tables and Views
Name | Description |
---|---|
| Data representing the following actions that happen to a loyalty users. Actions include:
This table also includes information about the details of the purchase (when tied to an order) like subtotal amount, the payment type, which POS Vendor processed it, and so on. The transactions are tied back to the individual loyalty user or guest user (if available) and the RBI order (if applicable). |
| Contains one row for every item that has been placed in a cart. For example, if an order is created with items X, Y, and Z, you can expect one row in CART_ENTRIES for each of X, Y, and Z. Foreign Keys:
|
| Data representing the loyalty platform’s users. These users are different from an RBI user in the app. However, one is always tied to the other. These users are an extension to the RBI user allowing them to access the loyalty platform. This table includes some personal information about the user such as their birthday, email, and name. It also holds loyalty related information such as the user’s points balance. |
Digital Operations
Tables and Views
Name | Description |
---|---|
| Contains the most updated event for each order in the DOP platform |
| Each Menu item for the last event of the order |
| Contains one row for every status state that each order has been in. |
| One row for every order containing the aggregated status in |
| Contains all the complaints opening from the platform |
| Contains each change in the event of service availability |