Implement shared commitments between related entities #88

Open
opened 2025-12-17 03:21:57 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 03:21:57 +00:00 (Migrated from github.com)

Description

Implement shared schedule blocks for couples, families, and work teams.

Acceptance Criteria

Scenario: Shared commitments work
  Given two entities have relationship
  When shared commitments exist
  Then couples share meal times
  And families share evening activities
  And work teams share meeting times

Technical Notes

  • Commitment types: Meal, Leisure, Work, Care
  • Relationship bond strength affects commitment frequency
  • Schedule block synchronization
  • Handle conflicts when entity can't fulfill commitment
  • Commitment affects relationship bond

Size: M (4 points)
Priority: P1
Phase: 3 - Schedule System

## Description Implement shared schedule blocks for couples, families, and work teams. ## Acceptance Criteria ```gherkin Scenario: Shared commitments work Given two entities have relationship When shared commitments exist Then couples share meal times And families share evening activities And work teams share meeting times ``` ## Technical Notes - Commitment types: Meal, Leisure, Work, Care - Relationship bond strength affects commitment frequency - Schedule block synchronization - Handle conflicts when entity can't fulfill commitment - Commitment affects relationship bond **Size:** M (4 points) **Priority:** P1 **Phase:** 3 - Schedule System
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#88