todomd/todo.md

Define what #tags and @names should semantically mean

Opened this issue · 1 comments

In order to write compliant clients, we need to know what this is supposed to mean. I may be able to understand what #tags are, but since this is not intended to be multiuser, what is the difference of a @name to a @tag?

ngduc commented

Hi,
As a quick answer

  • The intention of "@name" is usually a person username that works on the task.
  • The intention of "#tag" is for "categorize" the task. For example: #bug, #feature, etc.