Ignore:
Timestamp:
03/19/26 23:26:14 (4 months ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Children:
acf690c
Parents:
e294f7d
Message:

Added frontend and imporoved AI Suggestions service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Domain/Entities/AISuggestion.cs

    re294f7d rb62cefc  
    1313        public string OriginalText { get; set; } = string.Empty;
    1414        public string SuggestedText { get; set; } = string.Empty;
    15         public bool Accepted { get; set; }
     15        public bool? Accepted { get; set; }
    1616        public DateTime CreatedAt { get; set; }
    1717        public DateTime? AppliedAt { get; set; }
Note: See TracChangeset for help on using the changeset viewer.