Skip to content

feat(profile): add user profile retrieval and structure - #41

Merged
adity1raut merged 3 commits into
mainfrom
aditya-side
Apr 4, 2026
Merged

feat(profile): add user profile retrieval and structure#41
adity1raut merged 3 commits into
mainfrom
aditya-side

Conversation

@adity1raut

Copy link
Copy Markdown
Owner
  • Implemented profileController to handle fetching user profiles for both teachers and students.
  • Created routes for profile access, allowing retrieval of user details and associated course data.
  • Enhanced assignment model to include a sequential order for assignments within a course.
  • Updated assignmentController to manage assignment order during creation and deletion.
  • Integrated sequential submission checks to ensure assignments are submitted in the correct order.
  • Modified ProtectedRoutes to include profile routes for user access.
  • Removed unused theme context in TechArchitecture component.

Summary

Type of change

  • Bug fix
  • New feature
  • Refactor / cleanup
  • Docs / config

Affected layer(s)

  • client (React)
  • server (Express)
  • agents (FastAPI/Claude)

Testing done

  • Ran existing tests (npm test / pytest)
  • Manually tested affected flows
  • Added new tests (if applicable)

Checklist

  • Branch is up to date with main
  • No .env or secrets committed
  • Lint passes

- Implemented profileController to handle fetching user profiles for both teachers and students.
- Created routes for profile access, allowing retrieval of user details and associated course data.
- Enhanced assignment model to include a sequential order for assignments within a course.
- Updated assignmentController to manage assignment order during creation and deletion.
- Integrated sequential submission checks to ensure assignments are submitted in the correct order.
- Modified ProtectedRoutes to include profile routes for user access.
- Removed unused theme context in TechArchitecture component.
@vercel

vercel Bot commented Apr 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
smart-class Ready Ready Preview, Comment Apr 4, 2026 4:29pm

@adity1raut
adity1raut merged commit 059afe6 into main Apr 4, 2026
20 checks passed
@adity1raut
adity1raut deleted the aditya-side branch April 4, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant