Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.

Ability to delete domains #12

Open
jonaharagon opened this issue Apr 21, 2017 · 0 comments
Open

Ability to delete domains #12

jonaharagon opened this issue Apr 21, 2017 · 0 comments
Milestone

Comments

@jonaharagon
Copy link
Contributor

jonaharagon commented Apr 21, 2017

Grant the ability for users to delete domains. Design-wise this can be accomplished by changing the code for the "Save" button in the table from:

<td><a class="btn z-depth-0">Save</a></td>

to

<td><a class="btn z-depth-0">Save</a>&nbsp;&nbsp;<a class="btn z-depth-0 red"><i class="material-icons">delete</i></a></td>

Which will look something like:

Immediately after deletion, the associated record should be deleted, not all records for the domain, for example, they may only want to delete a single NS record (after #3 is completed). If the last record for a domain is deleted the domain can be released back into the available pool. All domains require at least 1 record to be considered registered (to prevent losing your domain, you should add a TXT holding record or similar after #16).

@jonaharagon jonaharagon added this to the 0.0.4 milestone Apr 21, 2017
@jonaharagon jonaharagon mentioned this issue Apr 22, 2017
5 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant