70
SYSTEM FOR HOME CARE FATIN FARHANA AZWA BINTI RASDY (044402) DEGREE OF BACHELOR OF COMPUTER SCIENCE IN SOFTWARE FACULTY OF INFORMATICS AND COMPUTING UNIVERSITI SULTAN ZAINAL ABIDIN, TERENGGANU, MALAYSIA 2019/2020

SYSTEM FOR HOME CARE FATIN FARHANA AZWA BINTI RASDY ... · FAKULTI INFORMATIK DAN KOMPUTERAN UNIVERSITI SULTAN ZAINAL ABIDIN, TERENGGANU, MALAYSIA DICEMBER 2019. I DECLARATION In

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

  • SYSTEM FOR HOME CARE

    FATIN FARHANA AZWA BINTI RASDY

    (044402)

    DEGREE OF BACHELOR OF COMPUTER SCIENCE IN SOFTWARE

    FACULTY OF INFORMATICS AND COMPUTING

    UNIVERSITI SULTAN ZAINAL ABIDIN, TERENGGANU, MALAYSIA

    2019/2020

  • SYSTEM FOR HOME CARE

    FATIN FARHANA AZWA BINTI RASDY

    DEGREE OF BACHELOR OF COMPUTER SCIENCE IN SOFTWARE

    FAKULTI INFORMATIK DAN KOMPUTERAN

    UNIVERSITI SULTAN ZAINAL ABIDIN, TERENGGANU, MALAYSIA

    DICEMBER 2019

  • I

    DECLARATION

    In recognition of this declaration, I acknowledge the writing of this report is the result

    from my own with help and referrals - referrals from existing resources. I am also

    declaring that this project is from my own result of the project and not been produced by

    other students or individuals who do not respect or imitation from other institutions.

    STUDENT :

    FATIN FARHANA ZWA BINTI

    RASDY

    DATE :

  • II

    CONFIRMATION

    This is to confirm that this project entitled Home Care System was prepared and submitted by Fatin

    Farhana Azwa Binti Rasdy, matric number BTAL044402 and has been satisfactory in terms of scope,

    quality and presentation as partial fulfilment of the requirement for the Bachelor of Computer Science

    (Software Development) with honors in Universiti Sultan Zainal Abidin. The research conducted and

    the writing of this report was under my supervisor.

    SUPERVISOR:

    PN. NORLINA BINTI

    UDIN@KAMARUDDIN

    DATE :

  • III

    ACKNOWLEDGEMENT

    Thank you Allah, I am grateful for His bounties, I can do the final semester project

    that was commissioned by the Faculty Informatics and Computing, Universiti Sultan

    Zainal Abidin that given to all final year student.

    For my supervisor Pn. Norlina Binti Udin@Kamaruddin and respected appraisers, real and

    guidance given are appreciated. Thanks invaluable for helping to provide valuable input

    in the development of this project.

    Thanks also goes for countless families for giving guidance, support and help

    throughout in many developing this project. Do not forget to also thank is addressed to

    colleagues that are developing final semester project together. All views and opinions

    provided will be utilized to the fullest.

    Thanks also go to the Universiti Sultan Zainal Abidin for providing opportunities

    for students to develop this project because it exposes the students to general knowledge

    during development in this project. Appreciation also goes to all those involved either

    directly or indirectly helping to ensure the success of the system for home care. I am

    hoping this project will be beneficial to all involved.

  • III

    ABSTRACT

    System for Home Care is designed to manage all the information about helper, public user

    and services that been provided in system to make it easier for public user to find the

    helpers and to make it easier for the helpers to provide their services. This system is for help

    all the party that involve in manage the service starting from application until the ranting.

    All around the world have been provide with these kind of services. But, the problem arise

    went the public user do not know who the best helper for their situation and the helper do

    not have the details about the public user. Furthermore, in this era of IT, everyone want

    their job that is easier. This paper will build up a system that will help the problem that the

    public user and helper have and to make it easier for public user to choose the helper that

    best for their situation. This system for home care will build up from combination PHP,

    MySQL, HTML, JavaScript, and will be using WSM for the method. Expected result from

    home care system will be center of the helpers and manage possess more easily. This home

    care system is totally different from the existing similar system because it will upgrade the

    similar existing system and make it much better to used.

  • IV

    ABSTRAK

    Sistem “home care” direka untuk menguruskan semua maklumat tentang pembantu,

    pelanggan dan perkhidmatan yang disediakan di dalam “home care”. Ia untuk

    memudahkan pelanggan mencari pembantu dan untuk memudahkan pembantu

    menawarkan perkhidmatan mereka. Sistem ini adalah untuk membantu semua pihak yang

    terlibat dalam menguruskan perkhidmatan bermula dari permohonan sehingga ke

    penilaian. Sebenarnya, sistem seperti ini telah banyak terdapat di serata dunia. Tetapi,

    masalah timbul apabila pelanggan tidak tahu bagaimana untuk mencari pembantu yang

    terbaik@ sesuai untuk situasi mereka dan pembantu tidak mempunyai maklumat tentang

    pelanggan. Selain itu, dalam era IT ini, semua orang menginginkan kerja yang mudah dan

    senang. Kertas kerja ini akan menerangkan proses dari awal hingga akhir sistem ini

    dibangukan yang akan membantu menyelesaikan masalah yang ada dan membantu

    pelanggan untuk memilih pembantu yang paling sesuai untuk situasi mereka. Sistem

    “home care” akan dibina menggunakan gabungan PHP, MySQL, HTML, JavaScript, dan

    akan menggunakan Weighted Sum Model untuk memastikan fungsi utama berjalan. Hasil

    yang dijangkakan dari sistem ini akan menjadi sebuah pusat bagi pembantu dan supaya lebih

    mudah untuk semua pihak untuk menggunakannya. Sistem ini sama sekali berbeza dengan

    sistem yang sedia ada kerana ia akan menaik taraf sistem yang sedia ada dan

    menjadikannya lebih baik untuk digunakan.

  • V

    CONTENTS

    DECLARATION I

    ACKNOWLEDGEMENT II

    ABSTRACT III

    ABSTRAK IV

    LIST OF FIGURES VIII

    LIST OF ABBREVIATIONS XI

    CHAPTER PAGES

    1 INTRODUCTION

    1.1 Background 1

    1.2 Problem Statement 2

    1.3 Objective 2

    1.4 Scope

    1.4.1 The helpers 3

    1.4.2 Public user 3

    1.4.3 Admin 3

  • VI

    1.4.4 Helper’s selection 4

    1.5 Limitation of work 4

    1.6 Expected result 4

    1.7 Structure of Thesis 5

    1.8 Conclusion 6

    2 LITERATURE REVIEW

    2.1 Introduction 7

    2.2 Related research technique and tools 8

    2.3 Study of the existing system 9

    2.4 Analysis of existing system 10

    2.5 WSM reasoning 10

    2.6 Conclusion 11

    3 METHODOLOGY

    3.1 Introduction 12

    3.2 Planning 13

    3.3 Analysis and design 14

    3.3.1 Framework 15

    3.3.2 Content diagram 16

    3.3.3 Data flow diagram 17

  • VII

    3.3.4 Entity relationship diagram 18

    3.4 Data dictionary 19

    3.5 Implementation 21

    3.6 Testing 21

    3.7 Evaluation 22

    3.8 Conclusion 22

    4 IMPLLEMENATION AND TESTING

    4.1 Introduction 23

    4.2 Implementation 23

    4.3 Testing 24

    4.4 Conclusion 49

    5 CONCLUSION AND RECOMMENDATION FO IMPROVEMENT

    5.1 Introduction 51

    5.2 Results and Achievement of system 52

    5.3 Weakness of Home Care 53

    5.4 Suggestion for improvement 53

    5.5 Expected result 54

    5.6 Conclusion 54

  • VIII

    REFERENCE R-1

    APPENDIX L-1

  • IX

    LIST OF FIGURES

    FIGURE PAGES

    Figure 2.2.1: literature review based on method 8

    Figure 2.2.2: literature review based on similar system 8

    Figure 2.2.3: literature review based on platform 9

    Figure 2.4.1: WSM structure 11

    Figure 3.1: interactive development model 13

    Figure 3.3.1.1: Framework 15

    Figure 3.3.2.1: content diagram 16

    Figure 3.3.3.1: data flow diagram 17

    Figure 3.3.4.1: entity relationship diagram 18

    Figure 3.4.1: public user 19

    Figure 3.4.2: helpers 19

    Figure 3.4.3: admin 19

    Figure 3.4.4: feedback 20

    Figure 3.4.8: request 20

    Figure 4.1: interface of home care 24

    Figure 4.2: public user login page 25

    Figure 4.3: helpers login page 26

    Figure 4.4: admin login page 27

    Figure 4.5: public user homepage 28

    Figure 4.6: public user profile 29

  • X

    Figure 4.7: public user profile update 30

    Figure 4.8: helper page 31

    Figure 4.10: filter form 32

    Figure 4.13: helper registration form 35

    Figure 4.14: feedback page 36

    Figure 4.15: public user logout warning 36

    Figure 4.16: helper’s homepage 37

    Figure 4.17: helpers profile page 38

    Figure 4.18: helpers profile update 39

    Figure 4.25: status page 44

    Figure 4.26: helpers log out warning 45

    Figure 4.27: admin homepage 45

    Figure 4.28: admin helpers button 46

    Figure 4.29: admin update helper’s page 46

    Figure 4.30: admin add helpers page 47

    Figure 4.31: admin list helper’s page 47

    Figure 4.32: admin public user button 48

    Figure 4.33: admin public user update page 48

    Figure 4.34: admin list public user page 49

    Figure 4.35: admin log out warning 49

  • XI

    LIST OF ABBREVIATIONS

    HTTP – Hypertext Transfer Protocol

    HTTPS – HyperText Transport Protocol Secure

  • 1

    CHAPTER 1

    INTRODUCTION

    1.1 Background

    System for Home Care is designed to manage and organize all information about helper’s

    services (maid, nanny, and medical assistant). This system will upgrade the similar

    existing system that lack from a few aspect and it hard for public user to find a helpers

    when they need it and hard for the helpers to provides and promote their services to the

    public users.

  • 2

    1.2 Problem Statement

    The following are the problem statement of home care system:

    a) There are no one center platform that collect and offer the helpers (maid, nanny,

    and medical assistant) services.

    b) Lack information about the helpers that offer the services.

    c) Data and information about helpers not organize and systematic.

    d) Public user do not know which helpers that suitable for their situation.

    Proposed Solution

    The solution for the problem statement is to create a platform that will be center of the

    helpers.

    1.3 Objective

    To design home care systems that will organize all the information and data about

    maid, nanny and medical assistant.

    To implementation a system that will help to make it easier for public user to book

    the helpers and to make it easier for the helpers to provide their services.

    To evaluate the effectiveness of the systemization.

  • 3

    1.4 Scope

    In this section, the scope of the systems will be based on modules:

    1.4.1 The helpers:

    i. Maids.

    ii. Nanny.

    iii. Medical assistant.

    iv. To provide services for the public user.

    1.4.2 Public User:

    i. Use the systems to choose and book helpers.

    ii. Get the information about helpers that provide the services.

    1.4.3 Admin:

    I. Manage the whole systems.

    II. Get the list of helpers and public users.

    III. Get the detail about helpers and public users.

    IV. Give the status about systemization to public users.

  • 4

    1.4.4 Helper’s selection:

    i. Public user will choose the helpers for the situations.

    ii. Helpers will accept the offer.

    1.5 Limitation of Work

    i. Home care systems will only provide the maid, nanny and medical

    assistant to the public users.

    ii. Payment between the public users and the helpers will not involve in this

    systems.

    1.6 Expected Result

    i. Organize all the information and data about maid, nanny and medical assistant.

    ii. Easier for public user to book the helpers and to make it easier for the helpers to provide their services.

    iii. Manage information and data for the helpers (maid, nanny and medial assistant).

  • 5

    1.7 Structure of Thesis

    This report contains five chapters. The first chapter discusses the introduction of

    the system proposed and carried out together with the relevant current issues. Some of the

    key objectives set out in the development of home care systems as well as reviewing and

    making a statement that the problems will be developed for this project. This chapter also

    contains the scope of the project, limitation of the systems and the expected result. A

    summary of each chapter also stated in this report.

    The second chapter is literature review contains a brief review of the systems was

    carried out before the systems is implemented. Comparisons between the existing systems

    with new systems that will be developed are also included in this chapter. In addition, this

    chapter also describes the comparison technology, methods and software used in the

    implementation of systems development.

    The third chapter describes the methodology, hardware and software used to

    develop the systems. This chapter also involve the design and framework of the system.

    Interactive development model was used to develop system for home care. This

    methodology was chosen because the concept is relevant to the development of the system.

    Information for each phase in this methodology is also explained.

  • 6

    The four chapter will consists implementation and testing. In implementation

    phase, the flow of development home care systems will clearly explained. Testing phase

    will show the home care list the helpers that will offer the services to the public users. The

    last chapter describes the conclusion of this report. It includes the achievement of the

    project, weakness, the suggestion for improvement and expected result for this home care

    system.

    The fifth chapter will consists all the conclusion for the project. This chapter

    content the summary for the whole project, project contribution, project limitation and

    some suggestion for the future.

    1.8 Conclusion

    For the conclusion, this chapter contains summarization of the home care systems

    to be developed. The problem statements are mentioned and it is why the home care

    systems is created. In addition, the objectives of this program are clearly listed to tell what

    is needed to achieve during the development of home care systems. The scopes are been

    stated to notify what and who will involve in this program.

  • 7

    CHAPTER 2

    LITERATURE REVIEW

    2.1 Introduction

    This chapter describes a detailed study regarding the method, platform, technique and

    similar system for home care. Some similarities with technique and method will be used in the

    development on this system for home care. This information is collected to solve the problems that

    arise to improve the quality of the home care system. Existing similar system is developing by

    using PHP, MySQL, JavaScript, HTML and Weighted sum model that will also be used in this

    project.

  • 8

    2.2 Related research technique and tools

    Figure 2.2.1: literature review based on method

    Figure 2.2.2: literature review based on similar system

  • 9

    Figure 2.2.3: literature review based on platform

    2.3 Study of the existing system

    This study have been done on the existing similar home care system. The system that have

    been used is already an online system. However, there have a few problem and lack some of user

    friendly in the system.

    Some of the problem is, there are no center or platform that collect all information about

    helper services and offer the services. The other problem is, data and information about helpers is

    not organize and systematic and public user do not know which helper that suitable for their

    situation.

  • 10

    2.4 Analysis of existing system

    After the study, an analysis have been done and here is some of the conclusion that we

    have based on analysis.

    Because of the problem that the similar home care system have, it has been difficult to the

    user to used and manage this system. The public user for example have a lot of thing to take care

    in the process. This is because, they have to choose among a lot of helper that have been there and

    not all the helper is suitable for their situation. The data and information is also not organize and it

    make it harder for user to find and manage the information.

    With this new home care system, we hope that most of the problem that the user had to face

    is solved. This is because the main propose of this new system for home care is to collect and

    upgrade the similar system and make it much easier.

    2.5 Weighted sum model reasoning

    A weight function is a mathematical device used when performing a sum, integral, or average

    to give some elements more "weight" or influence on the result than other elements in the same set.

    The result of this application of a weight function is a weighted sum or weighted average. Weight

    functions occur frequently in statistics and analysis, and are closely related to the concept of

    a measure. Weight functions can be employed in both discrete and continuous settings.

    https://en.m.wikipedia.org/wiki/Weighted_averagehttps://en.m.wikipedia.org/wiki/Statisticshttps://en.m.wikipedia.org/wiki/Mathematical_analysishttps://en.m.wikipedia.org/wiki/Measure_(mathematics)

  • 11

    In decision theory, the weighted sum model (WSM) is the best known and simplest multi-

    criteria decision analysis (MCDA) / multi-criteria decision making method for evaluating a number

    of alternatives in terms of a number of decision criteria.

    It is very important to state here that it is applicable only when all the data are expressed in

    exactly the same unit. If this is not the case, then the final result is equivalent to "adding apples and

    oranges."

    In general, suppose that a given MCDA problem is defined on m alternatives and n decision

    criteria. Furthermore, let us assume that all the criteria are benefit criteria, that is, the higher the

    values are, the better it is. Next suppose that wj denotes the relative weight of importance of the

    criterion Cj and aij is the performance value of alternative Ai when it is evaluated in terms of

    criterion Cj. Then, the total (i.e., when all the criteria are considered simultaneously) importance of

    alternative Ai, denoted as AiWSM-score, is defined as follows:

    Figure 2.4.1: WSM formula

    For the maximization case, the best alternative is the one that yields the maximum

    total performance value.

    https://en.wikipedia.org/wiki/Decision_theoryhttps://en.wikipedia.org/wiki/Multi-criteria_decision_analysishttps://en.wikipedia.org/wiki/Multi-criteria_decision_analysishttps://en.wikipedia.org/wiki/Multi-criteria_decision_making

  • 12

    2.6 Conclusion

    Literature review was carried out on this chapter. With this information, it can be used as a

    reference for making process improvements of the system in the future. With the analysis had been

    made up, choosing the best and suitable software was very important in system for home care. With

    the analysis from similar system, it was explained detailed about the flow it works and how it

    affects the target.

  • 12

    CHAPTER 3

    METHODOLOGY

    3.1 Introduction

    Iterative development model is a way of breaking down the software development

    of a large systemization into smaller chunks. In iterative development model, feature code

    is designed, developed and tested in repeated cycles that consist planning & requirement,

    analysis & design, implementation, testing and evaluation. With each iteration, additional

    features can be designed, developed and tested until there is a fully functional software

    systemization ready to be deployed to public users. Interactive model methodology is

    chosen because it is suitable to system in this program. There are some concepts to guide

    the process of system development. Iterative development contrasts with a traditional

    waterfall method. The purpose of working iteratively is to allow more flexibility for

    changes.

    Each steps needed to build this program will be explained in this methodology.

    Each phase will be described the process that had been done and will be run. Figure 3.1

    below which is used to explain each phase of development of this program.

    https://searchsoftwarequality.techtarget.com/definition/iterativehttps://searchsoftwarequality.techtarget.com/definition/waterfall-model

  • 13

    Figure 3.1: interactive development model

    3.2 Planning and requirements

    In this phase, the first step is to map out the specification documents establish

    software or hardware requirement. The information was collected from similar home care

    system. In addition, the need of the system had been determined based on information

    obtained and collected to know the priority needs to be implemented. The method chosen

    for this phase of this system is analysis from research paper.

  • 14

    3.2.1 software requirement

    software description

    Notepad++ Software used for developing the code

    for function and interface.

    Microsoft Office 2013 Tools that are used for documentation

    of the project, creating report,

    presentation slide and making

    diagram.

    Adobe Reader Tool that are used to view documents,

    journal and research paper.

    XAMPP Web Server Local sever to run and test the system

    and the database connection.

    Google Chrome Mozilla Firefox Tool that are used as a platform to run

    the system.

    Table 3.1: List of Software

    3.3 Analysis and design

    When the planning is complete, an analysis is performed to nail down the system

    opiate business logic, database model, and requirements for this phase.

    The design phase was a phase to sketch function in system for home care. The

  • 15

    discussion about the design of the system was carried out. It will include the function such

    as provide helpers details to public user, provide public user details to helpers and user

    can view and manage the information in the system. A system for home care was prepared

    in accordance with the system opiate structure to make it easier to users.

    3.3.1 Framework

    Figure 3.3.1.1 show the framework for the home care system. That consist user

    system and helper that we interact with each other and will have two way communication.

    Figure 3.3.1.1: Framework

  • 16

    3.3.2 Content Diagram

    Figure 3.3.2.1 is show the CD for the home care system that consist three user

    (admin, public user and helpers) and what they can do.

    Figure 3.3.2.1 content diagram

  • 17

    3.3.3 Data Flow Diagram

    Figure 3.3.3.1 show flow for process that have in home care system. The system

    have four main process (manage helper, manage public user, manage booking and manage

    report).

    Figure 3.3.3.1 data flow diagram

  • 18

    3.3.4 Entity Relationship Diagram

    figure 3.3.4.1 show the relationship between table that have in home care mobile

    system.

    Figure 3.3.4.1 entity relationship diagram

  • 19

    3.4 Data Dictionary

    Figure 3.4.1 to 3.4.8 show the detail for each table that have in the home care system.

    For example name, type, collation, attributes, null, default and comment.

    Figure 3.4.1 public user

    Figure 3.4.2 helpers

    Figure 3.4.3 admin

  • 20

    Figure 3.4.4 feedback

    Figure 3.4.5 medical assistant

    Figure 3.4.6 maid

    Figure 3.4.7 nanny

    Figure 3.4.8 request

  • 21

    3.5 Implementation

    In the implementation phase, the system for home care was ready to implement.

    The understanding with the coding from PHP was very important. Coding for the

    functions, which were to select the helpers based on criteria that public user want and

    based for their situations.

    3.6 Testing

    In the testing phase, the system for home care will go through a series of testing

    procedures to identify and locate any potential bugs or issues that have cropped up. Testing

    will be done on system developed until the system is free from error and functioning as

    designed to achieve the objectives. The home care system will be run in the systems. The

    users need to log in into the system first before they can used this system. When the user

    already in the system, they can used all the function that have in their homepage. Note that

    the entire user have the different function in their homepage based on their categories.

    Once the system be able to do all the function, the home care system was meet the

    objectives. Otherwise, the coding needs to change to make sure all the function was

    running well.

  • 22

    3.7 Evaluation

    Once all the phase have been completed, it time evaluation phase to begin. In this

    phase, the entire team including the client or other outside parties to examine where the

    system at, where it needs to be and what should or can be change in the system.

    3.7 Conclusion

    Selection for correct methodology can provide an initial overview that could bring

    the system to the right direction. Every phases contained in this methodology were the

    planning & requirements phase, analysis & design phase, implementation phase, testing

    phase and the evaluation phase was related to system for home care developed.

    Through these phases, the system plans will be more orderly and systematic. This

    methodology helps in the development of the system in order to better understand the

    journey and the process involved in each phase of implementation.

  • 23

    CHAPTER 4

    IMPLEMENTATION AND TESTING

    4.1 Introduction

    This chapter will describe the phase of implementation and testing. In this phase,

    target users should test every function in the Home Care system. During this phase, Home

    Care system will be developed and tested to meet the main objective.

    4.2 Implementation

    The implementation process was carried out after the analysis and design phase.

    This phase will show the results for analysis and design phase on the development of

    program to meet the main objective.

  • 24

    4.3 Testing

    Testing can only be done after all the work to develop these Home Care system

    completed and there was no errors in development process. This process was intended to

    ensure a smooth system and simplify target users to test the system. Tests were also

    conducted to ensure error-free in the system. Through this phase, target users can see all

    the advantages and disadvantages inherent in the Home Care system that has been

    developed. In addition, this testing can provide ideas need to be added in the system for the

    future.

    Figure 4.1: Interface of Home Care

    Target users must run this interface on the computer. It just needs to click any of

    the login button based on their categories. Then they can log in into this system through

    their own login pages.

  • 25

    Figure 4.2: Public user login page

    The public user login page is used for public user to log in into the system.

    Figure 4.3: Helpers login page

    The helper’s login page is used for helpers to log in into the system.

  • 26

    Figure 4.4: Admin login page

    The admin login page is used for admin to log in into the system.

    Figure 4.5: public user homepage

    The public user homepage is the homepage for the public user when they log in into the

    system.

  • 27

    Figure 4.6: public user profile

    The profile button in the public user homepage will display the details about the user.

    Figure 4.7: public user profile update

    The update profile page will display the user details and will give option to user to

    update their details.

  • 28

    Figure 4.10: filter form

    After the user choose what type of services they want to request the have to filter

    the helpers based on their priority.

    Figure 4.13: helper registration form

    Public user can be the helpers went the sign up and register to be a helper.

  • 29

    Figure 4.14: Feedback page

    After the process and service is done, the user or public user can give the feedback

    about the helper.

    Figure 4.15: public user logout warning

    The public user log out warning is after the user hit the button log out.

  • 30

    Figure 4.16: helper’s homepage

    The helper’s homepage is the homepage for the helpers when they log in into the

    system.

    Figure 4.17: helpers profile page

    The profile button in the helper homepage will display the details about the user.

  • 31

    Figure 4.18: helpers profile update

    The update profile page will display the helper’s details and will give option to user

    to update their details.

    Figure 4.26: helpers log out warning

    When the helper hit on log out button, this warning will display.

  • 32

    Figure 4.27: Admin homepage

    The admin homepage is the homepage for the admin when they log in into the

    system.

    Figure 4.29: Admin update helper’s page

    The page for update helper.

  • 33

    Figure 4.30: Admin add helpers page

    The form for register new helper.

    Figure 4.31: Admin list helper’s page

    The page will display helper’s details.

  • 34

    Figure 4.33: Admin public user update page

    The list of the student and there have the update button to update the student details.

    Figure 4.34: Admin list public user page

    The page will display the detail for the public user.

  • 35

    Figure 4.35 Admin log out warning

    When admin hit the log out button.

    4.4 Conclusion

    Conclusion for this chapter, it will explain briefly about implementation and testing

    for Home Care system. In the implementation and testing phase, the task was very

    important because it will involve writing system code and the result accomplish the main

    function for the system.

  • 36

    CHAPTER 5

    CONCLUSIONS AND RECOMMENDATIONS FOR IMPROVEMENT

    5.1 Introduction

    This chapter will summarize and discuss the results and achievements of the system

    that have been developed. Some of the proposals are set out for ease of reference the

    development of future Home Care system for review and follow up improvenment to the

    system that have been developed. It is intended to enhance and improve the quality of

    system that have been developed in order to get better and be able to overcome all the

    problems or errors contained in the system.

    Therefore, a few proposals for improvements also inserted in this section is

    intended to further improve the system or upgrading the quality and range of system in the

    future.

    5.2 Results and achievements of system

    This study was conducted by analysis through various information from related

    books, journals, websites and forums that discuss and provide information on related

    system. From an analysis of the system had been made, the flow and situations that occur

  • 37

    in system was clearly understanding. The results of the study was help in process of

    developing the Home Care system. The design of Home Care system was created based on

    function from existing and was add a few upgrade function in it.

    During implementation,testing and maintenance phases, the writing system codes

    had been created based on the abilities for each function which were get the information

    about helpers based on their fields, systemlication process and systemlication status. Tests

    on every code that had been generated to enables the result from Home Care system will

    be free from any significant errors and not to cause any problems during the execution in

    the system.

    This system was made on the web based. It had included with three function which

    were get the information about the helpers based on the field, the systemlication process

    and the systemlication status and the feedback.

    5.3 Weakness of Home Care system

    In every development of the system, there was the weakness in the system

    developed. The weakness of system required improvement in the future. Thus, the

    weakness will not interfere with the original objective of the system. Weakness of system

    shown below:

  • 38

    I. Home care systems will only provide the maid, housekeeping, nanny and medical

    assistant to the public users.

    II. Payment between the public users and the helpers will not involve in this systems.

    III. This system cannot ensure that every public user that system for the helpers will be

    accept in the helpers.

    5.4 Suggestions For Improvement

    After determining the weakness of Home Care system, there are some suggestion

    need to be improved. One of the suggestion is this system should be able to make it more

    easy to systemly to the helpers. The public user should could comunicate with helpers

    through the system.

    5.5 Expected Result

    Basically, Home Care system are used for public user to look for the helper that

    they want to do hired. So the different with the Home care system that will developed is

    the system are used to give the details information about the helpers and the public user

    can filter the helpers, make it much easier to the systemization process. Expected result

  • 39

    from the Home Care system should be running and functional well with the main functions.

    The Home Care system should provide needed information to the users of this system.

    5.6 Conclusion

    For the conclusion, this chapter describes the weakness in the Home Care system

    that will be developed. Therefore, any limitation are found in the system need to be

    improved in the future to strength and improve the quality and standard of Home Care

    system in use to upgrade the limitation in the system.

  • R1

    REFERENCES

    [1] HTML references retrieved from http://www.w3schools.com/html/default.asp

    [2] PHP references retrieved from http://www.w3schools.com/php/default.asp

    [3] SQL references retrieved from http://www.w3schools.com/sql/default.asp

    [4] CSS references retrieved from http://www.w3schools.com/css/default.asp

    [5] JavaScript references retrieved from http://www.w3schools.com/js/default.asp

    [6]Related system references retrieved from https://www.theseus.fi/handle/10024/119344

    [7]Thomas L. Saaty Related information AHP references retrieved form

    https://www.inderscienceonline.com/doi/abs/10.1504/IJSSci.2008.01759

    [8]AHP related references retrieved from

    https://www.sciencedirect.com/science/article/pii/S1389934199000040

    [9] under 35 U.S.C. §119(e) of U.S. Provisional Patent Application No.60/623,108, filed

    on Oct. 29, 2004, entitled Wireless Data Scanning Network for Building Location Beacon

    Database retrieved from https://patents.google.com/patent/US7305245B2/en

    [10] Author: Oluwaseye Omowa retrieved from

    https://www.theseus.fi/handle/10024/119344

    [11] International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249

    – 8958, Volume-1, Issue-4, April 2012 82 E- Recruitment Avinash S. Kapse, Vishal S.

    Patil, Nikhil V. Patil,AHP journal reference retrieved from

    http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.686.5816&rep=rep1&type=pd

    f

    http://www.theseus.fi/handle/10024/119344http://www.theseus.fi/handle/10024/119344

  • L1

    APPENDIX

  • incDB

  • Connection

  • Index

    HOME CARE

  • HOME

    CARE

    Always There When You

    Need It

    Please Choose Your

    Login!

    Public User

  • Helpers

    Admin




    New here?

    Facebook

    Twitter

  • Google+

  • Helpers Feedback

    HOME CARE

  • HOME

    CARE

    Always There When You

    Need It

    Profile

    Services

    Nanny

    Maid

    Medical Assistant

    Helper's registration

    Status

    Feedback

  • Log

    Out

    Feedback


  • {

    //display record

    $TableName = "feedback";

    $SQLstringDisplay = "SELECT * FROM $TableName WHERE helpers_id = $_SESSION[ID] ";

    $QueryResult = @mysql_query($SQLstringDisplay, $DBConnect);

    echo

    "\n";

    echo

    "Feedback ID

    User ID

    Helper_ID

    Rate

    Description

    ";

    while(($Row =

    mysql_fetch_assoc($QueryResult)) !== FALSE)

    {

    echo

    "";

    echo

    "{$Row['feedback_id']}";

    echo

    "{$Row['cust_id']}";

    echo

    "{$Row['helpers_id']}";

  • echo

    "{$Row['rate']}";

    echo

    "{$Row['desc']}";

    }

    echo

    "\n";

    mysql_close($DBConnect);

    }

    ?>

  • 3 star

    4 star

    5 star

    Description

      

  • Facebook

    Twitter

    Google+

  • Logout