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/DTOs/AISuggestionDto.cs

    ra6e33d1 re882b92  
    66        public string OriginalText { get; set; } = string.Empty;
    77        public string SuggestedText { get; set; } = string.Empty;
     8        public string SuggestionType { get; set; } = string.Empty;
    89        public bool Accepted { get; set; }
    910        public DateTime CreatedAt { get; set; }
     
    1516        // Navigation
    1617        public StoryDto Story { get; set; } = null!;
    17         public ICollection<SuggestionTypeDto> SuggestionTypes { get; set; } = [];
    1818        public ICollection<NeedApprovalDto> NeedApprovals { get; set; } = [];
    1919    }
Note: See TracChangeset for help on using the changeset viewer.