- 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:
@@ -28,11 +28,12 @@ export interface UserSolution {
|
||||
solutions: any[];
|
||||
module?: Module;
|
||||
exam?: string;
|
||||
type: string;
|
||||
score: {
|
||||
correct: number;
|
||||
total: number;
|
||||
};
|
||||
id: string;
|
||||
exercise: string;
|
||||
}
|
||||
|
||||
export interface WritingExam {
|
||||
|
||||
Reference in New Issue
Block a user