mydnshost / mydnshost-api

API Backend for mydnshost
Other
2 stars 1 forks source link

Improvements to Record Type handling #133

Open ShaneMcC opened 2 years ago

ShaneMcC commented 2 years ago

When implementing new record types, there is a lot of place that related logic needs to go, some of which is duplicated. (See: #131)

We should look at how we can improve on this to bring all the handling for a given record type into 1 place.