niemp296 / Sonder

A website where users can see locations in a map and how much they cost, and then plan a trip
0 stars 1 forks source link

Irenna Lumbunn: 1-1 #7

Open niemp296 opened 4 years ago

IrennaLumbuun commented 4 years ago

Am I blocked? A little bit. I have never used any of the three frameworks, so it's hard to actually know the difference. But, after reading a lot of StackOverflow forums, it gets easier to make sense of the framework.

What I did. (Use links to GH Issues as appropriate)

What I plan to do next week. (It's okay if you don't know or if things change. Just take a guess)

IrennaLumbuun commented 4 years ago

Am I blocked? Yes. I have been to connect react front end to flask back end but I'm not sure if I had done it correctly -- hence why I haven't push it to a new branch yet. I decided to pause the work and start working on the front end for Planning Trip feature instead.

What I did. (Use links to GH Issues as appropriate)

21 making a search bar for the home page

29 storyboard activity

28 wireframing "Planning Trip" feature

27 Group Prototyping

Made the UI for planning trip

What I plan to do next week. (It's okay if you don't know or if things change. Just take a guess) By next week, we hopefully have figured out how we store our data (the structure of our database) so I can start working on the back-end of planning trip.

saraford commented 4 years ago

please make sure you use markdown headers for your 1-1 sections.

hence why I haven't push it to a new branch yet

You can always push to a branch. it's like saving to a backup. You can push as many commits as you want to that branch (like saving a document). You just don't want to open a PR to master until you have things working.

IrennaLumbuun commented 4 years ago

Week 5 May 4 - May 10

Am I blocked?

Yes, but only in the beginning. It was my first time passing in data from front-end to back-end to the database and from the database to the back-end to front-end. But I finish working on sign-up & sign-in authentication by the end of the week.

What I did. (Use links to GH Issues as appropriate)

22 Do back-end authentication for sign up and sign in

What I plan to do next week. (It's okay if you don't know or if things change. Just take a guess)

IrennaLumbuun commented 4 years ago

Week 5 May 11 - May 17

Am I blocked?

No. This week I only did work-items that I already know how to do.

What I did. (Use links to GH Issues as appropriate)

46 Create an account page that list users' existing plan. Redirect user from sign-in to this account page

47 Planning trip back-end: Users can now fork other users' plan and put it in their database. They can also remove locations from their plan.

48 Make unit test for getUserInfo() function in Account.js

49 Declare an acceptance test for Planning Trip feature

50 Declare a full test suit for Planning Trip feature

What I plan to do next week. (It's okay if you don't know or if things change. Just take a guess)

IrennaLumbuun commented 4 years ago

Week 6 May 18 - May 24

Am I blocked?

Yes. I was less productive this week because I was doing a homework for another class that took much longer than what I expected

What I did. (Use links to GH Issues as appropriate)

56 Make login session persistent. When logged in, wherever users go, the link will include their id (this makes it easier to retrieve/update data)

57 Fix a bug in sign up page.

What I plan to do next week. (It's okay if you don't know or if things change. Just take a guess)

IrennaLumbuun commented 4 years ago

Week 6 May 25 - May 31

Am I blocked?

Yes. Setting up Travis CI was very confusing at first. The code fails numerous times and I was not sure as to whether it was the .travis.yaml configuration that was wrong or the code itself

What I did. (Use links to GH Issues as appropriate)

64 Let users sign out

65 Let user create plan & change plan title

75 Configure travis ci

What I plan to do next week. (It's okay if you don't know or if things change. Just take a guess)