You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roles and their handling need to be refactored. Currently we have to reference them like role[100,18]. which is cumbersome and hard to read. The rework itself seems simple, but the issue is that there are abpi 1200 such references in the code, which will take a lot of time to resolve.
Proposed change
Rework role[100] into a human-readable enum or struct.
Description
Roles and their handling need to be refactored. Currently we have to reference them like
role[100,18]
. which is cumbersome and hard to read. The rework itself seems simple, but the issue is that there are abpi 1200 such references in the code, which will take a lot of time to resolve.Proposed change
role[100]
into a human-readable enum or struct.role[100]
.Additional information
Some extra info: #195 (comment) from @OH296
The text was updated successfully, but these errors were encountered: