BarneyShi / Team1-VanHouse

CPSC455 course project.
0 stars 1 forks source link

Scrum report #2 #10

Open tyxxxx opened 3 years ago

tyxxxx commented 3 years ago

Student ID: f0z1b

What did you work on this past iteration: I focused on creating a userlist list and search bar. I used React Bootstrap, styled component and some CSS to implement these two.

What were any major issues/challenges you ran into? I did not run into any big issues. But I have encountered some small problems, such as formatting

What do you plan to work on for this coming iteration? We will focus on : Opening PostDetail pages when clicking on the posts object and setting the appropriate props. Also, Expanding the number of properties in the posts state; We will Add in more details information for our userlist and will focus on user authentication and some styling changes. Opening a new interface when we click the search bar

BarneyShi commented 3 years ago

CSID: n0k2b

  1. What did you work on this past iteration?
    • I implemented a component which displays all the details of our main item . I learned React router to assign each component a unique url such as /post/:id
    • I added essential styles to my component.
  2. What were any major issues/challenges you ran into?
    • Took me a while to figure out how to use Mapbox. I used it before but need to refresh my memory. Also, I was also thinking how to get the exact coords from user's postal code. I found out there is an API that can be used.
  3. What do you plan to work on for this coming iteration?
    • Make a component but I need to discuss with my team how to make it concise and easy to use.
NaithanB commented 3 years ago

CSID: c2o7

  1. What did you work on this past iteration (2 weeks)?

    • I developed React components to create and display a collection of property listings (Post, PostCollection, and NewPost) and added CSS styling to the Post and PostCollection components. I also created dummy posts that are stored in a React state.
  2. What were any major issues/challenges you ran into?

    • Nothing major. One issue was making sure that the PostCollection component sizing was done properly so that it looked correct after being moved from the top level to a container.
  3. What do you plan to work on for this coming iteration (2 weeks)?

    • We need to finish implementing some functionality such as opening the appropriate PostDetail component when clicking on a Post as well as adding a scheduling component. I plan to complete the NewPost callback, so that all relevant data is added to the posts state. I also plan to add more properties to the posts objects to include everything that will be needed for the detail view.
parksj23 commented 3 years ago

CSID s7j1b

  1. What did you work on this past iteration (2 weeks)? I worked on the header, login and signup form components for our project. I used css/bootstrap to style each component.

  2. What were any major issues/challenges you ran into? Nothing much. Formatting to ensure consistency across all components was easier once I discovered bootstrap.

  3. What do you plan to work on for this coming iteration (2 weeks)? We will look at adding functionalities regarding user authentication, opening the appropriate PostDetail component when a post is clicked, etc. I will look at adding more functionality to the login/signup forms.