From 60a1c0914a945ffed52bf0d65254b5dd3ad5740f Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Thu, 29 Jun 2023 19:07:09 +0200 Subject: [PATCH] TODO: update. --- TODO.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 5fdfb92..66b1916 100644 --- a/TODO.md +++ b/TODO.md @@ -1,18 +1,19 @@ TODO: -- handle different domains (netlib.re, codelib.re, etc.) - * each with a possible different template -- zone - * use a template zone when adding a domain - * some entries should be read only - errors should be precise and dedicated (have their own dedicated message ID) - verify + * (server) accept only acceptable domains + * DONE: right domains + * TODO: not reserved sub-domains * (server) request errors * (server) Resource Records to add, del and modify * (server) Zone validity on modification * (client) check for errors in the list of possible returned messages - DONE: + - domain new (simple domain, not an entire zone) - domain del + zone del (alias) +- RR entries can be read only +- handle different domains (netlib.re, codelib.re, etc.) +- use a template zone when adding a domain