Skip to main content

Table api_project_assignments_facts

The api_project_assignments_facts table exposes time-series data about project assignments, including assigned and registered hours and values per date/month.

Prosper Rabo avatar
Written by Prosper Rabo
Updated over 2 months ago

⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.

Fields

Field Name

Type

Description

project_assignments_fact_id

Integer

Unique identifier for the fact record

project_assignment_id

Integer

Identifier of the project assignment

date

Date

Date of the fact record

month

Date

Month of the fact record

direct_assigned_hours

Numeric

Direct hours assigned for this date

direct_assigned_value

Numeric

Monetary value of direct hours assigned for this date

indirect_assigned_hours

Numeric

Indirect hours assigned for this date

indirect_assigned_value

Numeric

Monetary value of indirect hours assigned for this date

registered_hours

Numeric

Total hours registered (direct + indirect) for this date

registered_value

Numeric

Monetary value of direct hours registered for this date

total_assigned_hours

Numeric

Total hours assigned (direct + indirect) for this date

total_assigned_value

Numeric

Total monetary value assigned (direct + indirect) for this date

registered_vs_assigned_hours

Numeric

The difference between the registered hours and the assigned hours for this date

pct_registered_vs_assigned_hours

Numeric

The percentage of the registered hours compared to the assigned hours for this date

tariff

Numeric

Average tariff calculated as total value divided by total hours for this date

Deprecated Fields

⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.

Deprecated Field

Type

Recommended Alternative

id

Integer

project_assignments_fact_id

key_project_assignment_id

Integer

project_assignment_id

Related Tables

  • api_project_assignments - Assignment details via project_assignment_id

Did this answer your question?