Skip to content
/ learn Public

A place for the CSESoc learning community to share their knowledge and expertise.

License

Notifications You must be signed in to change notification settings

csesoc/learn

Folders and files

NameName
Last commit message
Last commit date
Apr 9, 2023
Apr 9, 2023
Jul 26, 2024
Aug 17, 2024
Jul 26, 2024
Jul 26, 2024
Sep 4, 2022
May 10, 2022
Jun 28, 2022
Sep 13, 2022
May 10, 2022
Jul 30, 2022
Jan 15, 2023
Nov 15, 2023
Sep 24, 2023
May 10, 2022
Apr 9, 2023
Apr 9, 2023
Apr 9, 2023
Oct 6, 2022
May 15, 2022
Jun 28, 2022
Nov 5, 2022
Sep 24, 2023

Repository files navigation

Learning Platform

GitHub header

A place for the CSESoc community to learn and share their knowledge and expertise.

🌈 Status update:
Creating a generic system for publishing course revision exercises

🎨 Design system:
CSESoc Learn has its own design system with components + tokens. The Figma file is here.

Features

For more details, see the relevant wiki page.

  • Support for a wide variety of content types via Contentlayer
  • Beautiful UI/UX inspired by Medium and technical sites
  • Spotlight-style search via Stork
  • Ergonomic content creation workflow powered by MDX
  • Convenient content sorting and filtering options

Getting Started

For detailed instructions, see here.

  1. Clone this repo
  2. yarn install to install all dependencies
  3. yarn build to generate an optimised version of the application for production
  4. yarn start to start the local server

Vision ⚡️

CSESoc is where students gather to socialise and extend their technical knowledge outside the classroom. Educational content has previously been delivered via workshops. However, this limits people who're uncomfortable with holding workshops, or want to contribute in other formats, from contributing.

CSESoc Learn empowers students from various backgrounds to contribute to the wider CSE community by:

  • opening up new formats of contributing such as articles, tutorials and videos
  • providing an ergonomic content creation experience, allowing creators to focus on what they do best

CSESoc Learn also focuses strongly on delightful UI/UX, driving engagement and raising the bar for learning experiences at CSESoc.

Code style

Prettier and StandardJS are used together for formatting and linting. They're configured in the repo.

Tech stack

For more details, see the relevant wiki page.

Documentation

See the wiki.

Our team

We're CSESoc Education! Development is currently led by:

Putting Course Revision Resources onto the Learning Platform

The Learning Platform has a standard format for publishing course revision materials. It assumes that a course revision campaign consists of a set of exercises that can be written in markdown.

In this course-revision folder observe that there are folders likes 1511-23T3 with mdx files inside. There is also a corresponding 1511-23T3.mdx file next to the folder of the same name.

When you create a new course revision campaign, you must provide the following:

  • An mdx file course-revision/.mdx which contains some info about this course revision campaign and how to get set up for the exercises (e.g. downloading some starter code). The should be replaced with the name of the course offering that this revision session is made for e.g. 1511-23T3 The fields you must provide in the yaml are:
    • title: Title of the course revision campaign (e.g. CSESoc COMP1511 Revision Practice Problems)
    • desc: Brief descriptoin of this course revision campaign (e.g. Practical coding exercises to help you prepare for your COMP1511 23T3 final exam)
    • course: (e.g. COMP1511) (Currently not used in the code)
    • offering: (e.g. 23T3) (Currently not used in the code)
  • A folder course-revision/ which contains mdx files for each exercise. The fields you must provide in the yaml are:
    • title: Title of the exercise (e.g. BST Difference)
    • desc: Brief description of exercise (e.g. Find the mininum distance between any two numbers in a binary search tree)
    • class: Which course this exercise is for (eg. COMP2521)
    • difficulty: Difficult rating (1=easy, 2=medium, 3=hard) (e.g. 2)

Note: Both the .mdx and folder MUST share the exact same name in order to work (e.g. file 1511-23T3.mdx and folder 1511-23T3)

Once you have uploaded these files you can navigate to them at the url /course-revision (e.g. learn.csesoc.org.au/course-revision or localhost:3000/course-revision)

About

A place for the CSESoc learning community to share their knowledge and expertise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published