turbomates / easybreezy

The easiest IT company managment system
1 stars 1 forks source link

Issue parser #128

Closed lady-ann closed 4 years ago

shustrik commented 4 years ago

After parsing text we have parse object, my proposal is rename parse to ParsedIssue this issue contains only simple data as a list of string users, string priority and etc. After that we'll add normalizer which create NormalizerIssues with actual data as a list of UUID's of users, normalized date, priority object, I think for each type of data we should have independent normalizer like UserNormalizer, PriorityNormalizer