You are on page 1of 17

Synopsis On

Online Sharing Story.com


For

Online Story Sharing Website

Submitted to: Submitted by:


Mr. Anshu Batham
Name: Rishabh

Roll no: 50

Sem.: V
Acknowledgement

We are extremely grateful and remains indebted to our guide Mr.


Anshu Batham, for being a source of inspiration and for his constant
support in the design implementation, and evaluation of the project.

We express a deep sense of gratitude Dr. Virendra Swaroop Institute of


Computer Studies college who gave us the inspiration and the precious
time for preparing this report.

We are thankful to them for their constant constructive criticism and


invaluable suggestion, which benefited us a lot while developing the
project on “wys.com”. Mr. Anshu Batham has been a constant source
of inspiration and motivation for hard work. He has been very
cooperative throughout this project work.

Through this column, it would be our utmost pleasure to express our


warm thanks to him for their encouragement, cooperation and consent
without which we might not be able to accomplish this project.
Table of Contents

➢ About the Organization……………………………………………………………………..4


➢ About the Project ……………………………………………………………………………..5
▪ Project Title

➢ Key Objectives ………………………………………………………………………………….6

➢ Software System Attributes……………………………………………………………….7


▪ Reliability
▪ Availability

▪ Security

▪ Maintainability

➢ E-R Diagram……………………………………………………………………………………..10
➢ System Design………………………………………………………………………………….11
▪ DFD……………………………………………………………………………………………………………
▪ Context Level……………………………………………………..
▪ Zero Level………………………………………………………….

➢ Table
Design…………………………………………………………………….13 Users
table…………………………………………………………

Stories table………………………………………………………….

Comment table…………………………………………………………

➢ System Resource……………………………………………………….. 15
▪ Platform used

▪ Software Resource Requirements

▪ Hardware Resource Requirements

➢ Bibliography……………………………………………………………….17
About the organization

wys.Com(whatsyourstory.com) is a online story sharing company of


India, for peoples to read other’s stories and also to write their own
thoughts.

Our website offers peoples to explore a new world, full of new friends,
new stories. You can find new friends across the globe. Wys has all
kind of stories you need.

Fill your world with endless possibilities. Wys has any type of book for
any type of reader. Follow along as memorable stories emerge.
Comment on books you enjoy to interact with their writers.

We have a safe and positive environment for creativity. Whatever your


story want to tell there is a reader waiting for you on Wys. From science
fiction to romance, your story could be the next huge hit.

You can read and write any type of story you want to. If you use it
you will find a beautiful, safe place with an exited and supportive
community. So.. Why not join it.. ?
About the project

Project Title: Online Story Sharing Website

Wys.Com provides a safe and supportive environment for reading


and writing the stories. We provide so many types of story for any
type of reader.

It enables users to explore a new world of possibilities. It enables to


read other’s stories and you can also interact with them by
commenting on their stories.

It provides a secure environment where personal details of users are


in safe hands. Here you can also share any photo/image to your story.

Our website offers a wide category of stories to the users, so they


can read content of their like.

Our search engine is far better from other websites because it shows
the stories according to your preferences based upon your history.
Key Objective
The key objectives of Wys.com are as follows

✓ Easy login process for writers.

✓ No need of login for readers.

✓ Login can be done using google and facebook.

✓ Online story sharing for different types of stories.

✓ One can share their story on various platforms.

✓ One can like and comment on other’s story.

✓ One can upload any relevant photo with his story.

✓ Easy to use.
Website System Attributes

There are a number of attributes of software that can serve as


requirements. In case of Wys.com these are Reliability, Availability,
Security, and Maintainability which are explained below-

Reliability:

Specify the factors required to establish the required reliability of the


software system at time of installation. Reliability is the ability to
ensure the integrity and consistency of the application and all of its
transactions. The application must produce consistent results that are
guaranteed to be valid and appropriate. The goal of the Wys.com
project is to achieve 99.9% reliability, where the user of the application
experiences a failure, resulting from any type of circumstances, no
more than 1 time in 1000 attempts.

Accessibility:

The concept of availability refers to the assurance that a service or a


resource is highly accessible. This capability is measured as time
available divided by time possible. The goal of the Wys.com project is
to achieve 99.9% accessible (shall be available during office
hours every day) and to only have downtime during planned software
and hardware upgrades.

Security:

Security ensures that information is neither modified nor disclosed


except in accordance to the security policy defined by Wys.com. Security
includes correctly authenticating the user of the system, authorizing the
user to perform certain actions, maintain data integrity across the tiers,
and ensure transactional privacy.

The Wys.Com will handle user authentication and role based privileges
to define application access points for the user. Authentication will be
handled by the user providing the username and password that the
Wys.Com initially assigned.

Maintainability :

Maintainability can be defined as the ability to economically modify


or add functionality to the website architecture or to the application
without impacting the existing functionality. The key to achieving high
maintainability is to make an effective object oriented design.

The Wys.Com is being developed in My SQL Server 2005 and php at


back end and Html and CSS at Front End. Which is an object oriented
programming language and shall be easy to maintain.
ER-Diagram
DOB
Name e-mail

Sex

username User
Address

does writes

comment on
Stories

Story
Story id
Comment id Comment id description

Story title
System Design
1 Data flow diagram:
Context level DFD

User User

Online
story sharing
Creates visits website
account

writes stories reads stories

Manages
Admin
0-Level

User-id/pwd
users Log in
Log in

Not valid Check (valid/not)

Visit

website

Reads stories

Creates
account

does

writes

comment
Stories

on posts

Stories
Table Design

1. Admin Table:
NAME TYPE NULL DEFAULT EXTRA

id Int(3) No None AUTO_INCREMENT

username Varchar(20) Yes Null

password Varchar(20) Yes Null

email_id Varchar(30) Yes Null

phone_no Int(15) Yes Null

first_name Varchar(30) Yes Null

last_name Varchar(30) Yes Null

day Int(2) Yes Null

month Int(2) Yes Null

year Int(4) Yes Null

city Varchar(20) Yes Null

country Varchar(20) Yes Null

sex Varchar(15) Yes Null


2. Story:
NAME TYPE NULL DEFAULT EXTRA

Story_id Int(3) no NONE AUTO_INCREMENT


title Varchar(30) yes NULL
story Text yes NULL
id Int(3) yes NULL

3. Comments:
NAME TYPE NULL DEFAULT EXTRA

Comment_id Int(3) no NONE AUTO_INCREMENT


comment Text yes NULL
Story_id Int(3) yes NULL
id Int(3) yes NULL
System Resource Requirements

Platform used for Development


Apache, My SQL 2005, Browser, Text Editor

Hardware Resource Requirements


Processor : 1.70 GHz and Above

Main Memory : 512 MB.

Hard Disk : 20 GB.

Disk Space : 100 MB.

Keyboard : ANY

Mouse : ANY

Monitor : ANY

Web Camera : ANY

Internet Access : Yes


Software Resource Requirements:
Operating System : Windows, Mac OS, Ubuntu

Software : Any Web browser

Data Base : SQL Server2005

Scope of project

By definition, visual story sharing might seem pretty


straightforward- it is the art of communicating a series of
message using visual multimedia. The concept is not new to our
cultural landscape.

The concept of story sharing is more relevant than ever,


especially in light of our highly digital age in which there is
a constant battle for consumers attention.

Why is online story sharing so important?

➢ The brain processes visuals 60,000 times faster than it


does plain text.
➢ Content with relevant images gets 94% more views
than content without.
➢ Nearly 66% of updates on social media are visual content.
It is more engaging for it’s audience, which heightens its
credibility, bolsters the brand and increases revenue for
the company that commissioned it.

Bibliography

how to draw data flow diagrame

Obrain “management information system”


Gordon b.davis & margrethe H.olson “manangement information system
TMH

You might also like