From 05653c358b6efb4e0c7cc6833c249c415b488294 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Date: Sun, 28 Feb 2021 16:14:13 +1100 Subject: [PATCH] Link to road map in the app and README it's a good idea to link to the roadmap somewhere in the app. It's a good way of letting folks who are interested in Cadhub see where it's going. Link to the GH discussion for now. Maybe later if we're confident in the features we want and we've added docs to the website we can add something a bit more official. Add a link to the read me as well! resolves #213 --- README.md | 2 +- web/src/components/Footer/Footer.js | 7 +++++++ web/src/components/LandingSection/LandingSection.js | 9 ++++++++- web/src/components/OutBound/OutBound.js | 1 + 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d37ee2d..f092ef1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Let's help Code-CAD reach its [full potential!](https://cadhub.xyz) We're making a ~~cad~~hub for the Code-CAD community, think of it as model-repository crossed with a live editor. We have an integration with the excellent [cascadeStudio](https://zalo.github.io/CascadeStudio/) with [more coming soon](https://github.com/Irev-Dev/curated-code-cad). -If you want to be involved in anyway, get in touch via, [twitter](https://twitter.com/IrevDev), [discord](https://discord.gg/SD7zFRNjGH) or [discussions](https://github.com/Irev-Dev/cadhub/discussions). +If you want to be involved in anyway, checkout the [Road Map](https://github.com/Irev-Dev/cadhub/discussions/212) and get in touch via, [twitter](https://twitter.com/IrevDev), [discord](https://discord.gg/SD7zFRNjGH) or [discussions](https://github.com/Irev-Dev/cadhub/discussions). diff --git a/web/src/components/Footer/Footer.js b/web/src/components/Footer/Footer.js index b4e1bd1..0836430 100644 --- a/web/src/components/Footer/Footer.js +++ b/web/src/components/Footer/Footer.js @@ -1,9 +1,16 @@ import { Link, routes } from '@redwoodjs/router' +import OutBound from 'src/components/OutBound' const Footer = () => { return (
+ + Road Map + Code of Conduct diff --git a/web/src/components/LandingSection/LandingSection.js b/web/src/components/LandingSection/LandingSection.js index 0156516..2e1e7f1 100644 --- a/web/src/components/LandingSection/LandingSection.js +++ b/web/src/components/LandingSection/LandingSection.js @@ -154,7 +154,14 @@ const LandingSection = () => { > CascadeStudio {' '} - with more integrations coming soon. + with more integrations{' '} + + coming soon + + .

diff --git a/web/src/components/OutBound/OutBound.js b/web/src/components/OutBound/OutBound.js index 398ae57..355f9a6 100644 --- a/web/src/components/OutBound/OutBound.js +++ b/web/src/components/OutBound/OutBound.js @@ -4,6 +4,7 @@ const OutBound = ({ className, children, to }) => { return ( { ReactGA.event({ -- 2.39.5