ubc-cpsc455-2024S / gOOpy

project-08_jams created by GitHub Classroom
MIT License
0 stars 2 forks source link

Scrum Report 2 #17

Open MattWanJH opened 5 months ago

MattWanJH commented 5 months ago

Include your INITIALS (that match your Canvas name) in your post (so we can give you a grade!) Answer 3 questions:

  1. What did you work on this past iteration (2 weeks)?
  2. What were any major issues/challenges you ran into?
  3. What do you plan to work on for this coming iteration (2 weeks)?

Other

MattWanJH commented 5 months ago

Matt Wan - Initials MW

  1. In the last iteration, I created a scene component which can be dynamically created, a grid component which can take in a list of scene components and generate a list of scenes that way and a user page which displays the list of scene components.
  2. Major issues that I ran into were mainly learning Tailwind and resizing images. I've never used Tailwind for CSS before, and with any new technology there is a learning curve, so figuring out how to configure, how CSS classes work, and ways implement tailwind were struggles for me. Resizing images were a big problem since the scene components are dynamically generated, so I had to figure out a way to keep the images consistent by resizing so they all behave in a predictable manner.
  3. For the next iteration, I plan on incorporating the user information into Redux and have the user page interact based on Redux. I will be creating a store, that has the username, userId, and user image with some default data inside, later on when the API endpoints are done, I will have the redux store initialize with the user endpoint.
AidenKerr commented 5 months ago

AK - Aiden Kerr

  1. What did you work on this past iteration
    1. Integrating the rendering w/ our new project and editor.
    2. Custom hook design/implementation
    3. Styling
  2. What were any major issues/challenges you ran into?
    1. The custom hook is tricky. GLSL and react have different standards for data representation so we need something that works well for both.
  3. What do you plan to work on for this coming iteration (2 weeks)?
    1. Improve the custom hook and scene editor - add / remove shapes
    2. Work on camera controls if time permits
jlacsamana commented 5 months ago

Jacob Lacsamana - Initials JL

  1. What did you work on this past iteration
    • Worked on the control tools for objects in the editor
    • Worked on establishing and defining the specifications for the database and server that will support our app
    • Worked on the front-end for the editor
  2. What were any major issues/challenges you ran into?
    • Technical issues regarding the implementation of our local storage and integrating that with the renderer
    • Small front-end design things (positioning, page responsiveness, etc)
  3. What do you plan to work on for this coming iteration (2 weeks)?
    • Continue implementing control tools for the editor
    • Add more details to database schema and server endpoint spec
sl-81 commented 5 months ago

Shiyu Li - SL

  1. In the last iteration, I mainly worked on styling which includes determining the overall colour theme to be used with our project, picking a font and standardizing everything using Tailwind CSS. I also worked on fine-tuning and styling individual components and making the login page.
  2. Major issues I ran into was getting used to the behaviour of Tailwind CSS vs CSS, controlling the size of the scene component and ensuring that the components are responsive
  3. Establish a basic backend server, finalize server endpoints, look into OAuth for user login.
kaiqianyyang commented 4 months ago

@AidenKerr @jlacsamana Please add you full name as well, otherwise I wont be able to find and grade you on Canvas :) Thanks

AidenKerr commented 4 months ago

@kaiqianyyang I thought the instructions said only initials? Anyways my name is Aiden Kerr

jlacsamana commented 4 months ago

@kaiqianyyang ok edited to show my full name and initials