Skip to content

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