https://github.com/risudev/mongodb-task
https://github.com/risudev/mongodb-task
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/risudev/mongodb-task
- Owner: risudev
- Created: 2025-08-12T18:01:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T18:05:00.000Z (10 months ago)
- Last Synced: 2025-08-12T20:17:00.569Z (10 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### MongoDB Task
### ๐งพ Zen Class Programme
This project outlines a MongoDB-based data model and queries for managing Zen Class student records and activities.
### ๐ Collections
- users: Stores user information such as name, email, and mentor ID.
- codekata: Tracks the number of coding problems solved by each user.
- attendance: Logs student attendance by date.
- topics: Lists the topics taught in the class with their respective dates.
- tasks: Contains tasks assigned to users, their due dates, and submission status.
- company_drives: Information about company placement drives and participating students.
- mentors: Mentor details and the number of mentees assigned.