Skip to content

LP Wilson Pull Request#89

Open
theLP100 wants to merge 36 commits intoAda-C18:mainfrom
theLP100:main
Open

LP Wilson Pull Request#89
theLP100 wants to merge 36 commits intoAda-C18:mainfrom
theLP100:main

Conversation

@theLP100
Copy link
Copy Markdown

LP's individual work (after group co-working part)

theLP100 and others added 30 commits December 5, 2022 13:42
… to be registered. then i got event handlers to be called (before, it wasn't being called
Copy link
Copy Markdown

@nancy-harris nancy-harris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job! This project is graded as yellow. Please see the comments below for more information.

Comment thread src/index.js
Comment on lines +64 to +65
const lat = 47.6038321;
const lon = -122.330062;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of the requirements for Wave 4 was to make two Axios calls and chain them. Rather than hard-coding the lat and lon for Seattle, we wanted you to be able to get this information from the proxy server and then send the information back to the proxy server to get the temperature. This makes the project a yellow.

Comment thread src/index.js
console.log(downButton);
};

registerEventHandlers(undefined);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than sending undefined into the function, you could leave it blank and also have the registerEventHandlers function not take in any parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants