Implemented the whole flow for when a user intends to input their own levels
This commit is contained in:
@@ -8,6 +8,7 @@ export interface User {
|
||||
experience: number;
|
||||
isFirstLogin: boolean;
|
||||
focus: "academic" | "general";
|
||||
levels: {[key in Module]: number};
|
||||
type: Type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user