Conversation
Only get_tasks_report_planka remains; the Trello/Focalboard handlers, their flow branches, and the URL-based board-entry flow are deleted. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Both jobs and their handler registrations have been dead for 2+ years. Will be re-added as a new feature when ported to Planka. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
get_cards_by_curator, get_curators_by_card, retrieve_curator_names_by_author, retrieve_curator_names_by_categories, and _make_curator_string had no callers and referenced three db_client methods that no longer exist. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GetTasksReportEnterBoardUrlHandler was removed in 2689eda when the get_tasks_report flow was ported to Planka (board number picker replaced the old Trello URL entry step), but the mapping and enum value were left behind, breaking the module import chain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…board Replaces the deprecated/conditional Trello+Focalboard branching with a direct Planka client call. TrelloClient and FocalboardClient are no longer referenced by this job. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
No importers found — both files were dead code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nd config updater Neither client is used by any active job or handler. Removes initialization in AppContext and config hot-reload in ConfigUpdaterJob. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…umbing change_board was writing to trello.board_id which no longer does anything. Also removes get_trello_config, get_focalboard_config from ConfigManager and the associated TRELLO_CONFIG, FOCALBOARD_CONFIG, TRELLO_BOARD_ID constants. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…dule No remaining callers after previous cleanup commits. The trello/ directory now only contains trello_objects.py (the shared board data model), to be renamed separately. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…classes Deleted: TrelloBoardLabel, TrelloCustomFieldType, TrelloCustomField, TrelloActionCreateCard, TrelloActionUpdateCard, all from_dict / from_focalboard_dict methods, and the focalboard-only _fields_properties attribute. The trello/ directory is now gone entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Required by get_tasks_report flow to serialize board/list objects into chat_data for multi-step handler state. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
_make_cards_text no longer takes app_context since the Trello/Focalboard removal; BoardMyCardsRazvitieJob was still passing it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.