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

From BRL-CAD
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Shall Consist of the TODO list for making Online Geometry Viewer, production ready at the end of GSoC'15
 
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'''
+
* '''community-bonding/before-coding period'''
 +
find bugs<br />
 +
find resources for problem solving<br />
 +
plan
 +
 
 +
 
 +
'''IN ORDER OF PRIORITY'''
 +
 
 +
 
 +
* '''oAuth module and bug-free login system''' '''[DONE]'''
 +
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 />
 +
Forget-Password is not working.<br />
 +
(1 week)
 +
 
 +
 
 +
* '''Camera position for better viewing''' '''[DONE]'''
 +
Will include work on model-view, making it optimal and better for user to view models in any way possible.<br />
 +
Configure threeJS for better and easy viewing.<br />
 +
Enable movement through model and not just a zoom in zoom out movement. <br />
 +
Enable editing configurations. <br />
 +
(1 week)
 +
 
 +
 
 +
* '''edit model''' '''[DONE]'''
 +
rename, delete, change thumbnail options for models.<br />
 +
(3-4 days)
  
* '''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).
 
  
 
* '''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.
+
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 />
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 *.g files are not being uploaded. Need to check on that. <br />
 +
'''TODO''': Add color attributes to object file
 +
(1 week)
 +
 
 +
 
 +
* '''Add feedback system''' '''[DONE]'''
 +
Just so that the user can send the developer feedback and report bugs directly while using the web-app. <br />
 +
(2-3 days)
  
* '''embed model feature'''
 
Allow the user to embed and share models.
 
  
* '''Camera position for better viewing'''
+
* '''Deploy the web-app'''
Configure threeJS package in meteor app for better and easy viewing.
+
(~10 days)
  
* '''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.
 
  
* '''Enable model tagging'''
+
* '''Enable model tagging''' '''[DONE]'''
Try to join uploaded and shared model with tags for searching purposes. The way youtube enables the user to add tags to their videos.
+
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)
  
* '''Add feedback system'''
 
Just so that the user can send the developer feedback and report bugs directly while using the web-app
 
  
* '''Adding an about/instructions page'''
+
* '''Search models and users''' '''[DONE]'''
Giving a walk-through to the website. Introducing the user to OGV and BRL-CAD.
+
Enable model searching through name, tag-name, date-time, uploader.<br />
Crucial for a production ready website.
+
(1 week)
  
* '''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'''
+
* '''Users can follow other users''' '''[DONE]'''
 +
Users can follow other users and can get notified of their work/activity. <br />
 +
(2 weeks)
 +
 
 +
 
 +
* '''enhanced dashboard and profile pages for user: backend''' '''[DONE]'''
 +
Dashboard/landing page after login: Will be more like a notification center for the user. Activity of the user he/she follows, search options etc.<br />
 +
Profile page: I thought it must look like the one like behance profiles. Details of user on the left and his uploads/models on the right.<br />
 +
(1 week)

Latest revision as of 15:23, 21 August 2015

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

  • community-bonding/before-coding period

find bugs
find resources for problem solving
plan


IN ORDER OF PRIORITY


  • oAuth module and bug-free login system [DONE]

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).
Forget-Password is not working.
(1 week)


  • Camera position for better viewing [DONE]

Will include work on model-view, making it optimal and better for user to view models in any way possible.
Configure threeJS for better and easy viewing.
Enable movement through model and not just a zoom in zoom out movement.
Enable editing configurations.
(1 week)


  • edit model [DONE]

rename, delete, change thumbnail options for models.
(3-4 days)


  • Basic Viewer functionality up to the mark

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 *.g files are not being uploaded. Need to check on that.
TODO: Add color attributes to object file (1 week)


  • Add feedback system [DONE]

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

(~10 days)


  • Enable model tagging [DONE]

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)


  • Search models and users [DONE]

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


  • Users can follow other users [DONE]

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


  • enhanced dashboard and profile pages for user: backend [DONE]

Dashboard/landing page after login: Will be more like a notification center for the user. Activity of the user he/she follows, search options etc.
Profile page: I thought it must look like the one like behance profiles. Details of user on the left and his uploads/models on the right.
(1 week)