2019-07-12 - Progress - Tony Finch
This week I have been refactoring the error handling of the "v3" IP Register web interface that I posted screenshots of last week. There have not been any significant visible changes, but I have reduced the code size by nearly 200 lines compared to last week, and fixed a number of bugs in the process.
On top of the previous refactorings, the new code is quite a lot smaller than the existing web interface on Jackdaw.
page | v2 lines | v3 lines | change |
---|---|---|---|
box | 283 | 151 | 53% |
vbox | 327 | 182 | 55% |
aname | 244 | 115 | 47% |
cname | 173 | 56 | 32% |
mx | 253 | 115 | 45% |
srv | 272 | 116 | 42% |
motd | 51 | 22 | 43% |
totp | 66 | 20 | 30% |