Skip to content
New issue

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

Feature/jyothiprakashpanaik/issue 43/feat editor table to store which user has access to edit which lists #145

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

jyothiprakashpanaik
Copy link
Collaborator

@jyothiprakashpanaik jyothiprakashpanaik commented Jan 16, 2022

Added Editor table:

User: Foreign Key
List: Foreign Key

  • Owner of the list can add members/ other users to edit a list

Now added Users have the right to add problems to that list.

@ShivamSinghal1
Copy link
Member

"""
List Create -> Name - DP
Deafult - Private ( I can only access to that list )
I can change this list to Public
(Anyone with link can view that list )
Shared
(Any friend can share list)

    // Username
    // If Username == Authenticated User
    // I am seeing my own list 
    // Private List  Public List  Shared List ( My friend shared List )

    // If username != Authenticated User 
    // I am seeing other user list 
    // Other User Public List  // Other User Shared Public List  // Private List (NO)
    {
        'status': 'OK',
        'result': {
            'public': [

            ],
            'private': [

            ],
            'shared': [

            ]
        }
    }
    """

jyothiprakashpanaik and others added 10 commits January 18, 2022 00:08
…to-store-which-user-has-access-to-edit-which-lists' into feature/jyothiprakashpanaik/issue-43/feat-editor-table-to-store-which-user-has-access-to-edit-which-lists
…hpanaik/issue-43/feat-editor-table-to-store-which-user-has-access-to-edit-which-lists

Feature/jyothiprakashpanaik/issue 43/feat editor table to store which user has access to edit which lists
…hpanaik/issue-43/feat-editor-table-to-store-which-user-has-access-to-edit-which-lists

Added documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants