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/AnnotationTag.cs
1
using System;
1
using Models.Enums;
2
using System;
2 3
using System.Collections.Generic;
3 4
using System.ComponentModel.DataAnnotations;
4 5
using System.ComponentModel.DataAnnotations.Schema;
......
21 22
        public string Note { get; set; }
22 23
        public int Position { get; set; }
23 24
        public int Length { get; set; }
25
        public ETagSentiment? Sentiment { get; set; }
24 26
    }
25 27
}

Také k dispozici: Unified diff