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 July 6 #10

Open albertprk opened 5 years ago

albertprk commented 5 years ago

In the past 2 weeks I went through the application and worked on styling of different elements. I also did some brief work with implementation of the Mongo DB database.

I ran into issues figuring out how to style elements with the current template that was employed.

In the next two weeks I will contribute to further styling of the elements and making the application look appealing and coding additional functionality such as drop down headers.

Oliverlee1003 commented 5 years ago

What did you work on this past iteration? In the past iteration, I set up Mongo DB, designed/wrote trainers page and myTrainer Page, by retrieving data from MongoDB, and I modify reducers/actions/store to map data into our website.

==================================================== What were any major issues/challenges you ran into?

  1. When I try to get properties from JSON data retrieved from mongoDB, it shows not able to read property.
  2. When dispatch an action, reducer wasn't triggered. I solved these challenges.

    What do you plan to work on for this coming iteration (2 weeks)? I will write some functionalities to filter, rank trainers, and build connection between gyms, trainers and trainer page. Also help the progress in meteor. Modify on the rating part for trainer Page and trainers page.

ewang998 commented 5 years ago

What did you work on this past iteration? In the past iteration, I learned about mongo and connection to mongo in my project. I made the form sign up as a trainer that adds trainer to the mongo collection of trainers.

==================================================== What were any major issues/challenges you ran into? making sure some of the state in mongo is in the current state and uploading pictures to mongo. Also making sure my redux state and mongo state is snyced even if error in adding occurs

==================================================== What do you plan to work on for this coming iteration (2 weeks)? I plan on adding a login feature with social media accounts. I also would like to add to the modify trainer page.

brenthanover commented 5 years ago

For the past two weeks I worked on connecting mongo to the project. I created a form to add new gyms to our database, created schema for the gyms and wrote code to pull the gyms from the database, and created a filtering system for the gyms page based on tags.

The biggest challenge was getting the data transferred around the site properly, ie between mongo, express, the schema, react, and redux.

For the next two weeks I want to finish the gym sorting algorithm and change it so it only pulls the data from mongo based on the tags instead of filtering all of the mongo data in redux, and then roll that out to the trainers as well.