From a98350e5362e3b14f8dc06c68014c614b59d0e7f Mon Sep 17 00:00:00 2001 From: IShaLinI Date: Mon, 22 Apr 2024 22:45:09 -0700 Subject: [PATCH] Design Challenges Page --- .vscode/settings.json | 5 +++++ docs/design-challenge/challenges/week1.md | 1 + docs/design-challenge/index.md | 15 +++++++++++++++ docs/home/contributors.md | 17 +++++++++++++++++ docs/{ => home}/index.md | 0 mkdocs.yml | 8 +++++++- 6 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json create mode 100644 docs/design-challenge/challenges/week1.md create mode 100644 docs/design-challenge/index.md create mode 100644 docs/home/contributors.md rename docs/{ => home}/index.md (100%) diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..ce244053 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "leaderboards" + ] +} \ No newline at end of file diff --git a/docs/design-challenge/challenges/week1.md b/docs/design-challenge/challenges/week1.md new file mode 100644 index 00000000..36bb8a45 --- /dev/null +++ b/docs/design-challenge/challenges/week1.md @@ -0,0 +1 @@ +# Design Challenge #1: Swerve Drivebase \ No newline at end of file diff --git a/docs/design-challenge/index.md b/docs/design-challenge/index.md new file mode 100644 index 00000000..999d3f0d --- /dev/null +++ b/docs/design-challenge/index.md @@ -0,0 +1,15 @@ +# Design Challenges + +Design Challenges are at the core of what makes DDS Special. Design Challenges are an amazing way to step outside of your modeling comfort zone, and compete against others in a mutually beneficial way. + +## Scoring +Each Design Challenge will net a total of 7 points maximum, with 4 for completion and 3 possible bonuses. **Late submissions** will allow participants to win up to 2 completion points and all 3 bonus points. + +### Bonuses +- Simplicity bonus: Awarded to submissions that simplify design and make the rest of their teams life easier +- Quality bonus: Awarded to submissions that embody good design principles and reflect the time and effort put into making a design as clean as possible. +- Special bonus: Bonus point specific to each design challenge, usually involving the way the challenge is approached and the design is executed. + +### Leaderboards + +Design challenges will feature two separate leaderboards: **Beginner** and **Intermediate/Advanced**. Each leaderboard will function independently, but points will be transferred when beginner members gain experience and self identify as intermediate. PLEASE DO NOT SMURF!!! DDS is meant to be a community for learning, and trying to game the system by identifying as a beginner only discourages others. If we believe someone is trying to smurf, they will be spoken to and potentially warned of their behavior. \ No newline at end of file diff --git a/docs/home/contributors.md b/docs/home/contributors.md new file mode 100644 index 00000000..47ed4edc --- /dev/null +++ b/docs/home/contributors.md @@ -0,0 +1,17 @@ +# Contributors + +DDS Manual would not happen without the wonderful work of these people! + +## Manual Writers +- David +- Kelly +- Astro +- Andrew +- Kremer + +## Additional Input +- Nick Aarestad +- Vaughn +- Jon (juju) Beans +- Trisha +- Chickenbonker \ No newline at end of file diff --git a/docs/index.md b/docs/home/index.md similarity index 100% rename from docs/index.md rename to docs/home/index.md diff --git a/mkdocs.yml b/mkdocs.yml index 8250c546..5e9cc409 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,7 +39,9 @@ extra: link: https://discord.gg/jHXTdNjYCg nav: - - Home: index.md + - Home: + - home/index.md + - Contributors: home/contributors.md - Beginner Guide: - onshape-intro/index.md @@ -48,6 +50,10 @@ nav: - Stage 1C: onshape-intro/stages/1c.md - Stage 2 Intermediate: onshape-intro/stages/2a.md + - Design Challenges: + - design-challenge/index.md + - Week 1 | Swerve Drivebase: design-challenge/challenges/week1.md + - Resources: - Glossary: - glossary/index.md