Giter Site home page Giter Site logo

circles-drupal8's People

Contributors

socketwench avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

circles-drupal8's Issues

Task: Circles field

Instead of using taxonomy, it makes more sense to define a custom field that allows the user to access their list of circles. This field would transform any user-targeted flag into a "friend" flag, and any node on which the field is configured into a circles-managed node.

Task: Implement hook_node_grants() & hook_node_access_records()

Flag Friend as of https://www.drupal.org/node/1971136 provides access control exclusively via hook_node_grants() and hook_node_access_records() instead of by hook_node_access(). While hook_node_access() is much easier to write, it would require additional caching on our end. We need to investigate if the grant system could be used instead so as to reduce complexity in the module.

The biggest challenge will be figuring out how to transform each circle into a security realm. This will need to be done dynamically in hook_node_grants() by specifying a new security realm for each circle the node is posted to prefixed by the author ID. Circle names only are unique to each user, not across users. Then, in hook_node_access_records(), the $account must be added to each circle to which the user has been added.

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.