Difference between revisions of "User:MeShubham99/GSoc15/OGV production ready plan"
MeShubham99 (talk | contribs) |
MeShubham99 (talk | contribs) |
||
Line 5: | Line 5: | ||
* '''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). | ||
− | * '''Basic Viewer | + | |
+ | * '''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. | ||
+ | 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. | ||
+ | |||
* '''embed model feature''' | * '''embed model feature''' | ||
Allow the user to embed and share models. | Allow the user to embed and share models. | ||
+ | |||
* '''Camera position for better viewing''' | * '''Camera position for better viewing''' | ||
Configure threeJS package in meteor app for better and easy viewing. | Configure threeJS package in meteor app for better and easy viewing. | ||
+ | |||
* '''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. | ||
+ | |||
* '''Enable model tagging''' | * '''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. | 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 | Just so that the user can send the developer feedback and report bugs | ||
+ | |||
* '''Adding an about/instructions page''' | * '''Adding an about/instructions page''' | ||
Giving a walk-through to the website. Introducing the user to OGV and BRL-CAD. | Giving a walk-through to the website. Introducing the user to OGV and BRL-CAD. | ||
Crucial for a production ready website. | Crucial for a production ready website. | ||
+ | |||
* '''Add content to the 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. | 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''' |
Revision as of 10:09, 14 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
- 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
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.
- embed model feature
Allow the user to embed and share models.
- Camera position for better viewing
Configure threeJS package in meteor app for better and easy viewing.
- 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
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
Just so that the user can send the developer feedback and report bugs
- 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