Skip to main content

Dev Tasks

#TaskPriorityDifficultyOwnerNotes
1Add Stripe integrationP1MediumvanadiuzConnect payments for top-ups (keep crypto path in scope later).
2Plan WP agent bridge plugin (or identify a starter project) and scope responsibilitiesP0Hard—Define endpoints, auth/billing hooks, history storage, comment integration, n8n bridge.
3Plan auth and billing flows (tools/stack) incl. Google/GitHub/Telegram authP0Hard—Choose plugins/services; map login → balance → top-up → deduction; webhook handling.
4Add GDPR and user agreementP?Medium—Draft/legal placement; consent flows tied to auth/billing.
5Design text-highlight-to-chat UXP?Medium—Selection trigger, affordances, edge cases (mobile/desktop).
6Design bot conversation dialog UX + history retrievalP?Medium—Session view, history browsing, load/resume flows.
7Design UI for items 5 and 6P?Medium—Wireframes/components for highlight trigger, chat, history.
8Implement UI (from 7) and assemble pluginP?Hard—Build frontend + WP bindings; wire to n8n and history DB.
9Create comprehensive E2E testing for plugin/auth/billingP1Hard—Cover payment webhooks, token deductions, auth paths, history, comment replies.
10Design UX for user auth, billing, per-account configP?Medium—Account dashboard, balance display, provider linking, limits.
11Design UI for item 10P?Medium—Screens/components for account/billing/config.
12Implement UI from 11P?Medium—Build account/billing/config flows in WP/frontend.