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

store creation access #1

Closed
DiptoChakrabarty opened this issue Oct 3, 2020 · 3 comments
Closed

store creation access #1

DiptoChakrabarty opened this issue Oct 3, 2020 · 3 comments
Labels

Comments

@DiptoChakrabarty
Copy link
Owner

Currently anyone who logs in can create a store , we want to have two classes of people customers and sellers.

We can achieve that by adding a parameter to all users which determines whether they are customers or sellers , if parameter is not passed during user creation they must be customer .

Only sellers must have permission to create stores and delete them , so database schema and request parameters must be handled appropriately .

@DiptoChakrabarty DiptoChakrabarty added backend enhancement New feature or request help wanted Extra attention is needed hacktoberfest labels Oct 3, 2020
@rpdswtk
Copy link
Contributor

rpdswtk commented Oct 3, 2020

Hi!
I would like to work on this issue.

@DiptoChakrabarty
Copy link
Owner Author

Sure @rpdswtk please go ahead

@DiptoChakrabarty
Copy link
Owner Author

Issue solved working

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

No branches or pull requests

2 participants