@Sundraiz-Shah, thank you for the updates. After testing the UI, I observed the following issues:
When editing URLs and attempting to download the JSON, after an error alert is triggered, the page displays the message: An unexpected error occurred: cannot unpack non-iterable NoneType object.
The error alert occurs even if the URL fields are left empty, which seems incorrect since these fields are not mandatory, and users should be able to leave them blank.
If the user changes the URL to https://gitlab.com/zdin-zle/zle-platform/repository/me, it still passes validation despite returning a 404 error. This could be problematic as the URL is not actually valid unless we want to check only the format and not its accessibility.
Regarding parsing the names, some email addresses still contain numbers after extraction.
Email validation in the Contributor table does not work, either after extraction or editing an existing email address.
@Sundraiz-Shah, thank you for the updates. After testing the UI, I observed the following issues:
An unexpected error occurred: cannot unpack non-iterable NoneType object
.https://gitlab.com/zdin-zle/zle-platform/repository/me
, it still passes validation despite returning a 404 error. This could be problematic as the URL is not actually valid unless we want to check only the format and not its accessibility.Email validation
in the Contributor table does not work, either after extraction or editing an existing email address.