maddevsio/mad-fake-slack

Slack markdown message simple formatting bold, italic and etc

CyberLight opened this issue · 6 comments

  • Read slack documentation about message formatting
  • Find library for markdown formatting (write own)
  • Implement message formatting using helpers on client and server side
  • Add scenarios to check message formatting (only for bold and strike)

Time spent: 4h 35m 29.07.2019
Time spent: 4h 40m 30.07.2019
Time spent: 4h 31.07.2019
Time spent: 6h 1.08.2019
Time spent: 4h 4m 6.08.2019
Time spent: 4h 40m 7.08.2019

Added message formatting for bold, strike, code and preformatted without styles
Need to add formatter also for quotes.

Need to add scenarios for checking formatting. And adjusting the formatting so that it is as close to the Slack formatting as possible

Need to correct some formatting problems (precisely to Slack formatting) for a preformatted block. After that, I will write scripts.

Need to clear logic of parsing and use only ends and starts methods for detecting start and end of block

Many formatting issues have been fixed with additional research on Slack formatting behavior.
But need to fix in the future the following moments:

  • nested formatting inside strike, bold, italic sections

In the context of this ticket need to add scenarios for checking formatting with current functionality

Need to add scenarios for checking the following formatters:

  • italic
  • code
  • preformatted
  • quote
    But I think that this tests I will write in the separate tickets