CircleTree / enom_pro

eNom PRO for WHMCS
https://mycircletree.com/products/enom-pro-whmcs-addon/
10 stars 11 forks source link

TLD Import - Add Checkboxes #33

Closed bobbravo2 closed 9 years ago

bobbravo2 commented 9 years ago

Current UX leaves a lot to be desired given how this tool has evolved. We need to add a checkbox next to / in a new TD for each of the TLD's. Problem - It's unclear how to "cherry pick" a TLD using the bulk editor

TODO

Tests

  1. getSavedTLDs should return array() by default
  2. getSavedTLDs should return array('.com'); after setSavedTLDs(array('.com', 'com')) is called
  3. isTLDSaved should return false by default
  4. isTLDSaved('.com') should return true after setSavedTLDs(array('.com'));