Skip to content

Conversation

@Angelmmiguel
Copy link
Contributor

@Angelmmiguel Angelmmiguel commented Sep 9, 2025

Fix the list command to properly handle case-insensitive status values by converting them to lowercase before processing. Also adds support for the COMPLETED status when checking task data.

Closes #149

Changes

  • Convert status values to lowercase in the list command to ensure consistent processing
  • Add COMPLETED to the list of valid task statuses alongside MERGED and PUSHED
  • Ensure status string conversion with explicit toString() before applying lowercase

Notes

This is a temporary fix to address issues with status values that may have different casing. A more comprehensive solution might involve normalizing all status values at the data layer.

@Angelmmiguel Angelmmiguel self-assigned this Sep 9, 2025
@Angelmmiguel Angelmmiguel added this to the beta milestone Sep 9, 2025
@Angelmmiguel Angelmmiguel merged commit b57bc2c into main Sep 9, 2025
4 checks passed
@Angelmmiguel Angelmmiguel deleted the 149/merge branch September 11, 2025 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge tasks does not save the completed time

3 participants