From 9acfb206a27fd58b65428633ffe6200c79f8ea6a Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 28 Jun 2023 01:01:26 +0200 Subject: [PATCH] New TODO file. --- TODO.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..5fdfb92 --- /dev/null +++ b/TODO.md @@ -0,0 +1,18 @@ +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) 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)