Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 3cee56d3

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Annotation state returned with document list info

Zobrazit rozdíly:

Backend/Models/Documents/DocumentListInfo.cs
14 14
    public string Name { get; set; }
15 15
    public int Length { get; set; }
16 16
    public int RequiredAnnotations { get; set; }
17
    public List<UserInfo> AnnotatingUsers { get; set; } = new();
17
    public List<DocumentUserInfo> AnnotatingUsers { get; set; } = new();
18 18
}

Také k dispozici: Unified diff