Presentation is loading. Please wait.

Presentation is loading. Please wait.

SOCIALIANS Submitted by: Hiren Vekaria Parth Unadkat Ronak Suchak Project Guide: Mr. BHAVIN JETHVA(External) Mr. aniruddh Purohit(internal) Codefaktory.

Similar presentations


Presentation on theme: "SOCIALIANS Submitted by: Hiren Vekaria Parth Unadkat Ronak Suchak Project Guide: Mr. BHAVIN JETHVA(External) Mr. aniruddh Purohit(internal) Codefaktory."— Presentation transcript:

1 SOCIALIANS Submitted by: Hiren Vekaria Parth Unadkat Ronak Suchak Project Guide: Mr. BHAVIN JETHVA(External) Mr. aniruddh Purohit(internal) Codefaktory Info Tech Pvt. Ltd

2 Project Profile Project Title : Socialians Project Guide : Mr. Bhavin Jethva [External] Mr. Aniruddh Purohit [Internal] Team Members Size : 3 members Group Members : Hiren Vekaria Parth Unadkat Ronak Suchak Project Duration : 1-JAN-2014 to 30-APR-2014 (4 Months) Tools & Technology : Asp.net 4.0 & MySql Server

3 Project Definition To build a website for Asp.Net platform that fulfils the best practice criteria providing information about the domestic as well international cities where user can get in depth information about particular city such as attraction, food,education,transportation etc. Features can be change/modifies as per the company’s requirements

4 System Requirement Hardware Requirements Software Requirements Technology.NET With C# ToolsWeb Browser Front-EndAsp. Net Back-EndMySQL Server Server TypeWindows Based Services requiredIIS (.Net Framework 3.5 or 4.0) Space for uploading site500 MB Space for storing data1 GB

5 Feasibility Study The three aspects in the feasibility study portion of preliminary investigation are: Technical Feasibility Economic Feasibility Operational Feasibility Limitations of the Existing systems  When user search data from website,it takes more time to display.  Provide only basic information.  User cannot give rating and reviews to particular place.  User cannot find the location of particular place in Google map.  User must create account to give reviews and star rating.

6 Scope of the proposed systems  Proposed system is developed to overcome the limitation of the existing system. Proposed system have many advantages and upgrades then the existing systems. User can easily find the information from our information portal and can easily reach to it.  Proposed System have lots of bugs like it cannot search location from our information portal user can get the location information. There are also many functionality like user rating, reviews. Limitations of the proposed systems  User cannot add particular place information without giving role.  Speed performance is law.

7 Static View: Object diagram

8 Dynamic View : Use case diagram Admin

9 Client

10 Sequence Diagram Admin

11

12 User

13

14 Activity Diagram Admin

15 User

16 Data Dictionary Column NameTypeSizeConstraintsDescription country_idInt11Primary KeyUnique ID country_nameVarchar25Not NullTake country name date_timeDatetimeNot NullBy default take system date tbl_country tbl_state Column NameTypeSizeConstraintsDescription state_idInt11Primary KeyUnique ID state_nameVarchar25Not NullTake state name country_idInt11Foreign KeyReference with country table date_timedatetimeNot NullBy default take system date tbl_city Column NameTypeSizeConstraintsDescription city_idInt11Primary KeyUnique ID city_nameVarchar25Not NullTake city name state_idInt11Foreign KeyReference with state table date_timedatetimeNot NullBy default take system date

17 tbl_area Column NameTypeSizeConstraintsDescription area_idInt11Primary KeyUnique ID area_nameVarchar20Not NullTake particular area of city city_idInt11Foreign KeyReference with city table date_timedatetimeNot NullBy default take system date tbl_admin_login Column NameTypeSizeConstraintsDescription IdInt11Primary KeyUnique ID UsernameVarchar35Not NullAdministrator username PasswordVarchar35Not NullAdministrator password tbl_registration Column NameTypeSizeConstraintsDescription user_idInt11Primary KeyUnique ID EmailVarchar150Not NullUser’s email address FirstnameVarchar20Not NullUser’s firstname LastnameVarchar20Not NullUser’s lastname GenderChar1Not NullUser’s gender BirthdateDateNot NullUser’s birthdate user_imageVarchar50User’s profile picture AddressVarchar100User’s address PasswordVarchar50Not NullUser’s account password date_timedatetimeNot NullBy default take system date

18 tbl_category Column NameTypeSizeConstraintsDescription category_idInt11Primary KeyUnique ID category_nameVarchar20Not Null Name of the category (i.e. Hotel, Restaurant, etc…) parent_idInt11Not NullParent id of particular category date_timedatetimeNot NullBy default take system date tbl_description Column NameTypeSizeConstraintsDescription description_idInt11Primary KeyUnique ID category_idInt11Foreign KeyReferencewith tbl_category place_nameVarchar30Not NullName of place area_idInt11Foreign KeyReference with tbl_area AddressVarchar100Not NullAddress of particular place phone_numberVarchar20Not NullPhone no of place name EmailVarchar150Email of place name web_urlVarchar30Website url LatitudeDoubleLatitude of place name LongitudeDoubleLongitude of place name date_timedatetimeBy default take system date

19 tbl_image Column NameTypeSizeConstraintsDescription image_idInt11Primary KeyUnique ID urlTextNot NullPath of image description_idInt11Foreign Key Reference with tbl_description date_timedatetimeNot NullBy default take system date tbl_hotels Column NameTypeSizeConstraintsDescription hotel_idInt11Primary KeyUnique ID RatingFloatNot NullUser rating of hotel DescriptionTextNot NullDescription about hotel description_idInt11Foreign Key Reference with tbl_description date_timedatetimeNot NullBy default take system date tbl_hotel_room Column NameTypeSizeConstraintsDescription hotel_room_idInt11Primary KeyUnique ID hotel_room_typeVarchar15Not NullRoom type (ac/nonac etc..) room_numberint11Not NullHotel room number RateFloatNot NullPrice of the hotel room room_floorint11Not NullFloor of the hotel hotel_idint11Foreign KeyReference with tbl_hotels date_timedatetimeNot NullBy default take system date

20 tbl_restaurant Column NameTypeSizeConstraintsDescription restaurant_idInt11Primary KeyUnique ID restaurant_categoryvarchar30Not Null Restaurant category (i.e. Gujarati, Punjabi, etc…) restaurant_typevarchar10Not Nulltype (ac/nonac,etc…) RateFloatNot NullPrice of the food DescriptionTextNot Null Description of the Restaurant description_idint11Foreign Keytbl_description reference tbl_restaurant_facility Column NameTypeSizeConstraintsDescription restaurant_facility_idInt11Primary KeyUnique ID restaurant_facility_typeVarchar40Not NullRestaurant facility type date_timeDatetimeNot NullBy default take system date tbl_restaurant_more_facility Column NameTypeSizeConstraintsDescription IdInt11Primary KeyUnique ID restaurant_idInt11Foreign Key Reference with tbl_restaurant restaurant_facility_idInt11Foreign Key Reference with tbl_restaurant_facility date_timeDatetimeNot NullBy default take system date

21 tbl_coffeebar Column NameTypeSizeConstraintsDescription IdInt11Primary KeyUnique ID description_idInt11Foreign Key Reference with tbl_description DescriptionTextNot NullDescription of coffee bar Priceint11Not NullPrice of coffee,etc.. accomodation_typevarchar10Not NullType of coffee bar facilityvarchar50Not NullFacility of coffeebar date_timeDatetimeNot NullBy default take system date tbl_shopping_mall Column NameTypeSizeConstraintsDescription mall_idInt11Primary KeyUnique ID description_idInt11Foreign Key Reference with tbl_description DescriptionTextNot NullDescription of shopping mall opening_timeTimeOpening time of mall closing_timeTimeClosing time of mall date_timeDatetimeNot NullBy default take system date

22 tbl_shopping_mall_category Column NameTypeSizeConstraintsDescription shopping_category_idInt11Primary KeyUnique ID shopping_category_nameVarchar30Not Null Category available in mall (i.e. Cinemas,Food,etc..) date_timedatetimeNot NullBy default take system date tbl_shopping_category Column NameTypeSizeConstraintsDescription shoppping_category_idInt11Primary KeyUnique ID mall_idInt11Foreign Key Reference with tbl_shopping_mall shopping_category_idInt11Foreign Key Reference with tbl_ shopping_mall_category date_timeDatetimeNot NullBy default take system date

23 tbl_hospital Column NameTypeSizeConstraintsDescription hospital_idInt11Primary KeyUnique ID description_idInt11Foreign Key Reference with tbl_description DescriptionTextNot NullDescription of hospital date_timeDatetimeNot NullBy default take system date tbl_specialization Column NameTypeSizeConstraintsDescription specialization_idInt11Primary KeyUnique ID specialization_nameVarchar25Not NullHospitalization specialization date_timeDatetimeNot NullBy default take system date tbl_hospital_specialization Column NameTypeSizeConstraintsDescription IdInt11Primary KeyUnique ID hospital_idInt11Foreign Key Reference with tbl_hospital specialization_idInt11Foreign Key Reference with tbl_specialization date_timeDatetimeNot NullBy default take system date

24 tbl_sport_places Column NameTypeSizeConstraintsDescription sport_idInt11Primary KeyUnique ID sport_category_idInt11Foreign Key Reference with tbl_sport_category description_idInt11Foreign Key Reference with tbl_description DescriptionTextNot Null Description of particular sport place date_timeDatetimeNot NullBy default take system date tbl_sport_category Column NameTypeSizeConstraintsDescription sport_category_idInt11Primary KeyUnique ID sport_category_nameVarchar30Not Null Category name (i.e. Cricket, Hockey, etc…) date_timeDatetimeNot NullBy default take system date tbl_sight_seen Column NameTypeSizeConstraintsDescription place_idInt11Primary KeyUnique ID place_descriptionTextNot Null Description of sight seen place name TypeVarchar30Not NullMuseums description_idint11Foreign KeyReference with tbl_description

25 tbl_art_galleries Column NameTypeSizeConstraintsDescription art_gallery_idInt11Primary KeyUnique ID DescriptionTextNot Null Description of art gallery place name art_gallery_typeVarchar20Not Null Type of gallery (i.e Museums,Painting,etc…) description_idint11Foreign Key Reference with tbl_description from_dateVarchar20Not NullStart date of exhibition to_dateVarchar20Not NullEnd date of exhibition opening_timeTimeNot NullOpening type of art gallery closing_timeTimeNot NullClose time of art gallery artist_nameVarchar25 date_timeDatetimeNot NullBy default take system date

26 Input Screen Home Page Description: - This Module shows the home page of the website. It indicates from where and when you got the information.

27 Sign Up Description: - This module Shows allows user to sign up to the websites.

28 Hotel List Description: - This modules shows hotel list and its locations with short details.

29 Hotel List with searching options Description: - This module shows the hotel information with searching and sorting options.

30 Restaurant List Description: - This module shows Restaurant list and its locations with short detail.

31 Restaurant List with searching options Description: - This module shows the Restaurant information with searching and sorting options.

32 Coffee bar List Description: - This module shows Coffee Bar list and its locations with short details.

33 Coffee bar List with searching options Description: - This module shows the Restaurant information with searching and sorting options.

34 Admin Login Description: - This module shows Admin login with username and password.

35 Dashboard Description: - This modules shows admin dashboard. This page display no. of registered user and list of registered user no. of visits of particular user

36 Registered User List Description: - This module shows the user information from the admin side. It shows the user first name, last name and user name admin also delete the user information.

37 Add Country Information Description: - This module allows admin to add Country, state, city and area name.

38 Add Category Information Description: - This module allows admin to add new categories and also delete the category by pressing the cross sign.

39 Add Hotel Description: - This module allows admin to add hotel general information and update information.

40 Delete Hotel Description: - This module allows admin to delete hotel from the list.

41 Add Restaurant Description: - This module allows admin to add restaurant information’s.

42 Delete Restaurant Description: - This module allows admin to delete restaurant from the list.

43 Hospital list Description: - This module shows Hospitals list and its locations

44 Hospital List With Searching Option Description: - This module shows the Hospitals information with searching and sorting options.

45 Shopping Mall List Description: - This module shows Shopping Mall list and its locations.

46 Shopping Mall With Searching Option Description: - This module shows the Hospitals information with searching and sorting options.

47 Sight Seen List Description: - This module shows Sight Seen list and its locations.

48 Sight Seen List With Searching Option Description: - This module shows the Sight Seen information with searching and sorting options.

49 Add Hospital Description: - This module allows admin to add and update information of the hospital.

50 Delete Hospital Description: - This module allows admin to delete hospital from the list.

51 Add Shopping Mall Description: - This module allows admin to add information about the shopping malls.

52 Delete Shopping Mall Description: - This module allows admin to delete shopping mall from the list.

53 Add Sight Seen Description: - This module allows admin to add and update information of the sight seen.

54 Delete Sight Seen Description: - This module allows admin to delete sight seen from the list.

55 Login Page Description: - This module allow user to login into their account. User can also login using open id.

56 Sport Places List Description: - This module shows Sport Places list and its locations.

57 Sport Places List With Searching Option Description: - This module shows the Sport Places information with searching and sorting options.

58 Art Gallery List With Searching Option Description: - This module shows the Art Gallery information with searching and sorting options.

59 Hotel Detail Page Description: - This module shows the details of selected hotel.

60 Add Sport Places Description: - This module allows admin to add and update information of sport places.

61 Delete Sport Places Description: - This module allows admin to delete sport places from the list.

62 Add Art Gallery Description: - This module allows admin to add and update the information of art gallery.

63 Delete Art Gallery Description: - This module allows admin to delete art gallery from the list.

64 Test Cases User Registration Project Name: Socialians Test Case Id: TEST_01 Test Priority(Low/Med/High): High Module Name: User Registration Test Title: Verify that user successfully register or not Description: Test on User Registration. Dependencies: Case must be reside in database StepTest StepExpected ResultActual ResultStatus(Pass/Fail) 1Load Registration Screen Display all the field with proper design Show all the field of registration page Pass 2If blank email addressDisplay an error message Email address cannot be blank Pass 3 If email already exists in database Display an error message Try another email address. It already exists into database Pass 4If blank passwordDisplay an error messagePassword must not blankPass 5 If blank firstname, lastname, gender, birthdate Display an error message Please! Fill up all the details Pass 6Adding User Information While clicking on save button. User information should be saving in data base and user_id must be increment. All information stored in database and general register number also change for new user. Pass

65 User Login Project Name: Socialians Test Case Id: TEST_02 Test Priority(Low/Med/High): High Module Name: User login Test Title: Verify that user successfully log in or not Description: Test on authenticated user Dependencies: User must be create account StepTest StepExpected ResultActual ResultStatus(Pass/Fail) 1 Load the login page for login Display all the required field Show all the necessary field with proper design Pass 2If blank emailDisplay an error message Please! Enter valid email Pass 3If blank passwordDisplay an error message Please! Enter valid password Pass

66 List of category detail Project Name: Socialians Test Case Id: TEST_03 Test Priority(Low/Med/High): High Module Name: Category Detail Test Title: Verify that user successfully get list or not of the particular category data Description: Test on hotel, shopping mall, restaurant, hospital, art galleries, etc… Dependencies: Data must be available in database StepTest StepExpected ResultActual ResultStatus(Pass/Fail) 1 Load the list page of The category detail Display all the detail Of the particular category Show all the information of the category properly Pass 2If blank city nameDisplay an error message City name must not be blank Pass 3If blank category nameDisplay an error message Category must not be blank Pass 4 If blank category search field Display an error message List the search data properly Pass 5 If searching data not Available into database Display an error message Searching Item not found Pass

67 Dashboard Project Name: Socialians Test Case Id: TEST_04 Test Priority(Low/Med/High): High Module Name: Dashboard Test Title: Verify that administrator properly connected or not Description: Test module of dashboard Pre-Conditions: User must have a assigned privilege to connect to case Dependencies: Data must be entered in database StepTest StepExpected ResultActual ResultStatus(Pass/Fail) 1Load the dashboard page Fill data with loading all cases Data with all cases fieldPass

68 Add Category Information Project Name: Socialians Test Case Id: TEST_05 Test Priority(Low/Med/High): High Module Name: Category Detail Test Title: Verify that data inserted into database successfully or not Description: Test module of add category Dependencies: Data must be added into database StepTest StepExpected ResultActual ResultStatus(Pass/Fail) 1Load the main screen Display all the required field to gate information Display all the necessary fields Pass 2 If country, state, city, area, category not selected Display an error message Please! Fill up all the details Pass 3 If blank category name, address Display an error message Please! Fill up all the details Pass 4Adding Information While clicking on save button. General information should be saving in data base and id must be increment and new tab open for getting data. All information stored in database and id also changes for new user and new tab open for gating data. Pass

69 Future Enhancement  City atomically selected when user come in website. User does not need to select city name.  When user comes in website, we provide the information to the user according to the nearby location.  We provide the online booking facility for hotel room, ticket reservation for traveling, etc…  One important module is when all the modules working properly then we provide one chart to the user. In this chart, if user wants to go some destination then which type of vehicle he/she should use and how much distance available from where he/she standing we display him/her in kms and approx price.

70 Bibliography Books :- Asp. net 4.0 Black Book MSDN help library Websites :- http://www.justdial.com http://www.justdial.com http://www.ahmedabad.com http://www.ahmedabad.com http://www.egovamc.com/citizens/hospitallist.aspx http://www.egovamc.com/citizens/hospitallist.aspx http://www.99acres.com http://ahmedabad.burrp.com/~/q_Art+Galleries http://www.zomato.com http://www.zomato.com http://www.listbesthospitals.com http://www.listbesthospitals.com http://www.cityshor.com http://www.cityshor.com http://www.foursquare.com http://www.foursquare.com http://www.amazon.com http://www.webdesignerdepot.com/2011/07/40-useful-apis-for- web-designers-and-developers http://info.shine.com/ListofCompany/Construction-and-Real-Estate/855.aspx http://en.wikipedia.org

71


Download ppt "SOCIALIANS Submitted by: Hiren Vekaria Parth Unadkat Ronak Suchak Project Guide: Mr. BHAVIN JETHVA(External) Mr. aniruddh Purohit(internal) Codefaktory."

Similar presentations


Ads by Google