TcOpenGroup / TcOpen

Application framework for industrial automation built on top of TwinCAT3 and .NET.
https://docs.tcopengroup.org/
MIT License
270 stars 47 forks source link

[NEW-FEATURE] New user management view #719

Open KrisztianOlah opened 1 month ago

KrisztianOlah commented 1 month ago

Is your feature request related to a problem? Please describe. User permissions are not easily parsable by plc programmers, let alone by customers with limited English.

Proposed solution 1.) current user permission strings (can_do_something_hard_to_read) to be used only as keys to localised strings which in turn can be presented to users in the correct localisation.

2.) user permissions listed per user or group with a radiobutton or a tickbox to easily enable or disable, instead of the current double ListView solution.

3.) User permissions in logical groups ie. (HW settings, data etc.) with distinct colours to easily distingush them from each other.

4.) separate view and edit rights particularly for data and HW configuration.