feat: add professor import support, user account creation, and IBAN/card fields

This commit is contained in:
2026-08-21 12:56:15 +03:30
parent 22b57eeae2
commit 7c74950c95
8 changed files with 344 additions and 9 deletions
+12
View File
@@ -32,6 +32,18 @@ const professorSchema = new mongoose.Schema({
trim: true,
lowercase: true
},
cardNumber: {
type: String,
trim: true
},
shabaNumber: {
type: String,
trim: true
},
bio: {
type: String,
trim: true
},
expertise: [{
type: String,
trim: true