Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 15c88dc1

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

Added sentiment to Tags and SubTags, modified create/update tag/subtag endpoints, added set instance sentiment endpoint

Zobrazit rozdíly:

Backend/Core/Entities/Tag.cs
14 14
        public string Name { get; set; }
15 15
        public string Description { get; set; }
16 16
        public string Color { get; set; }
17
        public bool SentimentEnabled { get; set; } = false;
17 18
    }
18 19
}

Také k dispozici: Unified diff