Project tags can be assigned to each project in Ruddr. This allows you to define custom project attributes. You can then filter reports using Project Tags.
Example
{
"id": "11e3993e-f3a4-4067-9304-925ced92b3f2",
"name": "Monthly Retainer",
"isActive": true,
"createdAt": "2024-03-18T17:03:32.204Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the project tag. |
isActive | boolean | A flag to indicate if the project tag is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |