Expand description
§My Assignments Handlers
Provides endpoints to fetch assignments for the currently authenticated user.
Users can retrieve a paginated list of assignments filtered by role, year, status, search query, and sorted by various fields. Only assignments in modules the user is associated with are returned.
Structs§
- Assignment
Filter Req - Query parameters for filtering, sorting, and pagination of assignments
- Assignment
Response - Response object for an assignment
- Filter
Assignment Response - Response for a paginated list of assignments
- Module
Response - Response object for a module
Functions§
- get_
my_ assignments - Retrieves assignments for the currently authenticated user.