Feat/yearly planning tool 9694003554367225057 - #112
Draft
cragtlab wants to merge 6 commits into
Draft
Conversation
- Added `READ_ONLY` configuration variable in `apps/config`. - Supported `READ_ONLY` environment variable override. - Implemented read-only logic in `LiquidationBot` to skip execution while finding opportunities. - Added specific logging for opportunities found in read-only mode. - Added integration test for read-only mode.
…977489 Add read-only mode to liquidation bot
This commit introduces a new tool in `reflect/planning.htm` that allows users to manage yearly recurring tasks in a 3x4 grid view. Features: - 12-month grid layout (3 columns, 4 rows). - Click a month to add a task with a title and URL. - Click the edit icon (✏️) on a task to modify or delete it. - Click the task title to open the URL in a new tab. - Persistent storage using `localStorage`. - Secure task rendering using `textContent` to prevent XSS. Co-authored-by: cragtlab <50909040+cragtlab@users.noreply.github.com>
Signed-off-by: cragtlab <50909040+cragtlab@users.noreply.github.com>
cragtlab
marked this pull request as draft
June 22, 2026 00:49
Changes: - Added tabbed navigation for "Yearly Planning", "Officer View", and "Actual Ops". - Implemented "Officer View" with a mirrored read-only calendar. - Fixed "Mail Report" functionality to avoid "leaving page" prompts using an iframe. - Reorganized "Actual Ops" into "Next Week" and "Future / Unscheduled" categories. - Enhanced task management logic to handle category-specific tasks and unified modal behavior. - Improved CSS for better layout and tab styling. - Verified all features using Playwright screenshots. Co-authored-by: cragtlab <50909040+cragtlab@users.noreply.github.com>
- Split "Actual Ops" into "Next Week" and "Future / Unscheduled". - Fix "Mail Report" prompt by using a hidden iframe for mailto links. - Add safe JSON parsing for localStorage data. - Refactor task management logic for better consistency. - Improve UI with better tab handling and cursor styles. Co-authored-by: cragtlab <50909040+cragtlab@users.noreply.github.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.