store creation access #1
Labels
backend
enhancement
New feature or request
hacktoberfest
hacktoberfest-accepted
help wanted
Extra attention is needed
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 .
The text was updated successfully, but these errors were encountered: