-
Notifications
You must be signed in to change notification settings - Fork 41
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
808 score breakdown #896
808 score breakdown #896
Conversation
src/views/Results.vue
Outdated
let totalProjectScore = 0; | ||
let totalMaxScore = 0; | ||
if (this.myResults[1]?.length > 0) { | ||
this.myResults[1].forEach((myResult) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it just me?
ERROR in aia-eia-js/src/views/Results.vue(300,34):
300:34 Parameter 'myResult' implicitly has an 'any' type.
Good catch. I will update.
|
Tables 3 and 4 on this page can provide the translations.
Let me know if you need other ones, or create placeholders in fr.json and I can populate them. |
Thank you for providing the translations. The project is updated. Please check again. |
This PR will need a little more work. The tables always come out empty in deployed versions of the code (like here: https://canada-ca.github.io/aia-eia-js/). I added some details in #808 |
Fixed with #899 |
No description provided.