- Adapted more of the design to be more responsive;
- Revamped some of the UserSolutions; - Transformed the homepage chart to use actual dynamic values; - Created an endpoint for the stats;
This commit is contained in:
@@ -3,6 +3,7 @@ import {Module} from "@/interfaces";
|
||||
export type UserResults = {[key in Module]: ModuleResult};
|
||||
|
||||
interface ModuleResult {
|
||||
exams: string[];
|
||||
score: number;
|
||||
total: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user