Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
Nirvana - A collaboration tool for freelancers
Siddharth Kshetrapal
September 26, 2012
Design
1
98
Nirvana - A collaboration tool for freelancers
Siddharth Kshetrapal
September 26, 2012
Tweet
Share
More Decks by Siddharth Kshetrapal
See All by Siddharth Kshetrapal
siddharthkp
1
130
siddharthkp
0
40
siddharthkp
1
160
siddharthkp
1
140
siddharthkp
7
2.7k
siddharthkp
1
110
siddharthkp
0
150
siddharthkp
1
280
siddharthkp
2
280
Other Decks in Design
See All in Design
marilutwin
0
130
ohtristanart
0
140
rvillarreal
0
120
drthdan16
0
470
nodoka
2
170
masatohonda
3
1.2k
shokolateday
1
500
alvieave
0
170
mauricioangulo
0
280
rvillarreal
0
230
sketchysoul
0
190
tamadama
0
230
Featured
See All Featured
addyosmani
1348
190k
jrom
114
7.1k
shpigford
165
19k
keathley
17
640
malarkey
119
16k
garrettdimon
287
110k
paulrobertlloyd
71
1.4k
jacobian
255
20k
chriscoyier
684
180k
carmenhchung
26
1.3k
jlugia
216
16k
thoeni
4
550
Transcript
Students Name: Siddharth Kshetrapal ID No: 2009B5PS561P Station: WorkMonk PS
Faculty: Sai Sekhar Das Project Title: Nirvana – a unified web application for collaboration between freelancers, clients and project managers.
Objective To develop a unified web application for collaboration between
client, project manager & freelancer.
Background and Significance Current System: Discussion Board Time Tracker Chat
File Sharing Messaging The future:
Methodology → Everything on a single platform/application Dashboard Users Assets
Collaboration Discuss Chat
Technologies Used Frontend Backend Database
Architecture #content
Architecture
Architecture $('#content').load("./content/collab.php? projectid="+projectid+"&userid="+userid); Load Time for Base (one time) 1.1
sec Load Time for Transition between tabs 0.4 sec 73% faster transitions.
Dashboard
Users
Assets
Collab (on screenshots and uploads)
Discussion
Discussion if (window.XMLHttpRequest) xmlhttp=new XMLHttpRequest(); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 &&
xmlhttp.status==200) { $(‘#newcommentstatus’).HTML+=xmlhttp.responseText; $('#discussion').load("./content/discussion.php?projectid="+projectid +"&discussionid="+discussionid+"&userid="+userid); } } xmlhttp.open("GET","./modules/discussion/newcomment.php ?projectid="+projectid+"&discussionid="+discussionid+"&user ="+user+"&comment="+comment+"&ctime="+ctime,true); xmlhttp.send(); } xmlhttp.open( "GET", "./modules/discussion/newcomment.php? projectid="+projectid+ "&discussionid="+discussionid+ "&user="+user+ "&comment="+comment+ "&ctime="+ctime, true ); $(‘#newcommentstatus’).HTML+=xmlhttp.r esponseText; <?php $projectid=$_GET["projectid"]; $discussionid=$_GET["discussionid"]; $user=$_GET["user"]; $comment=$_GET["comment"]; $ctime=$_GET["ctime"]; echo "Adding comment<br>"; $con = mysql_connect('localhost', 'root', ''); mysql_select_db("nirvana", $con); $tempvar = mysql_query("SELECT firstname FROM users WHERE userid=$user"); $tempvar = mysql_fetch_row($tempvar); $user = $tempvar[0]; mysql_query("INSERT INTO discussion (discussionid, user, comment, time) VALUES ('$discussionid', '$user', '$comment', '$ctime' )"); mysql_close($con); ?>
Current Status Project Completed. It has not been tested on
active clients yet.
Post Mid-Sem Working on the frontend of a new web
application which would target small business owners who want to increase their online presence.
Post Mid-Sem
Summary and Conclusion Nirvana is the first tool of its
kind in the freelancing market and should give WorkMonk an edge over its competitors. Validation on real client has not been done yet.
Acknowledgement Mentor: Mr. Pushkar Gaikwad, Founder, WorkMonk PS-II Instructor: Mr.
Sai Sekhar Das