chntlc / budgeto

1 stars 3 forks source link

Week 3 & 4 Scrum #9

Open tmdenddl opened 3 years ago

tmdenddl commented 3 years ago

(1) what you’ve worked on in the previous two weeks (2) what you’ll be working on in the next two weeks (3) where you might have gotten stuck during the last two weeks.

Forgot to put CS ID in the below comment: b5w9a

tmdenddl commented 3 years ago

(1) what you’ve worked on in the previous two weeks

(2) what you’ll be working on in the next two weeks

(3) where you might have gotten stuck during the last two weeks.

chntlc commented 3 years ago

CS ID: l1j1b

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

ktory1 commented 3 years ago

CS ID: a6o0b As a team, we had three mid-sprint meetings for the last sprint during which we discussed the design of our app and also set up the router component. Personally, I worked on creating the react components for two of the pages of our app, the dashboard, and the view page. The major issue for me was dividing the tasks between each team member, we had a rough idea of what each of us had to do but not a concrete set of task items. For the upcoming sprint, I will continue to work on more react components, at the same time learning more about the express framework.

kouitayakul commented 3 years ago

L3b1b I was responsible for creating the category picker page where users can select a category and drag and drop each item in an appropriate category filter view.

the next step is to add the drag and drop functionality which I will need to do further research on the available external library.

My main struggle was creating the collapsible filter div and the position of things on the page using flex box.