binary-coffee-dev / dcs-blog

Our own blog for the community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix bug with create a post without name

wil92 opened this issue · comments

Description

If the new article has an empty title, the name of the article is going to be empty.

Requirements

  • do not allow to create a new article with an empty title
  • remove unnecessary spaces in the title
  • create integration tests for this functionality