Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Nirvana - A collaboration tool for freelancers
Search
Siddharth Kshetrapal
September 26, 2012
Design
150
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Nirvana - A collaboration tool for freelancers
Siddharth Kshetrapal
September 26, 2012
More Decks by Siddharth Kshetrapal
See All by Siddharth Kshetrapal
We need to talk about our frontend workflow
siddharthkp
1
280
Advanced Component Patterns
siddharthkp
0
120
The life of CSS and it's future
siddharthkp
1
250
Building real time data heavy interfaces for SaaS
siddharthkp
1
230
A portal to the future
siddharthkp
7
2.9k
Do you even jam bruh?
siddharthkp
1
190
Designing in React
siddharthkp
0
240
ES2015 on production? Not so fast
siddharthkp
1
370
Building node modules
siddharthkp
2
530
Other Decks in Design
See All in Design
AI時代に求められるUXデザインのアプローチ
xtone
1
8.1k
1000人規模の組織でデザインハーネスを導入するための第一歩
pkshadeck
PRO
4
3.4k
図面資産×AI 眠れる資産を起こす挑戦
aonomasahiro
0
200
空間アプリ開発のフィードバックをCodexにするための抽象的なデザインツールの模索
karad
0
170
root COMPANY DECK / We are hiring!
root_recruit
4
30k
Rethinking IFUs: What Board Game Rulebooks Contribute to IFU Usability
deadlinepoet
0
350
もう迷わない!“なんとなく”を卒業するフォントの選び方【村田俊英】
toshihidemurata
0
830
Frontier
rwang05
0
190
AI時代に必要な アイデアの形
uxman
0
260
20260215独立行政法人科学技術振興機構(JST) 社会技術研究開発センター(RISTEX)ケアが根づく社会システム _公開シンポジウム
a2k
1
250
「バイブコーディングって何?」から始まった、 AIとの一年間と、その先のこと
seto
0
1.1k
設計と制作 意図を形に表す / Design and Making: Intent Made Form
usagimaru
3
2.1k
Featured
See All Featured
Become a Pro
speakerdeck
PRO
31
6.2k
How to make the Groovebox
asonas
2
2.3k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Speed Design
sergeychernyshev
33
2k
How to train your dragon (web standard)
notwaldorf
97
6.8k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
2.4k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4.1k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
440
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.4k
Code Review Best Practice
trishagee
74
20k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
270
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
350
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