Zephyr0402 / PetPal

PetPal is an online trading platform that is specifically designed for animal lovers. If you are interested in adopting or buying a new pet, you can use this app to search for animals being sold in your local area, make credit card payment for your purchase, create personalized wishlist and share your comments. If you are selling your pets, you can simply make your post on PetPal, and then wait for a good match!
https://petpal-cpsc455.herokuapp.com/
1 stars 1 forks source link

Scrum Updates Jun 26 #6

Open nawa-ton opened 3 years ago

nawa-ton commented 3 years ago

-- CS ID: d1d2b -- On the past iteration, I worked on integrating Stripe for credit card payment including setup Stripe, create UI components for credit card input and order confirmation, add payment API to the backend. The main challenge for me was learning how to integrate Stripe to the project. For this coming iteration, I will work with our team to set up the database. And, I plan to continue working on the payment functionality which includes adding successful transaction to the database.

LiJu21 commented 3 years ago

-- CS ID: o0l6t -- On the past iteration, I worked on user profile page including posted animal part and transaction history. The main challenge for me was to realize a responsive card list panel since I used Card, Col and Row components from AntDesign framework. For the coming iteration, I will work with team members for backend architecture and database development. I will keep working on the user profile page and trying to solve the image cropping problem.

Zephyr0402 commented 3 years ago

-- CS ID: k6j0n -- In the past iteration, I developed the workflow of posting new animal information, this includes posting new data to the backend and fetching all the animal information from the backend. I also added an address auto-completion input box. There is no issue/challenge for me during this time. For the coming iteration, I will work on adding some restrictions when users posting new information to prevent malicious inputs and work with the team to design and implement backend APIs and the database.

runzw commented 3 years ago

-- CS ID: q2w3n -- In the past iteration, I implemented interactions between animal card and map in the frontend. I also wrote the code for filters that can search animals according to different categories. As for the backend, I wrote APIs for login, register, and checking user status with cookies storing session ID, so that a user can automatically log in if it has logged in before. For the next iteration, I will be working on database for user login, register as well as imgae uploads.