-
Notifications
You must be signed in to change notification settings - Fork 14
endpoints for main card, timelines, tags and partners #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…o historicalContext
| public string TargetUrl { get; set; } | ||
| public int LogoId { get; set; } | ||
| public string? UrlTitle { get; set; } | ||
| public string LogoBase64 { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The field is named as if the base64 format is stored here, but isn't it? Is there only a name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is nowhere used now
it was created because we thought the image would be sent with the entity, but as you know, it is not, so it needs to be removed. Thanks)
Kasterov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
for seeding image in partner create
…oricalContext"" This reverts commit ee4df18.
dev
JIRA
Code reviewers
Second Level Review
Summary of issue
ToDo
Summary of change
ToDo
Testing approach
ToDo
CHECK LIST