every event should store an image, and a markdown file/string for more information about the event
Originally created by @michael5031 on GitHub (May 2, 2022).
Original GitHub issue: https://github.com/detleph/server/issues/42
Originally assigned to: @Flexla54 on GitHub.
every event should store an image, and a markdown file/string for more information about the event
The markdown text has to be added to the db schema first (Probably as detail String?)
<!-- gh-comment-id:1115781075 -->
@stephan418 commented on GitHub (May 3, 2022):
The markdown text has to be added to the db schema first (Probably as `detail String?`)
I think that the md-text is represented by description. I'll rename it to ensure a better readability.
<!-- gh-comment-id:1120485632 -->
@Flexla54 commented on GitHub (May 8, 2022):
I think that the md-text is represented by description. I'll rename it to ensure a better readability.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @michael5031 on GitHub (May 2, 2022).
Original GitHub issue: https://github.com/detleph/server/issues/42
Originally assigned to: @Flexla54 on GitHub.
every event should store an image, and a markdown file/string for more information about the event
@stephan418 commented on GitHub (May 3, 2022):
The markdown text has to be added to the db schema first (Probably as
detail String?)@Flexla54 commented on GitHub (May 8, 2022):
I think that the md-text is represented by description. I'll rename it to ensure a better readability.
@stephan418 commented on GitHub (May 16, 2022):
Is this finished @michael5031?
@Flexla54 commented on GitHub (May 23, 2022):
Runs as expected.