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

From BRL-CAD
Line 50: Line 50:
 
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 />
 
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)
 
(1 week)
 +
 +
 +
* '''edit model'''
 +
rename, delete, change thumbnail options for models.
  
  

Revision as of 10:04, 22 May 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


  • 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).
Forget-Password is not working.
(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 and profile pages for user: backend

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)


  • edit model

rename, delete, change thumbnail options for models.


  • 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)