Presentation is loading. Please wait.

Presentation is loading. Please wait.

A Project Presentation On Item Auction Information System Prepared By :- Guided By :- Patel Neeki(13034212058) Dr. J. N. DHARVA Patel Shraddha(13034212075)

Similar presentations


Presentation on theme: "A Project Presentation On Item Auction Information System Prepared By :- Guided By :- Patel Neeki(13034212058) Dr. J. N. DHARVA Patel Shraddha(13034212075)"— Presentation transcript:

1 A Project Presentation On Item Auction Information System Prepared By :- Guided By :- Patel Neeki(13034212058) Dr. J. N. DHARVA Patel Shraddha(13034212075) Group No:- 30 Acharya Motibhai Patel Institute of Computer Studies (Constituent College of Ganpat University) Ganpat Vidyanagar -384012

2 Object Content Project TitleItem Auction Information System ObjectiveThe aim of this system is to provide a better online auction through website for 24X7 with more facilities at any place any time with effective functionality to the user. Front EndPHP 5.3.5 Back EndMYSQL 5.5.8 ServerApache 2.2.17 ToolsMicromedia Dreamviewer CS6,Notepad++ Internal Guide Dr J.N.Dharva Group No30

3 Problem Statement. There is no multi bidding facility for user.. The problem with public auction is that the participation of the general public is very limited.. This public auction is managed manually and involves lot of paper work.. Most online Auction website are difficult to understand by user

4 Need For New System *The products should have a profile that shows the details. * Paperless Auction System. * Advance Search:-Account to category wise User can search for product. * We provide multi_bidding option into our site. So that user can do multiple bidding on a specific product.

5 Admin :- Login Manage the User Manage the Adverties Manage the Product Manage the Product category Logout

6 User :- Registration Login Edit own Profile Change the Password Manage Product Manage Product Gallery Product Bidding Give Feedback Logout

7 Server side Hardware Processor2.0GHZ RAM2GB HDD3.5GB free space in hard disk Software Back End ToolsMySql5.5.8 Front EndPHP 5.3.5 Oprating SystemLinux/Unix server O.S other equivalent

8 Client Side HardwareSoftware Processor1.6GHZ RAM512MB HDD1GB free space in hard disk. Oprating SystemWindows XP or equivalent OS BrowserInternal Explorer 6.0 OR Compatible Browser

9 New User Registered User No Is Valid Yes UserAdmin

10 Login Registration View Product Give feedback Logout Add Edit Delete Update > User > Product Bid Change Password Give bid >

11 Manage User Admin Login Manage Product Logout Manage Category Manage Advertisement Add Verify Product Edit Delete Verify User Update > Edit > Delete >

12

13 Table Name:- admin Description:- This table is store admin information Primary Key:-admin_id Field Name Data Type SizeConstraintsDescriptionControl Name Validation admin_idint11Primary key Define id -Not Null & numeric value usernamevarchar20NotNullName of the User TextboxNot Null passwordVarchar15NotNull Define password Textbox min & max 8 to15 Character emailvarchar30NotNull Define email Textbox Valid Email

14 IdUsernamepasswordEmail 1neeki123456nk@gmail.com Example:-

15 Table Name:- user Description:- This table is store user information Primary Key:- user_id Field Name Data Type SizeConstraintsDescriptionControl Name Validation user_idint11primary key Define id TextboxNot Null & numeric value firstnamevarchar20NotNull Define first name TextboxNot Null lastnamevarchar20NotNull Define last name TextboxNot Null passwordvarchar15NotNull Define password TextboxNot Null addresstext 25NotNull Define address TextareaNot Null phonevarchar15NotNull Define phone TextboxNot Null

16 7emailvarchar30NotNull Define email TextboxValid Email 8gendervarchar1NotNull Define gender Radio Button Not Null 9cityvarchar10NotNull Define city TextboxNot Null 10statevarchar10NotNull Define state TextboxNot Null 11descriptiontext-NotNull Define descriptio n TextareaNot Null 12date -NotNull Define date TextboxNot Null 13statusenum-NotNull Define status TextboxNot Null

17 User_idFirstnamePasswordEmailGenderStatusDescription 1Bhavin4455bh@yahoo.com Male ActiveLogin details of User. Example:-

18 Table Name:- product_category Description:- This table is store product_category information Primary Key:- product_category_id Field NameData Type SizeConstraintsDescriptionControl Name Validation pro_cat_idint11primary key Define id TextboxNot Null & numeric value namevarchar20NotNull Define name TextboxNot Null imageVarchar30NotNull Define image fileJpg, png, jif descriptiontext-NotNull Define description TextareaNot Null

19 Sr.NoPro_cat_idName ImageDescription 11MobileMobile pro.jpgDetail of mobile 22T.VLCD-TV.jpg Detail of T.V Example:-

20 Table Name:- product Description:- This table is store product information Primary Key:- product_id Foreign Key:- user_id, product_category_id Field NameData Type SizeConstraintsDescriptionControl Name Validation product_idint11primary key Define id TextboxNot Null & numeric value user_idint11foreign key Define user id TextboxNot Null pro_cat_idint11foreign key Define product category id TextboxNot Null product_namevarchar20NotNull Define product name TextboxNot Null imagevarchar30NotNull Define image FileJpg, png, jif pricevarchar15NotNull Define price TextboxNot Null

21 bid_start_datedate-NotNull Define bid start date TextboxNot Null bid_end_datedate-NotNull Define bid end date TextboxNot Null descriptiontext-NotNull Define description TextareaNot Null isvarifiedenum-NotNull Define isvarified TextboxNot Null date -NotNull Define date TextboxNot Null Product_idUser_idPro_cat_idProduct_namePriceStatusDate 123Samsung 12000 Sold20-9-14 Example:-

22 Table Name:- product_images Description:- This table is store product_images information Primary Key:- product_image_id Foreign Key:- user_id, product_id Field Name Data Type Size ConstraintsDescriptionControl Name Validation Product_im age_id int11primary key Define id TextboxNot Null & numeric value user_idint11foreign key Define user id TextboxNot Null product_idint11foreign key Define product id TextboxNot Null titlevarchar10NotNull Define title TextboxNot Null imagevarchar30NotNull Define image fileJpg, png, jif descriptiontext-NotNull Define des TextareaNot Null

23 Product_images_iduser_idproduct_idtitleimage description 233hiiiiiiDesert.jpgNice one Example:-

24 Table Name:- feedback Description:- This table is store feedback details Primary Key:- feedback_id Foreign Key:- user_id, product_id Field Name Data Type SizeConstraintsDescriptionControl Name Validation feedback_idint11primary key Define id Textbox Not Null & Numeric value user_idint11foreign key Define user id Textbox Not Null product_idint11foreign key Define product id Textbox Not Null messagetext20NotNull Define message TextareaNot Null post_datedate-NotNull Define post date TextboxNot Null

25 feedback_id user_idproduct_idmessagepost_date 4211hiiiiiii 2-8-2014 Example:-

26 Table Name:- auction Description:- This table is store Auction details Primary Key:- auction_id Foreign Key:- user_id, product_id Field Name Data Type SizeConstraintsDescriptionControl Name Validation auction_idint11primary key Define id Textbox Not Null & Numeric value user_idint11foreign key Define user id TextboxNot Null product_idInt11foreign key Define product id TextboxNot Null pricevarchar15NotNull Define price TextboxNot Null bid_datedate-NotNull Define bid date TextboxNot Null

27 auction_id user_idproduct_idpricebid_date 1210120008-12-2014 Example:-

28 Table Name:- auction_master Description:- This table is store auction_master details Primary Key:- auction_master_id Foreign Key:- user_id, product_id Field NameData Type SizeConstraintsDescriptionControl Name Validation auction_master_idint11primary key Define id Textbox Not Null & Numeric value user_idint11foreign key Define user id TextboxNot Null product_idint11foreign key Define product id TextboxNot Null sale_datedate-NotNull Define sale date TextboxNot Null descriptiontext -NotNull Define description TextareaNot Null

29 auction_id user_idproduct_idsale_date 1 21010-11-2014 Example:-

30 Table Name:- advertise Description:- This table is store Advertise information Primary Key:- adv_id Field NameData Type SizeConstraintsDescriptionControlValidation adv_idint11Primary key Define idTextboxNot Null & Numeric value titlevarchar10NotNull Define title Textbox Not Null imagevarchar30NotNull Define image FileJpg, jif, png client_namevarchar20NotNull Define client name TextboxNot Null client_mobilevarchar15NotNull Define client mobile TextboxCharacter not allow

31 start_datedate-NotNull Define start date TextboxNot Null exapiry_datedate-NotNull Define exapiry date TextboxNot Null descriptiontext50NotNull Define description TextareaNot Null Example:- adv_idtitleimageclient_namestart_dateexpiry_date 3hiiiiisamsung2.jpgnirja21-10-2014 31-10-2014

32

33

34

35 LoginAdmin 1.Login User 2.Manage User Product_category 3.Manage Product_category Product 4.Verify Product Advertise 5. Manage Advertise Admin

36 User Reg. 1.Reg. 2.Login Login Profile 3. Edit Prof ile Password 4.Change Password Product_category 5.View Category Product _gallery 6.View Product Feedback 7.View Feedback Bid 8.Manage bid User

37 *Home Page Description: - This Page Is Show Information Of Auction Home Page.

38 *About Us Page Description: - This Page Is Show Information Of About An Auction.

39 *Product Category Page Description: - This Page Is Show Information Of Product Category.

40 *Contact Us Page Description: - This Page is Show Information of a Contact Us.

41 *Registration Page Description: - This Page Is Show Information Of A Registration.

42 *Dashboard Page Description: - This Page Is Show Information Of A Dashboard.

43 * Profile Edit Page Description: - This Page Is Show Information Of A Profile Editing.

44 * Password Change Page Description: - This Page Is Show Information Of A Change Password.

45 *Add New Product Page Description: - This Page is Show Information of an Add New Product.

46 * Product List Page Description: - This Page is Show Information of a Product List.

47 *Product Bid Page Description: - This Page is Show Information of a Product Bid.

48 *Feedback Page Description: - This Page is Show Information of a Feedback.

49 Admin *Admin Login Page Description: - This Page is Show Information of a Admin login.

50 *Add new product Category Page Description: - This Page is Show Information of an Add New Product Category.

51 *Add new product Page Description: - This Page is Show Information of an Add New Product.

52 *User Add page Description: - This Page is Show Information of an Add User.

53 *Add new Advertises Description: - This Page is Show Information of an Add New Advertisement.

54 Unit Testing:- Unit testing is the smallest unit of software design the software component or module such as. Creating new user or user login process code written by user is correct or not. Constrains Testing:- If tests whether all the specified constrains are satisfied or not? for e.g. Memory limit should always be greater than maximum upload size. Black box Testing:- This is also called functional testing. Boundary:-test cases generated using extremes of input domains. Integration Testing:- All the major modules developed separately where integrated & then testing was carried out. This testing checks whether all the modules have been correctly and properly integrated to give correct results.

55 NoTest caseInput Expected Result Actual Result Status 1 New Product Insert New product add with validation Record insert into database Expected out put Successful 2 Validation User email id, bid price, valid date Proper Validations should be placed to program Expected out put Successful 3 Database Field & Size All the table fields & size Field size is proper Expected out put Successful 4 Delete Product Delete product if product sold Record delete if not further use Expected out put Successful 5 Update Product User can update product price Update product price in product table Expected out put Successful

56 Future Enhancement In future we will add online payment system. In future we will add sums functionality. In future we will add upload pdf document videos of product.

57 Bibliography/References Books Referred:- * PHP6 and MYSQL6 Bible by Steve Suehring,Time Converser, Joyce Park * PHP Cookbook by David scalar, Adam Trachtenberg. Reference:- *www.tutorialpoint.com *www.w3school.com/php

58


Download ppt "A Project Presentation On Item Auction Information System Prepared By :- Guided By :- Patel Neeki(13034212058) Dr. J. N. DHARVA Patel Shraddha(13034212075)"

Similar presentations


Ads by Google