Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update epic states based on story states #90

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link

Implements #81: Epic states are now set based on their stories' states

Changes:

  • Adds epic state configuration to initialize.py and lib.py
  • Implements calculate_epic_state() function to determine epic states based on story progress
  • Updates epic states automatically after story creation in EntityCollector
  • Handles edge cases (epics with no stories default to Todo state)
  • Properly maps Pivotal story states to Shortcut workflow states

Testing:

  • Linting checks passed
  • Code follows existing patterns for state mapping and configuration
  • Edge cases handled (no stories, all done, mixed states)

Link to Devin run: https://app.devin.ai/sessions/e464a7c91345427d8c9afdcf408428dd

devin-ai-integration bot and others added 3 commits December 10, 2024 19:16
- Add epic_states configuration to initialize.py
- Add epic_workflow_states to config in lib.py
- Add calculate_epic_state() function to determine epic states
- Update EntityCollector to update epic states after story creation

Implements #81: Epics should be put into In Progress or Done state based on Stories

Co-Authored-By: [email protected] <[email protected]>
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR
  • Look at CI failures and help fix them

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Add "(aside)" to your comment to have me ignore it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants