PROJECT 2 - Commerce (Harvard CS50 Web Programming)

Votre vidéo commence dans 10
Passer (5)
cash machine v4

Merci ! Partagez avec vos amis !

Vous avez aimé cette vidéo, merci de votre vote !

Ajoutées by admin
38 Vues
PROJECT 2: Commerce
Description: Design an eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”
Submitted by: Maxine Nicole B. Bernales

Timestamps:
0:00 - REQUIREMENT#1: Models
o Must have atleast three models in addition to User model (listing, bid, comment, etc.)
0:43 - REQUIREMENT#2: Create Listing
o User must be able to create a new listing and provide title, description, starting bid, and image url.
1:01 - REQUIREMENT#3: Active Listings Page
o Must be the defualt route of the web app. Allows user to view all currently active listings.
- Page should display (at minimum) the title, description, current price, and photo
1:11 - REQUIREMENT#4: Listing Page
o Users should be able to view all details about the listing after clicking a listing
o 1:12 - Watchlist: user must be able to add and remove listing to their watchlist(if signed-in)
o 1:23 - Bidding: user must be able to bid on an item (if signed-in)
o 1:35 - Comments: user must be able to add comment (if-signed-in)
o 2:56 - Close Auction: listing owner must be able to close auction.
o 3:29 - Show Winner: Closed listing page must show that a user has won it
3:32 - REQUIREMENT#5: Watchlist
o User must be able to visit their watchlist and be directed to the listing page of a listing they clicked (if signed-in)
3:38 - REQUIREMENT#6: Categories
o User must be able to visit page that shows all listing categories.
3:50 - REQUIREMENT#7: Django Admin Interface
o Site administrator should be able to view, add, edit, and delete any listings, comments, and bids on the site.
Catégories
E commerce Ebay

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour poster un commentaire.

Commentaires

Soyez le premier à commenter cette vidéo.