Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standardize score card fields to make it easier to type in a later PR #179

Conversation

JamesLowenthal
Copy link
Contributor

Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

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

Thank you! This also needs updating:

const addScoreCard = async (cityId, cityName) => {
const newEntry = {
Name: cityName,
Percentage: "FILL ME IN, e.g. 23%",
cityType: "FILL ME IN, e.g. Core City",
Population: "FILL ME IN, e.g. 346,824",
urbanizedAreaPopulation: "FILL ME IN, e.g. 13,200,998",
"Parking Score": "FILL ME IN, e.g. 53",
Reforms: "FILL ME IN, e.g. No Reforms or Implemented",
"Website URL": "FILL ME IN OR DELETE ME",
};

@JamesLowenthal
Copy link
Contributor Author

Thank you! This also needs updating:

const addScoreCard = async (cityId, cityName) => {
const newEntry = {
Name: cityName,
Percentage: "FILL ME IN, e.g. 23%",
cityType: "FILL ME IN, e.g. Core City",
Population: "FILL ME IN, e.g. 346,824",
urbanizedAreaPopulation: "FILL ME IN, e.g. 13,200,998",
"Parking Score": "FILL ME IN, e.g. 53",
Reforms: "FILL ME IN, e.g. No Reforms or Implemented",
"Website URL": "FILL ME IN OR DELETE ME",
};

Sorry! I think this got lost when I was breaking this out from the other PR and then I left in a rush. Thanks for catching.

Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

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

Thank you!

@Eric-Arellano Eric-Arellano merged commit b2264f2 into ParkingReformNetwork:main Mar 4, 2024
1 check passed
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.

2 participants