denim-squad / jean-around-the-world

For CPSC 436I
GNU General Public License v3.0
2 stars 1 forks source link

Scrum Report - Jessica Wu #4

Open jvssicawu opened 5 years ago

jvssicawu commented 5 years ago

What did you work on this past iteration (2 weeks)? Come up with general project idea and features we might want to include. Wireframing, designed the prototypes of project e.g. UI and rough user flow.

What were any major issues/challenges? Knowing what components to include in the design this early on since things still need to be finalized.

What are you working on next week? Transferring prototypes digitally onto Figma, designing our project logo

jvssicawu commented 5 years ago

What did you work on this past iteration (2 weeks)? Designed pretty much all required UI prototypes via Figma, for web & mobile responsive created logo for our project

What were any major issues/challenges? Having to keep the designs consistent with what our team discussed while maintaining simplicity and flexibility. Ensuring that the designs could actually be realistically implemented by us.

What are you working on next week? Implementing the login/logout component for UI, maintain responsive display of this component, set up logo as favicon

jvssicawu commented 5 years ago

What did you work on this past iteration (2 weeks)? Worked on implementing and styling the login and signup modal popups, linking it up to redux, and setting up the favicon.

What were any major issues/challenges? Figuring out the redux for the login/signup such that it used the same action to open the modal but display the respective login/signup content depending on the parameters passed in. Also, connecting the login to the signup modal if user does not have an account yet was buggy, so had to debug that.

What are you working on next week? Complete login authentication with password validation, and implement signup for new user functionality that adds new user.

jvssicawu commented 5 years ago

What did you work on this past iteration (2 weeks)? Implement signing up a new user so that it inserts new user data into database, complete login with temporary password authentication.

What were any major issues/challenges? Setting up the database connection on my mac, having to figure out a specific terminal command to have it running properly.

What are you working on next week? Look into password hashing or API authentication for security reasons, work on preferences page and responsive styling.

jvssicawu commented 5 years ago

What did you work on this past iteration (2 weeks)? Reimplement login and signup with meteor built in plugin that accounts for password hashing and encryption, implement results page, re-style preferences pages.

What were any major issues/challenges? Figuring out the structure and function calls of the meteor account and users collection API. Styling the preferences was also difficult because it was hard to isolate the target item.

What are you working on next week? Styling the pages to fit responsively, implementing rest of results page functionality, look into path APIs for generating our paths on the results map.