Sprint 4 meetings - PatrickJosephEns/studio-webdev GitHub Wiki

Meeting 1:

Patrick: This week I have created a card component and some temporary card templates with the necessary css to go along with it. These cards are custom so can easily be changed to fit our site however the group decides will work best. I am next going to implement these cards on a separate page so that the live site can show them and maybe we can get some actual items showing in them latter on in this sprint.

Kieran: This week I have a main focus of bringing every component so far upto date with our code standards/library usage. I want to ensure minimal usage of Bootstrap (although it is still fine to use), and try to use Material UI components which makes the code a lot less messy. I will also continue to work on the crud for the stores, and begin working on the CRUD for the items for each store so they can be displayed

Deegan: This week I have been mostly working on the profile page, making it a useful feature for the user to be able to see their details and create/edit a bio and status which other people could see in the future

Meeting 2:

Patrick: Now at the end of sprint 4 I have got the cards working and showing on the live version. The item data from the items in the database that Kieran made can now show up on the cards as well. Next sprint we are all going to focus more on the 3d aspect of our site and get some 3d items showing in the cards.

Kieran: items can be created for now, still need to implement deletion and updating for the items. Nearly every component has been turned into a newer version featuring MUI components which have cut down the sizes drastically, makes the code easier to read, and making new features quite easy with all the building blocks that MUI gives

Deegan: The profile is mostly finished but is not that appealing to the user. In the next sprint I will need to continue with this to make it efficient and not confusing to the user.