-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Currently many of the event constant names in the event package do not match the actual string value (e.g. const ConnectionReturned = "ConnectionCheckedIn"). That can lead to confusion because the code and the printed values sometimes do not correspond in an obvious way.
Definition of done:
- Rename constants in the event package that are string values so that the constant name exactly matches the string value (possibly with a prefix to add a namespace).