Ignore:
Timestamp:
08/24/26 20:57:09 (13 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Parents:
a6e33d1
Message:

Added corrected entitef from the ER diagram and changes for the logic to be coresponding to the ddl

File:
1 edited

Legend:

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

    ra6e33d1 re882b92  
    1313        public string OriginalText { get; set; } = string.Empty;
    1414        public string SuggestedText { get; set; } = string.Empty;
     15        public string SuggestionType { get; set; } = string.Empty;
    1516        public bool? Accepted { get; set; }
    1617        public DateTime CreatedAt { get; set; }
     
    1920        public int StoryId { get; set; }
    2021        public Story Story { get; set; } = null!;
    21         public ICollection<SuggestionType> SuggestionTypes { get; set; } = [];
    2222        public ICollection<NeedApproval> NeedApprovals { get; set; } = [];
    2323
Note: See TracChangeset for help on using the changeset viewer.