Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.0-b1
-
Component/s: None
-
Labels:None
Description
Add pagination to the TLD Pricing page.
Add filters to the widget on the TLD Pricing page. Add the following 2 filters
- TLD (use a like comparison for partial matches)
- Registrar (list installed registrar modules)
- Limit (numeric field that defaults to 50 which will override the page size for the pagination)
The TLD order seems pretty random for added TLDs. I believe the TLD model should set the order of new TLDs so they appear last
The task will add pagination to the table so user's will see there are more TLDs. That being said, we will need to be careful that pagination doesn't break existing functionality. The one that comes to mind is that we'll need to make sure that drag and drop sorting takes into account which page you are on. The last thing we want is to sort results on page 3 and assign them order indexes 1-50.