Skip to content

Feat/yearly planning tool 9694003554367225057 - #112

Draft
cragtlab wants to merge 6 commits into
morpho-org:mainfrom
cragtlab:feat/yearly-planning-tool-9694003554367225057
Draft

Feat/yearly planning tool 9694003554367225057#112
cragtlab wants to merge 6 commits into
morpho-org:mainfrom
cragtlab:feat/yearly-planning-tool-9694003554367225057

Conversation

@cragtlab

Copy link
Copy Markdown

No description provided.

google-labs-jules Bot and others added 4 commits January 20, 2026 01:03
- 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
cragtlab marked this pull request as draft June 22, 2026 00:49
google-labs-jules Bot and others added 2 commits June 26, 2026 02:17
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>
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.

1 participant