mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #127] Ability to add comment to zone and records #77
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @telefax on GitHub (Oct 9, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/127
I'm looking into replacing some other system with pdns and nsedit.
However, the other system has the ability to add comments to zones and records.
For instance, Ticket number containing the order information and maybe which customer who owns this domain. Gets quite messy when a customer has 50 domains seemingly unrelated to their brand =)
Would this be possible with nsedit?
Maybe store this metadata in a separate sqlite database, which can also be exported?
I guess it wouldn't be a good idea to tamper with the pdns backend it self.
Thanks for a great tool btw, best I've found!
@telefax commented on GitHub (Oct 9, 2016):
Interesting, there actually is a "comments" table in the stock pdns database that could be used :)
@tuxis-ie commented on GitHub (Oct 9, 2016):
Indeed. Isn't too difficult to implement. However, when would you want to actually see this comment?
@telefax commented on GitHub (Oct 9, 2016):
There is always a risk of cluttering the user interface. I like the way its now, its detailed but rather clean.
Not sure if it would be good to have another fold out when clicking on the actual record, or clicking on some little comment icon or not. At the same time, I really like having comments available all the time when I scroll through records :)
Two possible ways I see:
And then show the data in just another column in the zone/record list.
Maybe the zone records need to "break out" of the parent folding somehow, since each levels removes some usable screen width. This would make the comment field less intrusive.
@bjoe2k4 commented on GitHub (Oct 9, 2016):
+1 for the Icon solution (similar to DNSSEC icon, but not necessarily a new column). And maybe a way to change the comment without updating soa of pdns API allows.