Open Issues Need Help
View All on GitHubAI Summary: Implement a frontend feature for the Moises.Tech website that allows users to tip artists via Stripe, with a 70/30 payout split between the artist and Moises. This requires integrating Stripe's payment gateway and handling the backend payout logic.
AI Summary: Implement server-side functionality for a creator tip jar, including a real-time tip ledger, monthly payout processing via Stripe Connect, and audit logs. The system should handle automated monthly payouts, support admin APIs with role-based access control, and adhere to specific requirements like a fixed 70/30 split and no manual CSV uploads. The task involves creating database objects (creators, tips, earnings, payouts), RPCs (record_tip), a cron job (payout_month), and integrating with Stripe webhooks.
AI Summary: Develop the frontend for a student dashboard (/learn/dashboard) within the Moises.Tech website. This dashboard should display the number of courses a student is enrolled in and allow them to track their progress in those courses.
AI Summary: Develop a front-end (FE) content scheduler for the Moises.Tech website. This involves creating UI elements for adding, deleting, replacing, and managing content within a time-based schedule, including adding new shows and assigning content to them.
AI Summary: Design and implement a frontend dashboard for approving or denying artist applications on the Moises.Tech website. The dashboard should allow curators to approve/deny artists and send feedback messages.