Sprint 2 meetings - PatrickJosephEns/studio-webdev GitHub Wiki
Meeting 1:
Patrick: For this first week i have been working on having the login-component working. So that when you click on the login button in the nav a login section will pop and run the login feature that Kieran has done. I spent some time doing some research into how I would do this and have found exactly what I want. I have created the component but it is currently not being called from the nav bar button which I what I need to work on now. I have just been learning how to do this but should definitely be able to get it done soon so i can start working on my other issue for the sprint.
Kieran: For the first half of this sprint, I've gotten a 3d Model displaying on the homepage that implements React-Three-Spring Interpolation to animate the model between the positions ive chosen. I am trying to research and find some more advanced libraries that will allow me to create really nice scrolling animations. I am currently looking into trying to create a React-Three-Fiber scrolling rig, that doesn't use absolute positioning, so I can use it within a component
Deegan: For this week I have worked on the CRUD aspect of the application. I have implemented the create and read functionality for creating a store. This will allow users to be able to create a store for which they will be able to display/sell items on in the future. For the rest of the sprint I will be implementing the update and delete for the stores.
Meeting 2:
Patrick: Following out last meeting i have learnt how to make the pop up work however when testing the code the site is crashing. I have been looking into why this might be doing that and have not been able to find anything that works. No error is coming up it just crashes so is hard to know why it is doing that. I may have to talk to a lecturer about why this is happening as i am getting quite stuck.
Kieran: Unfortunately, any of the libraries I have found that use a scrolling rig require that the entire website as a whole utilizes the library. Meaning that we would possibly have to restart the entire project just to do some scrolling animations. I did find a really nice scroll rig library, (@14islands/r3f-scroll-rig), that I have been able to get very partially working on a single page. It seems that it will work if on a component, so we can make just 1 page have animations if we want. The library is still quite difficult to use, since it was built by a web design company for in house use, and there isnt extensive documentation
Deegan: Since last week, I have been able to implement more of the CRUD, however I will need to continue this during the next sprint as currently we are missing some functionality.