albertprk / Workout-App

Swolr is a web application that introduces users to local gyms and personal trainers. It allows users to search for gyms and trainers based on preferences, book appointments with trainers, and leave reviews after their training sessions.
http://swolr.herokuapp.com
2 stars 3 forks source link

Scrum Report June 8th #8

Open ewang998 opened 5 years ago

ewang998 commented 5 years ago

What did you work on this past iteration? In the past iteration, I set up the project on meteor, imported the semantic library and worked on the side menu as well as the trainers page. Mostly revolved around using react to create the components on the page.

==================================================== What were any major issues/challenges you ran into? It took abit of time to be famailr with meteor and set up everything. I Had some probelm trying to set up redux but I have realized how to fix that.

==================================================== What do you plan to work on for this coming iteration (2 weeks)? We will be setting up the redux store and moving the side menu functionality to use redux state. Also work on more functionality in our web app and potentially do some work with express

brenthanover commented 5 years ago

In the last two weeks I have focused my work on component implementation, implementing one of the minimum requirements (gym page), and learning the basics of React and Redux.

In the next two weeks I will be working to integrate Redux with our app, and changing all the dummy data into state data stored in the reducers for each data type (gyms and trainers for now).

I got stuck for quite a while on the Redux part of the individual assignment; I will be working to get a better comprehension of Redux syntax and structure and how to effectively integrate it into a React application.

albertprk commented 5 years ago

In the last two weeks I worked on learning React and Redux and using these skills to help in the development of our project to far.

Over the next couple of weeks, I will work on developing the user graphical interface, as well as contributing to integrate Redux and Meteor into our project.

Due to a few things going on in terms of assignments in my other class and in personal life, I contributed a little less than I would have liked during this iteration. Over the next two weeks I plan to contribute much more using the React and Redux skills I've developed.

Oliverlee1003 commented 5 years ago

In the last two weeks I was focusing learning JS react, and redux, and tring to use these skills.

In the next two weeks I will be working to integrate redux to our app, especially in Trainer Page, self learn and relearn the materials in workshop 3 and improve the project.

I had a difficult time in learning the concept of redux. Also even after I think I understand the concept, it takes efforts and more understanding to really incorporate redux into assignment 2. Overall I think it’s a good practice.