Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b153c76
mark done
MarkSamoel Oct 18, 2025
f272cd5
MARK DONE
MarkSamoel Oct 18, 2025
9393ab1
MARK IS DONE
MarkSamoel Oct 18, 2025
d4d8044
MARK IS DONE
MarkSamoel Oct 18, 2025
995b74b
Revamp UI with Flowmo-inspired pink theme and Inter font
3bdelKhale2 Oct 18, 2025
c740f00
Kotit is done -map-
amrelkotit Oct 19, 2025
1a612c7
Revamp welcome, login, and signup UI with enhancements
3bdelKhale2 Oct 19, 2025
b0e6bdf
createconfrence fixed
Loay12232 Oct 20, 2025
3a6ae98
Kotit changed things after evaluation
amrelkotit Nov 7, 2025
272c8fb
Merge branch 'main' of https://github.com/Advanced-Computer-Lab-2025/…
amrelkotit Nov 7, 2025
7782c9e
Kotit done some changes except
amrelkotit Nov 8, 2025
18e97b5
create time slots for courts
Loay12232 Nov 8, 2025
c67e060
request edits fixed
Loay12232 Nov 8, 2025
77063e1
generating qr
Loay12232 Nov 24, 2025
89a8c80
event office noso done
Loay12232 Nov 24, 2025
11c807b
event office 2 req left
Loay12232 Nov 24, 2025
1c2946f
event offic lwhdo Done
Loay12232 Nov 24, 2025
68d7030
eventoffice/admin 2 left
Loay12232 Nov 24, 2025
204abce
eventoffice/admin done
Loay12232 Nov 25, 2025
074568b
upload tax card & download doc done
Loay12232 Nov 25, 2025
d986dbc
kotit done admin
amrelkotit Nov 25, 2025
6fd6c78
professor is done
amrelkotit Nov 25, 2025
2dd8890
vendor is done
amrelkotit Nov 25, 2025
3f1d557
loay done
Loay12232 Nov 26, 2025
a435895
Merge branch 'testing' of https://github.com/Advanced-Computer-Lab-20…
Loay12232 Nov 26, 2025
05f63b0
doneee
Loay12232 Nov 26, 2025
77b0cc4
donee
Loay12232 Nov 26, 2025
55fbb61
feedbacked
amrelkotit Nov 28, 2025
1ec19a9
Merge branch 'testing' of https://github.com/Advanced-Computer-Lab-20…
amrelkotit Nov 28, 2025
bf33a3b
feedbacked again and map is done
amrelkotit Nov 28, 2025
672e56c
kk
amrelkotit Nov 28, 2025
f69d417
test payment
amrelkotit Nov 28, 2025
ffddbf3
karim pay done
Karimjr21 Nov 28, 2025
f2150f7
pay 2
Karimjr21 Nov 30, 2025
0231262
new ui/ux
Karimjr21 Nov 30, 2025
e21ec62
sorting by revenue done in admin and event office
KarimSaad04 Dec 1, 2025
99d1a0a
deadline
amrelkotit Dec 1, 2025
23d05ae
minor details changed
amrelkotit Dec 1, 2025
eb9e5e0
chore: commit changes; exclude backend/CON (Windows reserved name)
amrelkotit Dec 7, 2025
125b8f1
evaluatedd
amrelkotit Dec 7, 2025
cd88e34
1st Req Done :
AmrKoura Dec 11, 2025
789a325
unified calendar
MarwanMontasser05 Dec 12, 2025
0bf865a
gamification +rewards
AmrKoura Dec 12, 2025
8a9b1d7
Merge branch 'testing' of https://github.com/Advanced-Computer-Lab-20…
AmrKoura Dec 12, 2025
8ee056d
feature 5 analytics done
DanielMaged05 Dec 12, 2025
6898d42
implemented the "upload material" feature
AmrKoura Dec 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Dependencies
node_modules/
frontend/node_modules/
backend/node_modules/

# Build outputs
frontend/dist/
frontend/build/
backend/dist/
backend/build/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# OS files
.DS_Store
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# Uploads (if you don't want to commit user uploads)
backend/uploads/*
!backend/uploads/.gitkeep

# Test coverage
coverage/
.nyc_output/

# Temporary files
*.tmp
.cache/

# Other
backend/CON/
Loading