Replies: 9 comments 8 replies
-
|
Dear @maxl2287, Thank you for your suggestion. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe we can discuss about it for the release after the upcoming. From my point-of-view it still could look like that the "phone number has changed" instead of the actual subscriber. BR |
Beta Was this translation helpful? Give feedback.
-
|
@maxl2287 |
Beta Was this translation helpful? Give feedback.
-
|
Converting this to a discussion, as it is not yet an "issue". If a conclusion is reached in the discussion that there is a issue here, then an new issue can be created accordingly. |
Beta Was this translation helpful? Give feedback.
-
|
I see some ambiguity in the naming, even for the initial release. The attribute name doesn’t align with the value being returned, which could lead to a poor developer experience. For example, PhoneNumChanged suggests that the phone number itself has changed, but in this case, we’re dealing with the recycling status of an MSISDN. The phone number isn’t changing—what’s changing is the status or the customer associated with it. To improve clarity, I’d recommend using phoneNumberRecycled or isNumberRecycled, even for the first release. These names more accurately reflect the status being tracked. The other options from @maxl2287 seem to imply a relationship with a "contract," which could be confusing in this context. |
Beta Was this translation helpful? Give feedback.
-
|
Thank for your feedback. |
Beta Was this translation helpful? Give feedback.
-
|
@maxl2287 , As I said, I'm OK to discuss the naming to Autumn 25 Meta release. However, I cannot accept to change the naming at Spring 25 meta release. Because we are developing YAML file and test file based on the feedback from Code owners and Release management teams for the Meta release and the YAML file need to be aligned with ICM and Commonalities. We are also developing our product for Spring 25 meta release. |
Beta Was this translation helpful? Give feedback.
-
|
The discussion is now back into an issue, please continue within #36 |
Beta Was this translation helpful? Give feedback.
-
|
This discussion was moved to the issue #36 and the related PR #37 has merged. Therefore, I will close this discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
After getting in touch with this API for the first time, I was slightly confused about the naming of the property
phoneNumChangedin the response.The current property name
phoneNumChangedin the API response may cause confusion because it implies that the phone number itself has changed, which is not accurate.The intent of this property is to indicate whether the subscriber associated with the phone number has changed.
Possible evolution
Rename the property to something more descriptive and aligned with its actual purpose and to have a better alignment between the property name and its actual functionality.
Suggested alternatives may be:
subscriberChangedisSubscriberChangedphoneNumberRecycledisNumberRecycledAdditional context
Beta Was this translation helpful? Give feedback.
All reactions