You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the disease symptoms and treatments are hardcoded dictionaries inside backend/main.py. Create a Supabase migration to move this data into a new crop_diseases table, and update the backend to fetch it dynamically.
Currently, the disease symptoms and treatments are hardcoded dictionaries inside backend/main.py. Create a Supabase migration to move this data into a new crop_diseases table, and update the backend to fetch it dynamically.