mirror of
https://github.com/Xevion/banner.git
synced 2026-01-31 14:23:36 -06:00
Replace simple auto-matching with scored candidate generation that considers department overlap, name uniqueness, and rating volume. Candidates above 0.85 auto-accept; others require admin approval.
12 lines
189 B
Rust
12 lines
189 B
Rust
//! Database models and schema.
|
|
|
|
pub mod batch;
|
|
pub mod courses;
|
|
pub mod models;
|
|
pub mod reference;
|
|
pub mod rmp;
|
|
pub mod rmp_matching;
|
|
pub mod scrape_jobs;
|
|
pub mod sessions;
|
|
pub mod users;
|