Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
34b13b2
Merged all 5 microservices into unified backend architecture (kept le…
ramyabhat-svg Mar 7, 2026
05944ae
Resolve merge conflict in admin layout
RohanCB18 Mar 7, 2026
05cc2d7
Update frontend Finance manual GPay tracker and admin Automation targ…
RohanCB18 Mar 7, 2026
941c616
Fix: Final unified backend dependencies, latest GPay UI improvements,…
RohanCB18 Mar 8, 2026
8405ab8
Fix: Global API port mismatch and Judging API configuration for unifi…
RohanCB18 Mar 8, 2026
8331b2a
Fix: Moved latest Finance and Automation logic to unified 'app' folde…
RohanCB18 Mar 8, 2026
dfc7854
Cleanup: Removed Razorpay logic and dependencies in favor of manual G…
RohanCB18 Mar 8, 2026
b1a8aae
admin dashboard has to be looked at
aditya-sridhar-git Mar 8, 2026
a2534f4
aparna: migrate Set B to unified backend/app structure
AparnaSJ08 Mar 15, 2026
c1ebfa6
Cleanup: Removed redundant aparna and aditya folders
AparnaSJ08 Mar 15, 2026
7e758e2
feat(set-d): implement dynamic pages, fix helpdesk role checks, remov…
anirudham986 Mar 15, 2026
c8ff35b
fix(set-d): resolve helpdesk issues, bypass strict RBAC, integrate ad…
anirudham986 Mar 15, 2026
f346c32
fix: remove accidental nested EMS_ACMProject git submodule
anirudham986 Mar 15, 2026
5d6c915
chore: clean up leftover backend folders
Sandesh250 Mar 19, 2026
e2bc31f
Fix score calculation, add manual allocation, and list teams for admin
Sandesh250 Mar 19, 2026
63da429
Implement intelligent prioritizing auto-allocation and fix shortlist …
Sandesh250 Mar 19, 2026
66c98fe
Integrated Firebase for Certificates & Email Blaster with dynamic fet…
RohanCB18 Mar 20, 2026
61acca6
feat: add volunteer reimbursement portal, fix OAuth login, improve au…
RohanCB18 Mar 20, 2026
1c74565
docs: add comprehensive API schema
RohanCB18 Apr 1, 2026
56216a1
role based registration + unified frontend
pingpongpulse Apr 4, 2026
0e1bfa9
fix: route all Firestore queries through backend API to comply with s…
RohanCB18 Apr 5, 2026
558b9bb
feat: client side caching attempt
aditya-sridhar-git Apr 5, 2026
19b35f0
feat: changed files to integrate kafka for message queue
aditya-sridhar-git Apr 5, 2026
231ca6a
fix: correct relative path for serviceAccountKey.json traversal
RohanCB18 Apr 7, 2026
7d4ca3e
rankings and results storage
Sandesh250 Apr 10, 2026
3c38668
feat: send invitation email to judges via SMTP on invite
Sandesh250 Apr 26, 2026
2479dbc
feat: add dark mode, remove venv from tracking
ramyabhat-svg Apr 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,11 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
backend/*.json

# Firebase service account keys
backend/serviceAccountKey.json
backend/*firebase-adminsdk*
*.env.local
"venv/"
venv/
Loading