Skip to content

avendure/VendurePlugin-seller-verification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vendure plugin Seller Verification

This is an open-source plugin that is open to the community to use in any capacity.

Plugin allows superadmin to enable/disable sellers. This can be used to verify sellers if sellers need to be verified in some capacity before being able to post items for sale.

A Seller that is not verified will not be able to create/modify products. A seller that is verified will be able to create/modify products.

This plugin is a work-in-progress and will include additional features in the near future.

Testing

  1. Run yarn test to run the e2e test.
  2. Don't forget to implement your own!

Publishing to NPM

  1. Make sure you are logged in to NPM
  2. yarn build
  3. yarn publish

That's it!

(Maybe share your accomplishments in the Vendure slack?

Next steps

  1. Check out the docs to see the possibilities of a plugin
  2. Check out GraphQL codegen to generate Typescript types for your custom GraphQL types

About

A vendure plugin to allow the superadmin to verify/unverify or enable/disable sellers from posting new items and removes any active listings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%