Giter VIP home page Giter VIP logo

Comments (2)

filipeximenes avatar filipeximenes commented on July 26, 2024

Hi @avelis, this does makes sense. I not sure how we would be able to do this. I imagine there could be some mapping in the Role to specify this. Something like:

class RolRole1(AbstractUserRole):
    available_permissions = {
        'permission1': {
            'default': True,
            'label': 'The permission 1'
        },
        'permission2': {
            'default': False,
            'label': 'Other name for the permission 2'
        }

    }

Is something like this what you have in mind?

from django-role-permissions.

avelis avatar avelis commented on July 26, 2024

@filipeximenes That works for me!

My solution (like in my mind only) was to transform the dictionary key string into a readable name value. Since camelToSnake is in this library, I had thoughts of making a "capticalCaseAndSpace" method that would perform the transformation of a dictionary key values. (e.g. capticalCaseAndSpace("manage_tickets") would return "Manage Tickets".

With that said, I your solution works just fine. 👍

from django-role-permissions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.