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

Portal frontend 6 #67

Merged
merged 18 commits into from
Oct 4, 2024
Merged

Portal frontend 6 #67

merged 18 commits into from
Oct 4, 2024

Conversation

SKairinos
Copy link
Contributor

@SKairinos SKairinos commented Oct 3, 2024

This change is Reviewable

@SKairinos SKairinos linked an issue Oct 3, 2024 that may be closed by this pull request
Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

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

Reviewed 19 of 19 files at r1, all commit messages.
Reviewable status: all files reviewed, 7 unresolved discussions (waiting on @SKairinos)


.env line 26 at r1 (raw file):

VITE_LINK_IMPACT_REPORT_2023=https://storage.googleapis.com/codeforlife-assets/impact_reports/impact_report_2023.pdf
VITE_LINK_IDEAS_BOX=https://docs.google.com/forms/d/e/1FAIpQLSclasSZCb7s26Yax3KZuXIFhLjMhGK591WPvht0BkfjSiQR1w/viewform
VITE_LINK_HOME_LEARNING_BEGINNER=https://code-for-life.gitbook.io/independent-student-resources/beginner

Link is broken


.env line 27 at r1 (raw file):

VITE_LINK_IDEAS_BOX=https://docs.google.com/forms/d/e/1FAIpQLSclasSZCb7s26Yax3KZuXIFhLjMhGK591WPvht0BkfjSiQR1w/viewform
VITE_LINK_HOME_LEARNING_BEGINNER=https://code-for-life.gitbook.io/independent-student-resources/beginner
VITE_LINK_HOME_LEARNING_INTERMEDIATE=https://code-for-life.gitbook.io/independent-student-resources/intermediate

Link is broken


.env line 28 at r1 (raw file):

VITE_LINK_HOME_LEARNING_BEGINNER=https://code-for-life.gitbook.io/independent-student-resources/beginner
VITE_LINK_HOME_LEARNING_INTERMEDIATE=https://code-for-life.gitbook.io/independent-student-resources/intermediate
VITE_LINK_HOME_LEARNING_ADVANCED=https://code-for-life.gitbook.io/independent-student-resources/advanced

Link is broken


src/images/rr_advanced.png line 0 at r1 (raw file):
This image no longer makes sense, since there aren't any Python levels in RR anymore. We need a new pictures, maybe one that shows a Procedure level.


src/pages/homeLearning/AboutRR.tsx line 24 at r1 (raw file):

      <Typography>
        The game and lessons support the English National Curriculum Computing
        strand, and Teachers across the world love them.

Weird that "teachers" is capitalised - you can lowercase it I'd say (not blocking)


src/pages/homeLearning/AboutRR.tsx line 40 at r1 (raw file):

      <Typography>
        If you would like to keep updated on our products and receive emails
        about Code for Life, please sign up to our updates.

This needs to redirect to the newsletter form in the footer (or just the footer in general)


src/routes/paths.ts line 110 at r1 (raw file):

    scoreboard: _("/scoreboard"),
  }),
  pythonDen: _("/python-den"),

This will be a Rapid Router path

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 6 of 6 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)

Copy link
Contributor Author

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)


.env line 26 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Link is broken

Done.


.env line 27 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Link is broken

Done.


.env line 28 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Link is broken

Done.


src/images/rr_advanced.png line at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

This image no longer makes sense, since there aren't any Python levels in RR anymore. We need a new pictures, maybe one that shows a Procedure level.

Done.


src/pages/homeLearning/AboutRR.tsx line 24 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Weird that "teachers" is capitalised - you can lowercase it I'd say (not blocking)

Done.


src/pages/homeLearning/AboutRR.tsx line 40 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

This needs to redirect to the newsletter form in the footer (or just the footer in general)

Done.

@SKairinos SKairinos merged commit 03b9c57 into development Oct 4, 2024
8 of 9 checks passed
@SKairinos SKairinos deleted the portal-frontend-6 branch October 4, 2024 14:36
@cfl-bot
Copy link
Collaborator

cfl-bot commented Dec 17, 2024

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor home learning page
3 participants