-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate - Unable to provide extension on NR #18226
Comments
It appears to be an NR expiration issue. From the data, I could not find when the "expired" state updated. But the last_update time of the request record is at 2023-09-13 08:01:17.128023+00, which is next day of the OPS ticket time. Here's a possible explanation: At that time, NR had not yet updated the status to 'Expired,' but the expiration time specified in the requests.expiration_date had been reached. For further discussion: Is the renewal action available in this scenario? |
The current conditions for displaying the reapply button are as follows:
Typically, when the expiry date is reached (condition #3 not satisfy), a batch job updates the NR state to 'Expired,' making condition #1 unsatisfied and preventing the reapply button from showing up. The expiration process involves setting the NR state to 'Expired' and removing the name from Solr conflict names. However, if the state hasn't been updated to 'Expired' by the batch job upon reaching the expiry date, the names remain in the conflict name list, affecting names cannot be used in other requests. In this case, I believe it is acceptable to allow users to reapply. Therefore, it may be unnecessary to include condition #3 above. |
Testing the functionality of the REAPPLY button involves a series of checks to ensure its proper behavior under different circumstances: Normal Case: Transition to 'EXPIRED': Special Case: |
@eve-git the option to renew the NR is available. This NR expires tomorrow |
Describe the bug in current situation
Please reference to ops ticket 3091.
https://github.com/bcgov-registries/ops-support/issues/3091
User have no option to renew or extend NR.
[Uploading... image.png]
Please investigate.
Link bug to the User Story
Impact of this bug
Describe the impact, i.e. what the impact is, and number of users impacted.
Chance of Occurring (high/medium/low/very low)
Pre Conditions: which Env, any pre-requesites or assumptions to execute steps?
Steps to Reproduce
Steps to reproduce the behavior:
Actual/ observed behavior/ results
Expected behavior
A clear and concise description of what you expected to happen. Use the gherking language.
Screenshots/ Visual Reference/ Source
If applicable, add screenshots to help explain your problem. You an use screengrab.
The text was updated successfully, but these errors were encountered: