Module assignments

Source
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§

AssignmentFilterReq
Query parameters for filtering, sorting, and pagination of assignments
AssignmentResponse
Response object for an assignment
FilterAssignmentResponse
Response for a paginated list of assignments
ModuleResponse
Response object for a module

Functions§

get_my_assignments
Retrieves assignments for the currently authenticated user.