mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 22:23:34 -06:00
feat: add name parsing and normalization for instructor-RMP matching
This commit is contained in:
@@ -103,6 +103,8 @@ pub struct Instructor {
|
||||
pub display_name: String,
|
||||
pub email: String,
|
||||
pub rmp_match_status: String,
|
||||
pub first_name: Option<String>,
|
||||
pub last_name: Option<String>,
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
|
||||
Reference in New Issue
Block a user