Update permissions in Django Backend to more descriptive terms
During user testing, it turned out some permission strings currently cause confusion to end-users, since they do not represent the actual field names in the UI and documentation.
Current terms and strings which should be changed:
-
(see below)note: All appearances of "note" have to relation to the UI. Replace all occurrences with "episode". -
program | show | Can edit default playlist id field: Should beprogram | show | Can edit default media source. -
program | schedule | Can edit default playlist id field: Should beprogram | schedule | Can edit default media source. -
Can edit short_description field: The underscore is not consistent to other labels ->Can edit short description field -
CBA Credentials currently stored in " user.profile" to be stored under "user.cba" -> Permission Strings sind dann "program | cba | ...". -
Model Hostrenaming to ModelProfileorPublicProfile. Resulting permission strings areprogram | profileorprogram | public profile |.
Since we not only want to rename the appearance of notes, but also rename the Model, we move this one to a future discussion:
-
note: All appearances of "note" have to relation to the UI. Replace all occurrences with "episode".
Edited by Margarethe Maierhofer-Lischka