Merged all 5 microservices into unified backend architecture - #8
Open
ramyabhat-svg wants to merge 27 commits into
Open
Merged all 5 microservices into unified backend architecture #8ramyabhat-svg wants to merge 27 commits into
ramyabhat-svg wants to merge 27 commits into
Conversation
…et audience dropdown UI
… and automation dropdowns
…r and removed legacy 'rohan' folder
Backend:
- backend/app/routers/announcements.py: NEW - full announcements CRUD
GET /api/announcements/, POST /api/announcements/, DELETE /api/announcements/{id}
with role/track targeting (all, AI, Web, Blockchain, Open Innovation)
- backend/app/routers/phases.py: UPGRADED - added POST / (create phase)
DELETE /{phase_id} endpoints + PhaseCreate model
- backend/app/main.py: registered announcements router under /api/announcements
Frontend:
- frontend/src/lib/api/set-b.ts: NEW - typed API client using
unified /api/phases and /api/announcements paths (no port override needed)
- frontend admin/phases/page.tsx: replaced raw fetch with clean setBApi calls
- frontend admin/announcements/page.tsx: replaced setDApi with setBApi
Verified: all endpoints respond correctly, Swagger docs confirm all routes.
…e isolated code folders
…min API routes, and remove isolated anirudha/ backend
…th flow - Add volunteer reimbursement submission page with base64 receipt storage - Fix OAuth login identity conflict (email-based profile fallback in verify-token) - Handle 409 conflicts gracefully in OAuth login flow - Add backend receipt upload endpoint (for future Firebase Storage use) - Fix fetchApi to handle FormData uploads correctly - Add Firebase Storage support to firebase_config.py - Clean up debug instrumentation from auth endpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrated all backend microservices into a unified FastAPI backend.
Changes:
backend/apparchitecture/docsLegacy folders (aditya, rohan, aparna, anirudha, judging) are preserved as backup.