We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An issue to track missing features in BMA
Users with is_staff=True giving access to the Django /admin for user administration etc.
is_staff=True
/admin
Users in the settings.BMA_MODERATOR_GROUP_NAME group giving access to approve/unapprove upload files.
settings.BMA_MODERATOR_GROUP_NAME
Users in the settings.BMA_CREATOR_GROUP_NAME group has access to upload new files.
settings.BMA_CREATOR_GROUP_NAME
Users in the settings.BMA_CURATOR_GROUP_NAME group has access to tag files and create albums.
settings.BMA_CURATOR_GROUP_NAME
BMA has three different interfaces/ways to access functionality. The API, the customised Django Admin under /manage, and the normal Django HTML views.
/manage
❌ Not planned ✅ Implemented ❓ Unknown 🕐 Pending
view_basefile
PUBLISHED
update_basefile
delete_basefile
approve_basefile
unapprove_basefile
publish_basefile
unpublish_basefile
change_album
delete_album
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An issue to track missing features in BMA
User Types
Admins
Users with
is_staff=True
giving access to the Django/admin
for user administration etc.Moderators
Users in the
settings.BMA_MODERATOR_GROUP_NAME
group giving access to approve/unapprove upload files.Creators
Users in the
settings.BMA_CREATOR_GROUP_NAME
group has access to upload new files.Curators
Users in the
settings.BMA_CURATOR_GROUP_NAME
group has access to tag files and create albums.Interfaces
BMA has three different interfaces/ways to access functionality. The API, the customised Django Admin under
/manage
, and the normal Django HTML views.Legend
❌ Not planned
✅ Implemented
❓ Unknown
🕐 Pending
Files
settings.BMA_CREATOR_GROUP_NAME
membershipAdmin ❌
HTML 🕐
Admin ❌
HTML 🕐
View file
view_basefile
permission or file statusPUBLISHED
Admin ✅
HTML 🕐 :
Admin 🕐
HTML 🕐
update_basefile
permissionAdmin ✅
HTML 🕐
Admin 🕐
HTML 🕐
delete_basefile
permissionAdmin ❌
HTML 🕐
Admin ❌
HTML 🕐
approve_basefile
permissionAdmin ✅
HTML 🕐
Admin 🕐
HTML 🕐
unapprove_basefile
permissionAdmin ✅
HTML 🕐
Admin 🕐
HTML 🕐
publish_basefile
permissionAdmin ✅
HTML 🕐
Admin 🕐
HTML 🕐
unpublish_basefile
permissionAdmin ✅
HTML 🕐
Admin 🕐
HTML 🕐
settings.BMA_CURATOR_GROUP_NAME
membershipAdmin 🕐
HTML 🕐
Admin 🕐
HTML 🕐
Albums
settings.BMA_CURATOR_GROUP_NAME
membershipAdmin 🕐
HTML 🕐
Admin 🕐
HTML 🕐
View album
Admin 🕐
HTML 🕐
Admin 🕐
HTML 🕐
change_album
permissionAdmin 🕐
HTML 🕐
Admin 🕐
HTML 🕐
delete_album
permissionAdmin 🕐
HTML 🕐
Admin 🕐
HTML 🕐
The text was updated successfully, but these errors were encountered: