Community
Participate
Working Groups
The R4E_RANK_MINOR enum literal is using an empty string as literal instead of "R4E_RANK_MINOR", this causes inconsistencies while generating a metrics report
Replacing the literal from "" to the R4E_RANK_MINOR causes incompatibility issues so the existing reviews using ranks of minor open with a pop up error Since the value is no longer valid. In order to avoid the compatibility error and pop-up we are introducing a new R4E_RANK_DEPRECATED with a literal of "", We can use this for about a year to avoid a deteriorated user experience. However it would be ideal if the UI and report modify deprecated values to MINOR in order to correct the issue for any existing reviews.
Implemented and pushed to the repository