Difference between revisions of "User:MeShubham99/GSoc15/OGV production ready plan"

From BRL-CAD
Line 2: Line 2:
  
 
* '''REPORT and SOLVE existing bugs in backend'''
 
* '''REPORT and SOLVE existing bugs in backend'''
 +
(before coding period)
 +
  
 
* '''oAuth module and bug-free login system'''
 
* '''oAuth module and bug-free login system'''
There should be not one problem in the login process. The user should login through facebook and google IDs (even github, twitter if asked for).
+
There should be not one problem in the login process. The user should login through facebook and google IDs (even github, twitter if asked for).<br />
 +
(1 week)
 +
 
 +
 
 +
* '''Camera position for better viewing'''
 +
Configure threeJS package in meteor app for better and easy viewing.
 +
Make rendered in a separate div. <br />
 +
Enable movement through model and not just a zoom in zoom out movement. <br />
 +
See [http://stackoverflow.com/questions/25293927/threejs-rendering-scene-in-div-prevent-scrolling-of-browser-window-do-zoom-i this] <br />
 +
(1 week)
 +
 
  
 
* '''Basic Viewer functionality up to the mark'''
 
* '''Basic Viewer functionality up to the mark'''
Look into the bugs being faced while viewing the models. Includes small Enhancements if necessary.
+
Look into the bugs being faced while viewing the models. Includes small Enhancements if necessary.<br />
We will move on to enable the user to upload other 3D files as well. But first we need to ensure that there are no issues in the *.g files whatsoever.
+
We will move on to enable the user to upload other 3D files as well. But first we need to ensure that there are no issues in the *.g files whatsoever.<br />
 +
Some files are not being uploaded.<br />
 +
(1 week)
 +
 
 +
 
 +
* '''Enable model tagging'''
 +
Try to join uploaded and shared model with tags for searching purposes. The way youtube enables the user to add tags to their videos.<br />
 +
See these: <br />
 +
[https://github.com/ajduke/meteor-bootstrap-tagsinput meteor-bootstrap-tagsinput]<br />
 +
[https://github.com/apendua/meteor-tags meteor-tags]<br />
 +
(1 week)
 +
 
 +
 
 +
* '''Users can follow other users'''
 +
Users can follow other users and can get notified of their work/activity. <br />
 +
(1 week)
  
* '''embed model feature'''
 
Allow the user to embed and share models.
 
  
* '''Camera position for better viewing'''
+
* '''Search models and users'''
Configure threeJS package in meteor app for better and easy viewing.
+
Enable model searching through name, tag-name, date-time, uploader.<br />
 +
(1 week)
 +
 
  
 
* '''enhanced dashboard features'''
 
* '''enhanced dashboard features'''
The dashboard looks really empty, some information needs to be put in. Will be more like a notification center for the user.
+
The dashboard looks really empty, some information needs to be put in. Will be more like a notification center for the user.<br />
 +
(1 week)
  
* '''Enable model tagging'''
 
Try to join uploaded and shared model with tags for searching purposes. The way youtube enables the user to add tags to their videos.
 
  
 
* '''Add feedback system'''
 
* '''Add feedback system'''
Just so that the user can send the developer feedback and report bugs directly while using the web-app
+
Just so that the user can send the developer feedback and report bugs directly while using the web-app. <br />
 
+
(2-3 days)
* '''Adding an about/instructions page'''
 
Giving a walk-through to the website. Introducing the user to OGV and BRL-CAD.
 
Crucial for a production ready website.
 
  
* '''Add content to the website'''
 
Can be done under back-end OR front-end. The site lacks content. Loads of content needs to be put up. Graphics included.
 
  
 
* '''Deploy the web-app'''
 
* '''Deploy the web-app'''
 +
(after midterm)

Revision as of 06:50, 21 May 2015

Shall Consist of the TODO list for making Online Geometry Viewer, production ready at the end of GSoC'15

  • REPORT and SOLVE existing bugs in backend

(before coding period)


  • oAuth module and bug-free login system

There should be not one problem in the login process. The user should login through facebook and google IDs (even github, twitter if asked for).
(1 week)


  • Camera position for better viewing

Configure threeJS package in meteor app for better and easy viewing. Make rendered in a separate div.
Enable movement through model and not just a zoom in zoom out movement.
See this
(1 week)


  • Basic Viewer functionality up to the mark

Look into the bugs being faced while viewing the models. Includes small Enhancements if necessary.
We will move on to enable the user to upload other 3D files as well. But first we need to ensure that there are no issues in the *.g files whatsoever.
Some files are not being uploaded.
(1 week)


  • Enable model tagging

Try to join uploaded and shared model with tags for searching purposes. The way youtube enables the user to add tags to their videos.
See these:
meteor-bootstrap-tagsinput
meteor-tags
(1 week)


  • Users can follow other users

Users can follow other users and can get notified of their work/activity.
(1 week)


  • Search models and users

Enable model searching through name, tag-name, date-time, uploader.
(1 week)


  • enhanced dashboard features

The dashboard looks really empty, some information needs to be put in. Will be more like a notification center for the user.
(1 week)


  • Add feedback system

Just so that the user can send the developer feedback and report bugs directly while using the web-app.
(2-3 days)


  • Deploy the web-app

(after midterm)