1. Trang chủ
  2. » Luận Văn - Báo Cáo

Accommodation sharing platform

180 4 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề Accommodation Sharing Platform
Tác giả Nguyễn Quang Nhật, Nguyễn Đỗ Minh Đức, Vương Minh Thông, Hồ Công Trình
Người hướng dẫn N/A
Trường học Fpt University
Chuyên ngành Capstone Project
Thể loại Capstone Project Document
Năm xuất bản 2018
Thành phố Ho Chi Minh City
Định dạng
Số trang 180
Dung lượng 10,7 MB

Nội dung

FPT University – Capstone Summer 2018 MINISTRY OF EDUCATION AND TRAINING FPT UNIVERSITY Capstone Project Document Accommodation Sharing Platform GROUP Group members Supervisor Ext Supervisor Capstone Project code Nguyễn Quang Nhật - SE62245 (Leader) Nguyễn Đỗ Minh Đức - SE61767 Vương Minh Thơng - SE61739 Hồ Cơng Trình - SE61998 Nguyễn Huy Hùng N/A ASP FPT University – Capstone Summer 2018 - Ho Chi Minh City, September 11th, 2018 – This page is intentionally left blank FPT University – Capstone Summer 2018 Table of Content Table of Content List of Table List of Figure 10 Definitions, Acronyms, and Abbreviations .12 A Introduction 12 Project Information 12 Introduction 12 Current Situation 13 Problem Definition 13 Proposed Solution 13 5.1 Feature functions 13 5.2 Advantages and Disadvantages 14 Functional Requirements 14 Role and Responsibility 15 B Software Project Management Plan 15 Problem Definition 15 1.1 Name of this Capstone Project 15 1.2 Problem Abstract 15 1.3 Project Overview 15 1.3.1 Current Situation 15 1.3.2 The Proposed System 16 1.3.2.1 Mobile Application 16 1.3.2.2 Web Application 16 1.3.3 Boundaries of the System 16 1.3.4 Future Plan 17 1.3.5 Development Environment 17 1.3.5.1 Hardware requirements 17 1.3.5.2 Software requirements 17 Project Organization 18 2.1 Software Process Model 18 2.2 Roles and Responsibilities 19 2.3 Tools and Techniques 20 Project Management Plan 20 3.1 Product Backlog 20 3.2 Sprint Backlog 21 3.3 Meeting Minutes 21 Coding Convention 21 C Software Requirement Specification .22 User Requirement Specification 22 FPT University – Capstone Summer 2018 1.1 1.2 1.3 1.4 1.5 1.6 Unauthorized User Requirement 22 Authorized User Requirement 22 House Owner Requirement 22 Room Master Requirement 22 Member Requirement 23 Admin Requirement 23 System Requirement Specification 23 2.1 External Interface Requirement 23 2.1.1 User Interface 23 2.1.2 Hardware Interface 23 2.1.3 Software Interface 23 2.1.4 Communication Protocol 23 2.2 System Overview Use Case 24 2.3 List of Use Case 25 2.3.1 Overview Use Case 25 2.3.1.1 Register 26 2.3.1.2 Login 27 2.3.2 Overview Use 28 2.3.2.1 Logout 28 2.3.2.2 View Notification 29 2.3.2.3 Edit Profile 31 2.3.3 Overview Use Case 33 2.3.3.1 Create Room 33 2.3.3.2 Update Room 35 2.3.3.3 Delete Room 37 2.3.3.4 Add Member into Room 38 2.3.3.5 Delete Member from Room 40 2.3.4 Overview Use Case 41 2.3.4.1 View Suggested Nearby Room Master 42 2.3.4.2 Create Finding Roommate Post 43 2.3.4.3 Update Finding Roommate Post 46 2.3.4.4 Delete Finding Roommate Post 48 2.3.4.5 View Post Detail 49 2.3.5 Overview Use Case 51 2.3.5.1 View Suggested Finding Roommate Post list 52 2.3.5.2 Create Finding Room Post 54 2.3.5.3 Update Finding Room Post 56 2.3.5.4 Delete Finding Room Post 58 2.3.5.5 Negotiate 59 2.3.6 Overview Use Case 61 2.3.6.1 Approve Room 61 2.3.6.2 View Users 63 Software System Attribute 64 3.1 Usability 64 3.1.1 Graphic User Interface 64 3.1.2 Usability 64 3.2 Reliability 64 3.3 Availability 64 3.4 Security 64 3.5 Maintainability 64 3.6 Portability 64 3.7 Performance 65 FPT University – Capstone Summer 2018 Conceptual diagram 65 D Software Design Description 66 Design Overview 66 System Architecture Design 66 2.1 System Architecture Design 66 Component Diagram 67 Detail Description 68 4.1.1 Class Diagram 69 4.2 Class Diagram Explanation 70 4.2.1 User 70 4.2.2 Room 70 4.2.3 Post 70 4.2.4 Role 71 4.2.5 Favourite 71 4.2.6 Utilities 71 4.2.7 Reference 71 4.2.8 District 71 4.2.9 City 72 4.2.10 Image 72 4.2.11 Type 72 4.2.12 Status 72 4.2.13 Room_Has_Utilities 72 4.2.14 Utilities_Reference 72 4.2.15 District_Reference 72 4.2.16 Room_Has_User 73 4.2.17 Post_Has_Utilities 73 4.2.18 Post_Has_District 73 4.2.19 Room_Rate 73 4.2.20 User_Rate 73 4.3 Interactive diagram 75 4.3.1 Sequence Diagram 75 4.3.1.1 Register 75 4.3.1.2 Login 76 4.3.1.3 Create Room 77 4.3.1.4 Update Room 78 4.3.1.5 Delete Room 79 4.3.1.6 View Single Room 80 4.3.1.7 Add Member into Room 81 4.3.1.8 Delete Member of Room 82 4.3.1.9 Create Finding Roommate Post 83 4.3.1.10 Delete Finding Roommate Post 84 4.3.1.11 Update Finding Roommate Post 85 4.3.1.12 View Suggest List Overview 86 4.3.1.13 Member/Room Master has reference and has no posts 87 4.3.1.14 Room Master has posts 88 4.3.1.15 Member/Room Master has no reference but allow access current location 89 4.3.1.16 Member/Room Master has no reference and not allow access current location 90 4.3.1.17 Create Finding Room Post 91 FPT University – Capstone Summer 2018 4.3.1.18 4.3.1.19 4.3.1.18 Update Finding Room Post 92 Delete Finding Room Post 93 Filter 94 Interface 95 5.1 Admin Interface Design 95 5.1.1 Login 95 5.1.2 Manage User 95 5.1.3 Manage Room 96 5.1.4 Approve Room 97 5.2 Unauthorized User Interface Design 98 5.2.1 Launch Screen 99 5.2.2 Sign Up 100 5.2.2.1 Sign Up 100 5.2.2.2 Sign Up 102 5.2.3 Sign In 104 5.3 Authorized User Interface Design 105 5.3.1 View Setting 105 5.3.2 Update User Information 106 5.3.3 View Profile 108 5.3.3.1 View Profile 108 5.3.3.2 View Profile 110 5.3.4 View Notification 112 5.3.5 View Bookmark 114 5.3.5.1 View Bookmark 114 5.3.5.2 View Bookmark 116 5.3.6 Request Location Popup Screen 118 5.3.7 View All 119 5.3.7.1 View All 119 5.3.7.2 View All 121 5.3.8 Filter 123 5.4 House owner Interface Design 124 5.4.1 Create Room 124 5.4.2 Update Room 127 5.4.3 View Room 130 5.4.4 Delete Room 131 5.4.5 Add member into Room 132 5.4.6 Delete member of Room 133 5.5 Room Master Interface Design 135 5.5.1 View suggested room master list 135 5.5.2 Create Post 136 5.5.3 Update post 138 5.5.4 View Post 140 5.6 Member Interface Design 141 5.6.1 View suggested room master list 141 5.6.2 Create Post 143 5.6.3 Update Post 144 5.6.4 View Post 146 Database Design 147 6.1 Entity relationship diagram (ERD) 147 6.2 Entity dictionary 147 Algorithms 148 FPT University – Capstone Summer 2018 7.1 7.2 7.3 Definition 148 Define Problem 148 Solution 148 E System Implementation & Test 149 Introduction 149 1.1 Overview 149 1.2 Test approach 149 Database Relationship Diagram 150 2.1 Physical Diagram 150 2.2 Data dictionary 150 Performance Measure 154 3.1 Show list result of finding room post performance 154 3.2 Show list result of finding roommate post performance 154 3.3 Show list result of all post performance 154 3.4 Show list result of suggested post performance 154 3.5 Add new room performance 154 3.6 Update room performance 155 3.7 Add new post performance 155 3.8 Update post performance 155 Test Plan 155 4.1 Features to be tested 155 4.2 Features not to be tested 155 System Testing Test Case 155 5.1 Test case 155 5.1.1 Login 155 5.1.2 Register 156 5.1.3 Manage Room 158 5.1.4 Manage Finding Roommate Post 162 5.1.5 Manage Finding Room Post 163 5.1.6 Suggestion 164 F Software User’s Manual .165 Installation Guide 165 1.1 Setting up environment at server side 165 1.1.1 Hardware Requirement 165 1.1.2 Software Requirement 165 1.2 Deployment at server side 165 1.2.1 Check Environment 165 1.2.2 Import Database 165 1.2.3 Build Project 165 User Manual 167 2.1 House Owner 167 2.1.1 Create Room 167 2.1.2 Update Room 169 2.1.3 Delete Room 171 2.1.4 Add member into Room 172 2.1.5 Delete member of Room 173 2.2 Room Master 174 2.2.1 View suggested room master list 174 FPT University – Capstone Summer 2018 2.2.2 Create Post 175 2.2.3 Update post 176 2.3 Member 177 2.3.1 View suggested room master list 177 2.3.2 Create Post 178 2.3.3 Update Post 179 G Appendix .180 A nautical mile 180 Spherical law of cosines 180 SCRUM methodology 180 List of Table TABLE 1: ROLES AND RESPONSIBILITIES 15 TABLE 2: HARDWARE REQUIREMENTS FOR SERVER 17 TABLE 3: HARDWARE REQUIREMENT FOR MOBILE 17 TABLE 4: SOFTWARE REQUIREMENTS 17 TABLE 5: ROLES AND RESPONSIBILITIES 19 TABLE 6: TOOLS AND TECHNIQUES 20 TABLE 7: PRODUCT BACKLOG 21 TABLE 8: REGISTER SPECIFICATION 27 TABLE 9: LOGIN SPECIFICATION 28 TABLE 10: LOGOUT SPECIFICATION 29 TABLE 11: VIEW NOTIFICATION SPECIFICATION 31 TABLE 12: UPDATE INFORMATION SPECIFICATION 33 TABLE 13: CREATE ROOM SPECIFICATION 35 TABLE 14: UPDATE ROOM SPECIFICATION 37 TABLE 15: DELETE ROOM SPECIFICATION 38 TABLE 16: ADD MEMBER INTO ROOM SPECIFICATION 40 TABLE 17: DELETE MEMBER FROM ROOM SPECIFICATION 41 TABLE 18: VIEW SUGGESTED NEARBY ROOM MASTER POST SPECIFICATION 43 TABLE 19: CREATE FINDING ROOMMATE POST SPECIFICATION 46 TABLE 20: UPDATE FINDING ROOMMATE POST SPECIFICATION 48 TABLE 21: DELETE FINDING ROOMMATE POST SPECIFICATION 49 TABLE 22: VIEW POST DETAIL SPECIFICATION 51 TABLE 23: VIEW SUGGESTED FINDING ROOMMATE POSTS LIST SPECIFICATION 54 TABLE 24: CREATE FINDING ROOM POST SPECIFICATION 56 TABLE 25: UPDATE FINDING ROOM POST SPECIFICATION 58 TABLE 26: DELETE FINDING ROOM POST SPECIFICATION 59 TABLE 27: NEGOTIATE SPECIFICATION 61 TABLE 28: APPROVE ROOM SPECIFICATION 63 TABLE 29: VIEW USER SPECIFICATION 64 TABLE 30: CONCEPTUAL ENTITY DICTIONARY 66 TABLE 31: COMPONENT DIAGRAM EXPLANATION 68 TABLE 32: CLASS DIAGRAM EXPLANATION 70 TABLE 33: USER ATTRIBUTES 70 TABLE 34: ROOM ATTRIBUTES 70 TABLE 35: POST ATTRIBUTES 71 TABLE 36: ROLE ATTRIBUTES 71 FPT University – Capstone Summer 2018 TABLE 37: FAVOURITE ATTRIBUTES 71 TABLE 38: UTILITY ATTRIBUTES 71 TABLE 39: REFERENCE ATTRIBUTES 71 TABLE 40: DISTRICT ATTRIBUTES 71 TABLE 41: CITY ATTRIBUTES 72 TABLE 42: IMAGE ATTRIBUTES 72 TABLE 43: TYPE ATTRIBUTES 72 TABLE 44: STATUS ATTRIBUTES 72 TABLE 45: ROOM HAS UTILITIES ATTRIBUTES 72 TABLE 46: UTILITIES REFERENCE ATTRIBUTES 72 TABLE 47: DISTRICT REFERENCE ATTRIBUTES 73 TABLE 48: ROOM HAS USER ATTRIBUTES 73 TABLE 49: POST HAS UTILITIES 73 TABLE 50: POST HAS DISTRICTS 73 TABLE 51: ROOM RATE 73 TABLE 52: USER RATE 74 TABLE 53: ADMIN LOGIN - FIELD, BUTTONS 95 TABLE 54: ADMIN MANAGE USER - FIELD, BUTTONS, HYPERLINKS 96 TABLE 55: ADMIN MANAGE ROOM - FIELD, BUTTONS, HYPERLINKS 97 TABLE 56: ADMIN APPROVE ROOM - FIELD, BUTTONS, HYPERLINKS 98 TABLE 57: LAUNCH SCREEN - BUTTONS 100 TABLE 58: SIGN UP – BUTTONS, FIELD 101 TABLE 59: SIGN UP – BUTTONS, FIELD 103 TABLE 60: SIGN IN - FIELD, BUTTONS 105 TABLE 61: VIEW SETTING - FIELD, BUTTONS, HYPERLINKS 106 TABLE 62: UPDATE USER INFORMATION - FIELD, BUTTONS, HYPERLINKS 107 TABLE 63: VIEW PROFILE - FIELD, BUTTONS, HYPERLINKS 109 TABLE 64: VIEW PROFILE - FIELD, BUTTONS, HYPERLINKS 111 TABLE 65: VIEW NOTIFICATION – FIELD 113 TABLE 66: VIEW BOOKMARK - FIELD, BUTTONS, HYPERLINKS 115 TABLE 67: VIEW BOOKMARK - FIELD, BUTTONS, HYPERLINKS 117 TABLE 68: REQUEST LOCATION – FIELDS 118 TABLE 69: VIEW ALL- FIELDS, BUTTONS 120 TABLE 70: VIEW ALL- FIELDS, BUTTONS 122 TABLE 71: FILTER - FIELDS, BUTTONS 124 TABLE 72: CREATE ROOM - FIELD, BUTTONS, HYPERLINKS 126 TABLE 73: UPDATE ROOM - FIELD, BUTTONS, HYPERLINKS 129 TABLE 74: VIEW ROOM - FIELD, BUTTONS, HYPERLINKS 131 TABLE 75: DELETE ROOM - FIELD, BUTTONS, HYPERLINKS 132 TABLE 76: ADD MEMBER INTO ROOM - FIELD, BUTTONS, HYPERLINKS 133 TABLE 77: DELETE MEMBER OF ROOM - FIELD, BUTTONS, HYPERLINKS 134 TABLE 78: SUGGEST NEARBY FINDING ROOMMATE POSTS - FIELD, BUTTONS, HYPERLINKS 135 TABLE 79:CREATE FINDING ROOMMATE POST - FIELD, BUTTONS, HYPERLINKS 137 TABLE 80:UPDATE FINDING ROOMMATE POST - FIELD, BUTTONS, HYPERLINKS 139 TABLE 81: VIEW FINDING ROOMMATE POST - FIELD, BUTTONS, HYPERLINKS 141 TABLE 82: SUGGEST NEARBY FINDING ROOMMATE POSTS - FIELD, BUTTONS, HYPERLINKS 142 TABLE 83: CREATE FINDING ROOM POST - FIELD, BUTTONS, HYPERLINKS 144 TABLE 84: UPDATE FINDING ROOM POST - FIELD, BUTTONS, HYPERLINKS 145 TABLE 85: VIEW FINDING ROOM POST - FIELD, BUTTONS, HYPERLINKS 147 TABLE 86: ENTITY DATA DICTIONARY 148 TABLE 87: DATA DICTIONARY 151 TABLE 88: DATA TABLE DESCRIPTION 154 TABLE 89: TEST CASE LOGIN 156 FPT University – Capstone Summer 2018 TABLE 90: TEST CASE REGISTER 158 TABLE 91: TEST CASE MANAGE ROOM 161 TABLE 92: TEST CASE MANAGE FINDING ROOMMATE POST 163 TABLE 93: TEST CASE MANAGE FINDING ROOM POST 164 TABLE 94: TEST CASE SUGGEST 165 TABLE 95: CREATE ROOM - FIELD, BUTTONS, HYPERLINKS 168 TABLE 96: UPDATE ROOM - FIELD, BUTTONS, HYPERLINKS 171 TABLE 97: DELETE ROOM - FIELD, BUTTONS, HYPERLINKS 171 TABLE 98: ADD MEMBER INTO ROOM - FIELD, BUTTONS, HYPERLINKS 172 TABLE 99: DELETE MEMBER OF ROOM - FIELD, BUTTONS, HYPERLINKS 173 TABLE 100: SUGGEST NEARBY FINDING ROOMMATE POSTS - FIELD, BUTTONS, HYPERLINKS 174 TABLE 101:CREATE FINDING ROOMMATE POST - FIELD, BUTTONS, HYPERLINKS 176 TABLE 102:UPDATE FINDING ROOMMATE POST - FIELD, BUTTONS, HYPERLINKS 177 TABLE 103: SUGGEST NEARBY FINDING ROOMMATE POSTS - FIELD, BUTTONS, HYPERLINKS 177 TABLE 104: CREATE FINDING ROOM POST - FIELD, BUTTONS, HYPERLINKS 179 TABLE 105: UPDATE FINDING ROOM POST - FIELD, BUTTONS, HYPERLINKS 180 List of Figure FIGURE 1: SCRUM METHODOLOGY 18 FIGURE 2: SYSTEM OVERVIEW USE CASE (1) 24 FIGURE 3: SYSTEM OVERVIEW USE CASE (2) 25 FIGURE 4: OVERVIEW USE CASE 25 FIGURE 5: REGISTER USE CASE 26 FIGURE 6: LOGIN USE CASE 27 FIGURE 7: OVERVIEW USE CASE 28 FIGURE 8: LOGOUT USE CASE 29 FIGURE 9: VIEW NOTIFICATION USE CASE 30 FIGURE 10: UPDATE INFORMATION USE CASE 31 FIGURE 11: OVERVIEW USE CASE 33 FIGURE 12: CREATE ROOM USE CASE 33 FIGURE 13: UPDATE ROOM USE CASE 35 FIGURE 14: DELETE ROOM USE CASE 37 FIGURE 15: ADD MEMBER INTO ROOM USE CASE 38 FIGURE 16: DELETE MEMBER FROM ROOM USE CASE 40 FIGURE 17: OVERVIEW USE CASE 42 FIGURE 18: VIEW SUGGESTED NEARBY ROOM MASTER POST USE CASE 42 FIGURE 19: CREATE FINDING ROOMMATE POST USE CASE 44 FIGURE 20: UPDATE FINDING ROOMMATE POST USE CASE 46 FIGURE 21: DELETE FINDING ROOMMATE POST USE CASE 48 FIGURE 22: VIEW POST DETAIL USE CASE 50 FIGURE 23: OVERVIEW USE CASE 52 FIGURE 24: VIEW SUGGESTED FINDING ROOMMATE POSTS LIST USE CASE 53 FIGURE 25:< MEMBER> CREATE FINDING ROOM POST USE CASE 54 FIGURE 26:< MEMBER> UPDATE FINDING ROOM POST USE CASE 56 FIGURE 27: DELETE FINDING ROOM POST USE CASE 58 FIGURE 28: NEGOTIATE USE CASE 60 FIGURE 29: OVERVIEW USE CASE 61 FIGURE 30: APPROVE ROOM USE CASE 62 FIGURE 31: VIEW USER USE CASE 63 FIGURE 32: CONCEPTUAL DIAGRAM 65 FIGURE 33: SYSTEM ARCHITECTURE DESIGN (MVC) 67 FIGURE 34: COMPONENT DIAGRAM 68 10 FPT University – Capstone Fall 2018 - Open ASP project in Intellij - Go to AspApplication.java under directory asp\src\main\java\com\caps\asp in Intellij, and click run icon next to “public class AspApplication” 166 FPT University – Capstone Fall 2018 User Manual 2.1 House Owner 2.1.1 Create Room 167 FPT University – Capstone Fall 2018 Figure 91: Create Room Interface Step Description Fill room name Fill room price Fill room area Select city Select district Fill address Select max member Select utilities Click on “Lưu” button Table 95: Create Room - Field, Buttons, Hyperlinks 168 FPT University – Capstone Fall 2018 2.1.2 Update Room 169 FPT University – Capstone Fall 2018 Figure 92: < House owner > Update Room Interface Step Description Fill room name Fill room price Fill room area Select city Select district Fill address Select max member Select utilities Fill Description 170 FPT University – Capstone Fall 2018 10 Click on “Lưu” button Table 96: Update Room - Field, Buttons, Hyperlinks 2.1.3 Delete Room Figure 93: < House owner > Delete Room Interface Step Description Click on delete button Table 97: Delete Room - Field, Buttons, Hyperlinks 171 FPT University – Capstone Fall 2018 2.1.4 Add member into Room Figure 94: < House owner > Add member into Room Interface Step Description Display all members in room House owner fill username of member want to add Update panel display all members in room House owner chooses one member to become room master Click on “Lưu” to add member Table 98: Add member into Room - Field, Buttons, Hyperlinks 172 FPT University – Capstone Fall 2018 2.1.5 Delete member of Room Figure 95: < House owner > Delete member of Room Interface Step Description Click on “Xóa” button to remove member form panel Display all members in room Click on “Lưu” to delete member Table 99: Delete member of Room - Field, Buttons, Hyperlinks 173 FPT University – Capstone Fall 2018 2.2 Room Master 2.2.1 View suggested room master list Figure 96: View Suggested Nearby Room Master’s Posts Interface Step Description Access applicatiom Table 100: Suggest Nearby Finding Roommate Posts - Field, Buttons, Hyperlinks 174 FPT University – Capstone Fall 2018 2.2.2 Create Post Figure 97: Create Finding Roommate Post Interface Step Description Display room details Fill name of post Fill user phone number Fill price Select gender Select number of members Fill description 175 FPT University – Capstone Fall 2018 Click on “Đăng ngay” to create room post Table 101:Create Finding Roommate Post - Field, Buttons, Hyperlinks 2.2.3 Update post Figure 98: < Room Master >Update Finding Roommate Post Interface Step Description Display room details Fill name of post 176 FPT University – Capstone Fall 2018 Fill user phone number Fill price Select gender Select number of members Fill description Click on “Lưu” to create room post Table 102:Update Finding Roommate Post - Field, Buttons, Hyperlinks 2.3 Member 2.3.1 View suggested room master list Figure 99: View Suggested Nearby Room Master’s Posts Interface Step Description Access applicatiom Table 103: Suggest Nearby Finding Roommate Posts - Field, Buttons, Hyperlinks 177 FPT University – Capstone Fall 2018 2.3.2 Create Post Figure 100: Create Finding Room Post Interface Step Description Select city Select district Choose price range Select utilities 178 FPT University – Capstone Fall 2018 Click on “Áp dụng” button to create post Table 104: Create Finding Room Post - Field, Buttons, Hyperlinks 2.3.3 Update Post Figure 101: Update Finding Room Post Interface Step Description Select city Select district Choose price range Select utilities 179 FPT University – Capstone Fall 2018 Click on “Áp dụng” button to create post Table 105: Update Finding Room Post - Field, Buttons, Hyperlinks G Appendix A nautical mile https://science.howstuffworks.com/innovation/science-questions/question79.htm Accessed on: Oct 2018 Spherical law of cosines https://en.wikipedia.org/wiki/Spherical_law_of_cosines Accessed on: Oct 2018 SCRUM methodology https://peskytruth.wordpress.com/2018/04/14/scrum-methodology/ Accessed on: Sept 2018 180 ... Backlog Sprint Backlog Refer to “Capstone Accommodation Sharing Platform ASP_Sprint backlog” 3.3 Meeting Minutes Refer to “Capstone Accommodation Sharing Platform ASP_MeetingMinutes” Coding Convention... Acronyms, and Abbreviations Name ASP Definition Accommodation Sharing A Introduction Project Information      Project Name: Accommodation Sharing Platform Project Code: ASP Project Type: Mobile... accurately As a matter of fact, the Accommodation Sharing Platform with a simple interface, easy to use, users not have to spend much time to post or search for an accommodation 12 FPT University

Ngày đăng: 05/08/2021, 21:39

w