Hello together,
I don´t know if there is already such a suggestions thread, but I would start to collect with you for the Mikrotik Support any improvements, because some points are not so good. As a Software/Web-Developer I have many issues found in SwOS, for example the Change Password dialog, for me as a User, I have no Information how should be the Pattern of a Password, can it contains special character like ' or ", and how about the max length? My Passwords are most 20 characters long with special characters.
So after my first SwOS install, I just wanted to set the initial password, which at beginning none exists, only username admin. So i tried to enter the new 20 character long password:
Woow a Message appears with no content, how long can It be?
So in the debugger window (F12) of your browser, you can attach to the JavaScript, and see that value is greater than 15 character long, but for normal user, this information should be on the page!
Please see the HTML5 size attributes, here you can already define the max textbox value length:
https://www.w3schools.com/TAGS/att_input_size.asp
Missing in SwitchOS are Logs- & Event-Entries which are happening in background, are any plans for this??