This commit is contained in:
che
2026-07-23 12:06:08 +05:00
parent 4cfc5d6ae6
commit dddf6516d3
47 changed files with 2253 additions and 94 deletions
@@ -5,7 +5,8 @@ use super::models::{Employee, Message, Task};
static EMPLOYEE_FIELDS: &[Field] = &[
Field::new("id").read_only(),
Field::new("name"),
Field::new("avatar"),
Field::new("short_name"),
Field::new("avatar_small").required(false).nullable(),
];
static TASK_FIELDS: &[Field] = &[