Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6367685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:34:50+00:00 2026-05-25T00:34:50+00:00

I am writing an web app, in which a user can create group and

  • 0

I am writing an web app, in which a user can create group and add other users into in. Multiple users can be in multiple groups. And there are certain privileges or control you’ll gain from being in a group, for example, being able to see the content. All of this is similar to Facebook’s group function.

I am aware all this can be done with a couple tables in the DB tracking who’s in what group and grant privilege accordingly, etc.

I am wondering is there any framework or theory or article that informs about the RIGHT and most efficient way to do it

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:34:50+00:00Added an answer on May 25, 2026 at 12:34 am

    What you want is called ACL (Access Control List). There are many approaches to that (e.g. look at three-step pseudo-ACL in UNIX/linux world, or inheritable multi-level ACL’s in Windows Directory dependent environments).

    I use very simple approach, which I’ll share here:

    Every “object” (an article, the photo, any other resource), has some pre-defined “actions” which may be made on it (like “show”, “vote up”, “comment” etc.). By each object and action I define ACL this way:

    objectB.ActionX: all
    objectC.ActionX: all !userA
    objectD.Action1: group1 group2 userA !userB !group3
    

    The ACL is simply being read from left to right. Each “all” “group” “user” means allowing particular action for particular object, while “!all” “!group” “!user” means dissallowing that…

    This approach is easy to implement – and gives almost unlimited possibilities 🙂

    Hope this would help you 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a web app (Java) which allows users to select contacts. The contacts
I am writing a web app which will allow the user to specify a
I am writing web app for java learning. Using which users may compile their
i'm totally noob to asp.net mvc and currently i'm writing an web app which
I'm writing a web app that points to external links. I'm looking to create
I am writing a web app using TurboGears, and in that app the users
I'm writing a web app which is used a SaS. Each customer has their
I am writing an asp.net web app which involves the use of the FileUpload
I'm writing a web app using grails and spring-security 3.0.3 which requires me to
I am currently writing a simple web app which needs to update form changes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.