Use better status names in factory

What does this MR do and why?

Instead of using first names and last names for status names, let's use more generic terms for the status factory.

FFaker::HipsterIpsum.word (see documentation) provides english words which work better than full names for people.

Here're some outputs as examples:

[1] pry(main)> FFaker::HipsterIpsum.word
=> "Portland"
[2] pry(main)> FFaker::HipsterIpsum.word
=> "gluten-free"
[3] pry(main)> FFaker::HipsterIpsum.word
=> "organic"
[4] pry(main)> FFaker::HipsterIpsum.unique.word
=> "moon"
[5] pry(main)> FFaker::HipsterIpsum.unique.word
=> "Brooklyn"

Also does some cleanup and uses a generated hex color.

References

  1. BE: Add mapping (#558275 - closed)

Screenshots or screen recordings

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marc Saleiko

Merge request reports

Loading