Built using Supabase (an open-source Firebase alternative), the system provides secure, scalable, and real-time infrastructure.

2 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Develop a Supabase Edge Function to create blog posts. The function should handle input validation, database interaction (inserting into the `blog_posts` table and linking to the `staff_members` table), image uploads to Supabase storage, and robust error handling. It needs to be secure, using Supabase Auth for authorization, and follow the specified JSON payload structure.

Complexity: 4/5
enhancement help wanted

Built using Supabase (an open-source Firebase alternative), the system provides secure, scalable, and real-time infrastructure.

TypeScript

AI Summary: The task involves creating four Supabase database functions (`/filter-services`, `/view-service`, `/edit-service`, `/toggle-service-status`) to manage medical services data in a `services` table. This includes implementing filtering, viewing, editing, and status toggling functionalities, along with robust error handling, input validation, and security measures such as Row-Level Security (RLS). The functions should be deployable globally for low latency and utilize the Supabase CLI for development and deployment.

Complexity: 4/5
enhancement good first issue

Built using Supabase (an open-source Firebase alternative), the system provides secure, scalable, and real-time infrastructure.

TypeScript