Skip to content

Feature/tip scheduling#403

Merged
Mosas2000 merged 15 commits into
mainfrom
feature/tip-scheduling
May 15, 2026
Merged

Feature/tip scheduling#403
Mosas2000 merged 15 commits into
mainfrom
feature/tip-scheduling

Conversation

@Mosas2000

Copy link
Copy Markdown
Owner

implementation:

Backend (chainhook):

scheduler.js - Core scheduling module with validation and ScheduledTip class
schema.sql - Database schema for scheduled_tips table
storage.js - Memory and Postgres storage classes for scheduled tips
server.js - API endpoints (POST, GET, DELETE) for scheduled tips
job-processor.js - Background job processor for executing scheduled tips
Frontend:

ScheduleTip.jsx - UI component for creating scheduled tips
ScheduledTipsList.jsx - UI component for viewing/managing scheduled tips
Route configuration in routes.js and App.jsx
Analytics tracking in analytics.js
Tests:

scheduler.test.js - Unit tests for scheduler module
storage-scheduled.test.js - Unit tests for storage functionality
implementation:

Backend (chainhook):

scheduler.js - Core scheduling module with validation and ScheduledTip class
schema.sql - Database schema for scheduled_tips table
storage.js - Memory and Postgres storage classes for scheduled tips
server.js - API endpoints (POST, GET, DELETE) for scheduled tips
job-processor.js - Background job processor for executing scheduled tips
Frontend:

ScheduleTip.jsx - UI component for creating scheduled tips
ScheduledTipsList.jsx - UI component for viewing/managing scheduled tips
Route configuration in routes.js and App.jsx
Analytics tracking in analytics.js
Tests:

scheduler.test.js - Unit tests for scheduler module
storage-scheduled.test.js - Unit tests for storage functionality

Closes #388

@Mosas2000 Mosas2000 merged commit a9e4b79 into main May 15, 2026
4 of 9 checks passed
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.

Implement tip scheduling functionality

1 participant