We are porting this module username_check from Drupal 7.x to Drupal 8.x. I used Drupal Module Upgrade,which analyse code and give us report what changes should need to do in module, which files get affected, modulation changes to be done in code etc.
Currently basic functionality is working after porting module from drupal 7 to drupal 8. Following are more task that are still pending and need to work with :
Task list
a. Update API which are compatible with D8
b. Need to remove unnecessary files
c. Code clean up
d. Need changes in code as per best practices of drupal
e. Functionality testing
f. Need review to existing changes
Comments
Comment #1
RavindraSingh commentedComment #2
RavindraSingh commentedIntent to help co-maintain the module.
Comment #3
prabhurajn654 commentedI started porting module from drupal 7 to drupal 8. I took Username originality AJAX check to port. I choose latest version drupal 7 of this module i.e. 7.x-1.0.Drupal Module Upgrader is drupal 8 module makes porting easy.I made changes in some API's which deprecated. For more Detail See the below patch attached. Currently basic functionality working. Need more work to increase functionality as well as coding standard.
Comment #4
RavindraSingh commentedComment #5
RavindraSingh commentedComment #6
prabhurajn654 commentedComment #8
RavindraSingh commentedPushed and released 8.x-1.x release.