@prorigo/protrak-forge 0.3.5 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -269,6 +269,9 @@ Once the server is connected, you can ask your assistant things like:
269
269
  - "Design a dashboard layout for Diary using the existing workspace patterns."
270
270
  - "Scaffold a Diary entity with an Active/Inactive lifecycle and a FarmerGatToDiary relation."
271
271
  - "Create a notification template for the Invoice type that emails the manager when an invoice is promoted to Sent."
272
+ - "Create a rule named OverdueAllocation that fires when AllocationEndDate is on or before today, and attach it as background-color conditional formatting on the AllocationEndDate column of ProjectActiveAllocationsRelationWidget."
273
+ - "Set the OwnerOnly rule as the Access Policy on the Project type."
274
+ - "Make the In Use option on ResourceStatus depend on the EquipmentStatusEqualsToolUp rule."
272
275
 
273
276
  ## Workspace Detection
274
277