User:Quentinpaden
From BRL-CAD
Contents
- 1 Personal Information
- 2 Coummunity Bonding Period
- 2.1 May 20th
- 2.2 May 21th
- 2.3 May 22th
- 2.4 May 23th
- 2.5 May 24th
- 2.6 May 25th
- 2.7 May 26th
- 2.8 May 27th
- 2.9 May 28th
- 2.10 May 29th
- 2.11 May 30th
- 2.12 May 31th
- 2.13 June 1st
- 2.14 June 2nd
- 2.15 June 3rd
- 2.16 June 4th
- 2.17 June 5th
- 2.18 June 6th
- 2.19 June 7th
- 2.20 June 8th
- 2.21 June 9th
- 2.22 June 10th
- 2.23 June 11th
- 2.24 June 12th
- 2.25 June 13th
- 2.26 June 14th
- 2.27 June 15th
- 2.28 June 16th
- 2.29 June 17th
- 2.30 June 18th
- 2.31 June 19th
- 2.32 June 20th
- 2.33 June 21th
- 2.34 June 22th
- 2.35 June 23th
- 2.36 June 24th
- 2.37 June 25th
- 2.38 June 26th
- 2.39 June 27th
Personal Information
Student Name | Quentin Paden |
IRC nickname | quentinpaden |
qmpaden@gmail.com | |
Time Zone | EST |
Coummunity Bonding Period
- Spoke with mentor about tasks on Github
- Set up the development environment.
- Start to look at the other libraries in the organization.
- Discuss with mentors and community.
May 20th
- Studying Three.js examples of dynamically manipulating the color of a mesh and finding a responsive javascript color picker that works on mobile and all browsers.
- Looking over previously Submitted PR for updating meteor.js and three.js
May 21th
- Moving back home from college.
- Getting familiar with the github issue list focus and possible solutions methods
- Testing out SCSS to learn differences compared to CSS
May 22th
- Development computer suddenly stopped updating localhost after launching 3D Modeling Applications and Music (Maya, 3DS Max, Blender, iTunes Music Streaming) after work during a break in the day , when attempting to restart/shut down computer operating system ran into a bluescreen and restart to windows update
May 23th
- Tried to reinstall windows completely, but my HP laptop with ssd and nvidia gtx is saying I don't have windows license
- C:/ Drive Corrupt when booting up dev computer, worked to transition to cloud development without native java and dev library on local system while
- scheduling computer repair at Best Buy
May 24th
- Working on tablet to continue the flow and work
- learning on repository with how I can edit mobile UI
- Development computer getting repaired
May 25th
- Working on tablet and mobile UI through learning CSS code and setup on github
- Limited to non development device until repair done
- Constructing cloud development environment to learn while computer getting repaired
May 26th
- Working on tablet and mobile UI through learning CSS code and setup on github
- Constructing cloud development environment to learn while computer getting repaired, found API (https://www.theia-ide.org/) and docker to do full cloud development with local host while computer getting repaired
- Limited options until repair done
May 27th
- Working on tablet and mobile UI through learning CSS code and setup on github
- Limited to non development device until repair done
- Trying to get OGV Compiled in the Theia Cloud IDE with Gitpod and Github
May 28th
- Succesfully Got OGV Compiled in the Theia Cloud IDE! Kind of buggy/slow in cloud for development but works for now
- Working on mobile vertical screen resolution CSS
May 29th
- Working on tablet and mobile UI through learning CSS code and setup on github
- Working on UI, but limited to non development device until repair done
May 30th
- Working on tablet and mobile UI through learning CSS code and setup on github
- Limited to non development device until repair done
May 31th
- Development device back and ready testing device and getting set up again
- Learning about ZulipChat and learning the best communication methods with BRL-CAD
- Was previously only privately messaging and emailing mentors sparsely to communicate (This was a mistake, I am very sorry for not talking about the sudden computer issues until this day)
June 1st
- Development device back and ready testing device and getting set up again with development software and environment
- Studying, doing tutorials, and researching functionality Meteor.js, Three.js, and material UI libraries
June 2nd
- Recompiling previous Pull Request with repaired dev environment
- Planning out future updates, checking schedule and looking at issue list
- Realized Authentication Bugs on OGV backend limited a lot with being able to fully see UI functionality
June 3rd
- Focusing on fixing Meteor Backend Issues to be able to fix the functionality of authentication and to be able to fix the UI through being able to troubleshoot other pages which require certain authentication clearances
June 4th
- Focusing on fixing Meteor Backend Issues to be able to fix the functionality of authentication and to be able to fix the UI through being able to troubleshoot other pages which require certain authentication clearances
- Now combining UI fixes and authentication fixes and finalizing them
June 5th
- Fixed Issue Regarding Meteor Authentication Service Worker Initialization Alert
June 6th
- Fixed Meteor Authentication Alert Issue preventing most users from signing in properly after signing up
- Fixed Error Image Loading instead of real image in page initialization
June 7th
- Testing 3D object storage due to a BIG issue regarding its persistence on different service workers and accounts
June 8th
- Planning to revamp the previous non-persistent mongodb 3d object uploader code due to the 3d objects not loading from the server properly (3d data object persistence issues)
June 9th
- Creating a separate cloud storage bucket for OGV Geometry Viewer with Google Cloud CORS setup fixed for 3D files persistence and loading
- Initializing firebase in the code
June 10th
- Switching upload process in code to include NEW 3d data upload to firebase storage through anonymous authentication for upload to cloud storage (able to still utilize the old authentication process and transition easily to using other login providers in the future)
- Able to load 3D files from cloud storage when interacting with other profiles and 3d Objects
June 11th
- Went ahead and fixed the 404 Page Issue with Meteor Iron-Router
- https://github.com/iron-meteor/iron-router
- 404 Error Page Fix PR: https://github.com/BRL-CAD/OGV-meteor/pull/89
June 12th
- Working on error being shown when upload fails for 3d object
- https://github.com/BRL-CAD/OGV-meteor/issues/63
June 13th
- Getting closer to load 3D files from cloud storage successfully with CORS from firebase with meteor.js
-https://github.com/BRL-CAD/OGV-meteor/issues/90
June 14th
- Fixed 404 Page Issue https://github.com/BRL-CAD/OGV-meteor/pull/89
June 15th
- Working on https://github.com/BRL-CAD/OGV-meteor/issues/53 to fix meteor default admin bug, looking into different ways to generate the randomized password serverside on the backend and not clientside on the frontend (may involve using firebase, but preferably an option which does not require adding additional libraries)
June 16th
- https://github.com/BRL-CAD/OGV-meteor/issues/62 Looking into the best loading bar CSS to use for the upload bar component on https://loading.io/progress/ and testing out making a custom upload component from it to incorporate in metoer.js client
June 17th
- https://github.com/BRL-CAD/OGV-meteor/issues/58 Working on CSS code improvements along with making a custom upload bar component from CSS
June 18th
- Still Researching into https://github.com/BRL-CAD/OGV-meteor/issues/53 to fix meteor default admin bug on serverside without the security being able to be compromised on the clientside. May have to use third party authentication library to help
June 19th
- Able to load OBJ files with CORS server settings set properly, now testing and making sure the other default upload file work as well
-https://github.com/BRL-CAD/OGV-meteor/issues/90
June 20th
- Successfully loading other 3d filetypes with CORS Google Cloud settings, not feeling to well but looking towards submitting a Pull Request this weeknd
-https://github.com/BRL-CAD/OGV-meteor/issues/90
June 21th
- Successfully loading other 3d filetypes with CORS Google Cloud settings, not feeling to well but looking towards submitting a Pull Request this weeknd
-https://github.com/BRL-CAD/OGV-meteor/issues/90
June 22th
- Researching Meteor and working on the 404 Fix issue over the weekend
-https://github.com/BRL-CAD/OGV-meteor/pull/89
June 23th
- Researching Iron-Router to be able to fix the pull request over the weekend
-https://github.com/BRL-CAD/OGV-meteor/pull/89
June 24th
- Submitted 3 Commits on the PR to recreate the 404 page properly and display it in the right place fixing most of the problem, now the link in the text to go back to the landing page doesnt work half of the time, trying other options
- I added the 404 page template to the error.html because error.html, error.js, and error.css control the 404 pages right now, and not all errors. Errors right now are actually controlled by alert notifications which I have to fix as well soon, because some of them come up at the wrong time, or are too intrusive.
- When researching further into app.js and the relation 404.html has to it, the error.js is set as the default redirect and not 404.html. I believe the error.js implementation is actually set up as the 404 page due to how the set it up in Meteor in app.js
- To quickly solve this, I added the 404.html to the error.js, error.html to not break the routing with iron-router and fixed some style to center the content.
-https://github.com/BRL-CAD/OGV-meteor/pull/89/commits
June 25th
- Through looking into the parent-child div relationship I was able to find out that the SVG clouds zindex inside the parent div was preventing the href link from working on the text, I went ahead and reorganized the layout for the 404 through centering it and properly creating a new transparent div for the text so it is interactive. This link for the 404 now works 100%
- https://github.com/BRL-CAD/OGV-meteor/pull/89/commits
June 26th
- Preparing the BRL-CAD OGV library for public hosting to more easily show my mentors
- Creating another internal branch specifically for hosting as a Droplet in digital ocean or a hosted site on firebase (looking primarily into firebase)
June 27th
- Realized model loading and and 404 are linked to the same routing, discussing about separating the routing so model loading errors and 404 page are separated the right way.
- Hosting site on firebase, getting ready to share it publicly with BRL-CAD