Implement worker schedule template generation #98

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

Description

Institutions create schedule templates for roles (baker, guard, teacher).

Acceptance Criteria

Scenario: Schedule templates work
  Given institution has role
  When worker fills role
  Then worker schedule is generated from template
  And bakery generates 4am-12pm template for baker
  And guard tower generates rotating shift template
  And school generates 8am-3pm template for teacher

Technical Notes

  • Template structure: time blocks, flexibility, requirements
  • Role-specific templates
  • Institution hours affect templates
  • Templates respect worker autonomy level
  • Template customization per worker (personality, conditions)

Size: M (4 points)
Priority: P1
Phase: 6 - Institutions

## Description Institutions create schedule templates for roles (baker, guard, teacher). ## Acceptance Criteria ```gherkin Scenario: Schedule templates work Given institution has role When worker fills role Then worker schedule is generated from template And bakery generates 4am-12pm template for baker And guard tower generates rotating shift template And school generates 8am-3pm template for teacher ``` ## Technical Notes - Template structure: time blocks, flexibility, requirements - Role-specific templates - Institution hours affect templates - Templates respect worker autonomy level - Template customization per worker (personality, conditions) **Size:** M (4 points) **Priority:** P1 **Phase:** 6 - Institutions
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#98