johnagl / shortlist

MIT License
0 stars 0 forks source link

Scrum 2 #6

Open aliyamohamed13 opened 5 years ago

aliyamohamed13 commented 5 years ago

These past two weeks, I have been working on the login and sign up components. Together as a group we’re going to work on getting actions and redux working so that we can have the functionality where we can click add and be able to listing details and those appear on the dashboard in an individual job card. I will be looking into the login/password storage API that Daniel our speaker today mentioned and see if I can implement that. In the last two weeks, I spend a significant amount of time trying to learn react and redux. I got very confused and stuck with redux and hopefully this time applying it now to the project will help piece things together for me.

johnagl commented 5 years ago

This week I worked on the initial setting/installation up of react, meteor and redux and developing some of the main components of our main dashboard view (which is one of our minimal requirements) including the AddJobCategory, AddJobPopup, AddJobForm and components.

One of the challenges I came across was determining how data would be stored in our redux stores (particularly how jobs would be represented).

In the next 2 weeks I will be working on setting up our store, actions and reducers, and implementing some of the interaction between our react components and redux. I will be also working on using react route our navbar to other page views.

lbisceglia commented 5 years ago

In the past two weeks, I've been working on making the job card components and the respective container components that hold them. Getting up to speed with Redux was a personal hurdle that a long time to figure out, but I feel that my understanding is now quite solid and I will benefit from that investment going forward as a result. In the next two weeks, I will work on setting up Redux (team activity), as well as implementing the layout, styling, and functionality of the app's Dashboard page (individual).