Sprint 1 meetings - PatrickJosephEns/studio-webdev GitHub Wiki

Meeting 1:

Patrick:

For the first week of this first sprint we wanted to create the bones of the site to work from. We created and assigned some tickets to achieve this. I was assigned 'create react app' which I have been working on this week. I created the react app and set up the routes and set out the app to have components and pages. This week we have set up firebase which deploys handles most of the backend. For the rest of the sprint I am going to work on the landing pages and implement a nav bar.

Kieran:

This week I am focusing on adding the firebase services to the project. This will allows us to store any data on the Database and also to use Firebase hosting which will let us really easily deploy any new updates. I am next going to try and focus on setting up a facebook developer account so that I can use OAuth with Facebook & Firebase, and the same steps for Twitter creating a Developer account.

Deegan:

For this sprint I am working on creating a landing page for our application and creating a footer. This will allow us to have a base to work from if we need to add content to our website. By the end of the sprint, we should have a solid foundation for our project.

Meeting 2:

Patrick:

Now that we are at the end we are planning for the next sprint and just finishing off some work. Everything I was assigned to is finished and merged to the main branch. For this sprint as a group we set out to make the base skeleton of the site and I believe we have achieved that. In the next session I am going to be working on a login component. So instead of loading up a page for a user to login to a component will pop up the the side and be easy for a user to use and will mean we don't need to open up a separate page which would take more time.

Kieran:

This week has gone well and I was able to complete my ticket in a timely manner, I have a good idea of where to start for the next sprint. I need to try and get a 3d Model to display on the homepage so that when people come to the website, they have an idea of what the website features. Currently there is a model of an Iphone X on the home page with a onClick event being used to animate the models

Deegan:

I believe that this sprint went well. We have completed all of our assigned tickets and are ready to proceed with the next sprints tasks. For this sprint I created a landing page which is the first thing that the user will see. I also created a footer which can be seen on the bottom of every page of the application. Next sprint I am going to be making the CRUD for stores. This will allow the user to create, show, update and delete the store they have created.