Database System: Project: Better World

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

CS2204 – CSX3006 Semester 1/2021

DATABASE SYSTEM

PROJECT: BETTER WORLD


(WEBSITE APPLICATION)

Submitted by:
Group 5
YUXIAO CHEN 6118492
HAIAO JI 6138009
HA NGOC BAO LINH 6138310
HAO YE 6238023

Submitted to:

Asst. Prof. Dr. Rachsuda Setthawong


CONTENTS:
I. INTRODUCTION
II. USERS
III. MANAGEMENT
I. INTRODUCTION
After we have done various activities regarding the database system class,
we as group 5, are ready to implement a website application as a term project.
The project names Better World is a donation website where individuals or
organizations can donate money as a gift to people who cannot pay tuition fees,
or who are seriously ill and need a large amount of medical expenses but cannot
afford, or people in disaster areas, etc...
The progress of our Better World will contain 4 necessary parts: People in
need, Projects, Donation and Donor. People in need should write down their
name and contact to apply the project. To pass the projects application, it
should contain the name, contact, ID card, address and specific. Then after the
check, the project will have an ID number and publish its details to attract the
donation. In the other side, a donor should use name, date of birth, phone
number, address, ID card number, and Email to create an account. Then they
could log in our Better World website and browse the project. If they are
interested in the project, they could click it for more information. Then, they
could choose the one they want to donate for it. After the payment of the
donation, the donation will have an ID number too and record the date, money
or item. Moreover, everyone could see the history of the donation.

II. User
About this part of the User. We used Wix to create a user’s website.
You can register the account of the website. After You sign in you can use the
features of our website.
Then about the function of this website. The first function is you can go to
the home page and check what our website has. It has the about us function it
will give you a shot introduction of our website. It has the project part it will
show your project you can help the last one is contact us function it gives you a
way to contact us
The first function for the people in need is you can apply the project to the
website you have to give your information and the details about the project and
after the administrator's approval the project will be posted on the website.
The second function for the people in need is you can check the history of
the donation you received it will you the donation id and who donated it also
has the amount of donation and the date
The first function of the donor is you can donate on the website you have to
choose the project you want to donate first and provide the information of
yourself then choose the payment method. Finally, pay for it.
The second function of the donor is you can check the donation history. It
will show you the donation id and the people you donated information also the
amount of donation and the date.
This is our user's interface.

III. MANAGEMENT
About this part of management. We used Wix to create a manager's website.
We have set a permission for the login of this website, and only audited
accounts can log in. The remaining accounts will be blocked.
Then about the function of this website. The first function is to edit the page
of the user website and upload the reviewed project. Because we use Wix to
create the website, we set a button to jump directly to the editing interface of
Wix.
The second function is to reply to user. This function also relies on the chat
function of Wix. Here the administrator will receive the project application of
people in need and all the questions sent by users.
The third function is to view historical donation records. In this part, we first
create a history table using SQL, and then perform operations to display the
total donation amount received by each project. This display includes the
project's serial number and the total amount of donations. Then for each project,
we showed each donation record of this project, including donation id, donor,
the amount of donation and the time of donation.
The last function is the personal information interface. This interface also
uses the creation of Wix. It records the personal information of the
administrator. Including the administrator's name, birthday, ID number, address
and other information.
This is our manager interface.

You might also like