Skip to main content

ARC // OS — TODO List

Last Updated: 2026-08-18
This file lists open work only. Live features are documented in docs/features/ and the user guides.


Still open (external or explicitly deferred)​

  • Real payment provider (Stripe). Subscriptions currently use the mock adapter — see docs/features/payment-system.md
  • Production email (AWS SES / Postmark). Mock file-based mailer today
  • S3StorageAdapter (disk storage is used today)
  • Live Google Fit / Strava / Zwift sync (adapter stubs exist; no real provider calls)
  • PSD2 / open banking — tracking only: docs/developer/project/PSD2_OPEN_BANKING_TODO.md
  • React Native app
  • PvP against other players’ fighter snapshots
  • Item trading
  • External calendar APIs
  • Crafting UI (materials exist; no craft/upgrade flow)

Live — do not mark these as pending​

Public API, outgoing webhooks (including brain_form_submitted), MCP, Brain forms HTTP, banking UI, fighter profile compare/export/share, onboarding restart in Settings, social analytics (frequency, spend per person, cross-domain insights), production site https://arcos.corgicy.com.


How to maintain this file​

See docs/developer/project/TODO_MANAGEMENT.md. Completed work goes in docs/features/, not here.