CoolFace
Apppublic

chinmayasha/triraksha-vastu-api

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
50 commits on main
f84fa8d2mo ago

Add debug-test endpoint to orders route

chinmayasha
e5cfd4c2mo ago

Add safe exception catching in get_orders endpoint

chinmayasha
41d0bd42mo ago

Use bulletproof manual order serialization to prevent 500 crashes

chinmayasha
6941f172mo ago

Expose detailed error message in get_orders endpoint

chinmayasha
299efb22mo ago

Make order schemas 100% optional resilient and add onboarding email fallback

chinmayasha
f5f66e02mo ago

Fix OrderResponse schema validation for optional product_id and add email fallback

chinmayasha
63111162mo ago

Set production Resend API Key for order email notifications

chinmayasha
b72daaa2mo ago

Integrate Resend order confirmation email notifications

chinmayasha
fed9d802mo ago

Fix item deletion issue: unlink order items and reviews before product delete

chinmayasha
59a07e52mo ago

fix: set live Razorpay API keys in config settings

chinmayasha
1ccd1032mo ago

fix-backend-updates

chinmayasha
fe836872mo ago

feat: configure Razorpay production live keys

chinmayasha
b28d4b72mo ago

fix: validate product stock availability when creating order

chinmayasha
ef6f26e2mo ago

feat: set Razorpay test keys as config default fallbacks

chinmayasha
05682902mo ago

Security fixes, restrict checkout to authenticated users, and add my-orders history endpoint

chinmayasha
7f33b863mo ago

chore: restore C# LocalAPI calculation service

Chinmaya
e1479463mo ago

chore: remove unused testing files and backups from backend

Chinmaya
5456ba63mo ago

fix: set Supabase database URL as default fallback in config

Chinmaya
b4713613mo ago

chore: trigger factory rebuild and unpause Hugging Face Space

Chinmaya
28065753mo ago

chore: remove temp debug-db endpoint

Chinmaya
eb423763mo ago

debug: change debug-db to list all products with mrp

Chinmaya
c3f7e043mo ago

debug: query raw SQL row for amethyst-stone in debug-db

Chinmaya
77f8e573mo ago

fix: map database mrp column value to ProductResponse in products GET endpoints

Chinmaya
84c52383mo ago

debug: correct router matching order for debug-db

Chinmaya
8d7d9b83mo ago

debug: add temp db inspection endpoint

Chinmaya
92292d83mo ago

feat: include average rating and review counts dynamically in product GET response

Chinmaya
e9ded0f3mo ago

feat: add persistent Review db model, schemas, and API routes

Chinmaya
c5575863mo ago

feat: add mrp column to products table, schemas, and routes, and enable dynamic alter-table startup migration

Chinmaya
e5f5de03mo ago

feat: enforce 10MB backend upload size guardrail to prevent memory overflows

Chinmaya
b658a4a3mo ago

feat: implement shop banners DB model, schemas, and routes

Chinmaya
68352273mo ago

feat: add zero-config Catbox permanent upload fallback when Supabase keys are not set

Chinmaya
295fff43mo ago

feat: support cloud upload to Supabase Storage with graceful Base64 fallback

Chinmaya
b33b7253mo ago

fix: store uploaded files directly as base64 Data URIs in the database to prevent image loss on container resets

Chinmaya
64197d63mo ago

feat: implement Gochara and Gemini based daily horoscope predictions API with local file caching

Chinmaya
96dd1103mo ago

feat(backend): disable startup product seeding and clear database

Chinmaya
8a32b283mo ago

Fix product image displaying, database seeding, and image upload endpoints

Chinmaya
299344a3mo ago

feat(gallery): return persistent Base64 Data URIs for uploaded files

Chinmaya
f4243883mo ago

debug: add storage and environment checks

Chinmaya
31ef0993mo ago

feat(auth/products): remove 2FA, extend session time, and implement product update endpoint

Chinmaya
195910b3mo ago

clean up debug endpoint and update API version to 1.0.1

Chinmaya
87b4dc13mo ago

bump root version to 1.0.1-debug for deployment tracking

Chinmaya
02621de3mo ago

run each migration statement in separate transaction block to prevent Postgres aborts

Chinmaya
44583a33mo ago

add debug-db endpoint to troubleshoot products stock issue

Chinmaya
f70bb383mo ago

feat: implement Order & OrderItem models, orders router, and inventory stock tracking

Chinmaya
ea4b0264mo ago

clean dummy gallery items from database on startup

Chinmaya
1131c654mo ago

Remove hardcoded stats and activities fallback from API

Chinmaya
895165c4mo ago

feat: persistent Kundalis, uploads static dir, analytics logs, and Twilio WhatsApp alerts integration

Chinmaya
aa7c3264mo ago

fix(horoscope): correct birth chart calculations and ayanamsha alignment

Chinmaya
8b21abd4mo ago

fix(horoscope): format short planet names with degrees and retrograde indicators

Chinmaya
7b2faa24mo ago

feat: add conversational AI Jyotish chatbot endpoint /kundali/chat

Chinmaya