Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.0-b1
-
Component/s: Plugins, Staff Interface
-
Labels:None
-
Epic Link:
Description
Browse Domains
This page will have a table listing of all domains registered in the system. This should be easy to determine, because all domains will be part of the hidden Package Group that the Domain Manager creates (defined by a company setting called domain_manager_package_group). We need to list certain important information about domains. The table might look similar to this:
Domain | Name | Status | Registrar | Price | Registration Date | Expiration Date | Auto Renew | Options | |
---|---|---|---|---|---|---|---|---|---|
[] | domain.com | Paul Phillips (#1501) | Active | Enom | $10.00 USD | Jul 26, 2016 | Jul 26, 2017 | On | Manage |
[] | awesome.com | Tyson Phillips (#1502) | Active | Enom | $10.00 USD | Jan 6, 2016 | Jan 6, 2017 | On | Manage |
- This table should be paginated and sortable on any of the columns.
- The Auto Renew column should be based on whether a cancellation date is set. If it is then auto renew should show Off, otherwise show On
- The manage link should go to the regular service management page
- The client name/ID should link to their profile page
- Registration Date = services.date_added, Expiration Date = services.date_renews
- A default hidden domain package group should be created when the plugin is installed and set in the domain_manager_package_group setting
Add a checkbox to the first column for bulk actions (either in the style of the services bulk action or that of support manager tickets). The following bulk actions should be supported:
- Change Auto-Renewal
- The option should include a dropdown of On or Off. If On is selected, then the services should have their cancellation date set to null. If Off is select the services should have their cancellation date set to their renew date (make sure this won't allow the service to renew).
- Change Name Servers (Dependent on the creation of a domain module interface)
- Renew (Dependent on the implementation of a manual renewal feature)
!CORE CHANGE add a package_group_id filter to the services model
See CORE-3033 for the inspiration for these specifications