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

Vendors- Part 2 - Create a page for vendors to add a category and add/remove products. #14

Open
achyuthcodes30 opened this issue Oct 11, 2023 · 15 comments
Assignees

Comments

@achyuthcodes30
Copy link
Owner

achyuthcodes30 commented Oct 11, 2023

Your task is to create a page that allows vendors to add categories and add/remove their products from the store. This page must only be visible to users logged in as vendors and you can verify this using an 'isvendor' function by checking the database table implemented in part 1.

  • This feature is currently being implemented using the django admin interface.
  • Create a button that shows up on the navbar to redirect vendors to this page. This option must only show up for logged in vendors.
  • The vendor's products(if any) must be dynamically rendered on the page which is accessible only post vendor login.
  • Adding a category must update the appropriate database table.
  • Adding and deleting products must update/delete products from the appropriate database table.
  • While adding a product the vendor must select a category and put it under that as well.
  • Make sure these changes reflect on the database and on the user pages.
@achyuthcodes30 achyuthcodes30 changed the title Create a page for vendors to add and remove products. Vendors- Part 2 - Create a page for vendors to add and remove products. Oct 12, 2023
@achyuthcodes30 achyuthcodes30 changed the title Vendors- Part 2 - Create a page for vendors to add and remove products. Vendors- Part 2 - Create a page for vendors to add a category and add/remove products. Oct 12, 2023
@vandanaj0110
Copy link

can I get assigned?

@achyuthcodes30
Copy link
Owner Author

assigned to @vandanaj0110

@devanshishukla17
Copy link

can i pls get assigned on this one?????

@kavs2803
Copy link

cam i get assigned this?

@DedLad
Copy link

DedLad commented Oct 13, 2023

can i get this

@achyuthcodes30
Copy link
Owner Author

Assigned to @DedLad

@ankitkumar099
Copy link

can you assign me for this

@ssether04
Copy link

can i get assigned if this is still open?

@srijan-nodes
Copy link

can I get this?

@Alley2717
Copy link

can i try

@siri-n-shetty
Copy link

Could you please assign this to me?

@achyuthcodes30
Copy link
Owner Author

Issue is up for grabs!

@Alley2717
Copy link

can i try

@achyuthcodes30
Copy link
Owner Author

Issue assigned to @Alley2717

@7Akshu77
Copy link

can i get assigned to this issue

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

No branches or pull requests