Add Scala school#57
Open
JamieB-gu wants to merge 1 commit into
Open
Conversation
We'd like to create a similar set of sessions for Scala school. We could duplicate the functionality in this repository somewhere else, but it might be simpler to expand the supported learning groups here instead. To that end, this change creates two new directories, `typescript` and `scala`, and moves the existing TypeScript school slides into the `typescript` subdirectory. It also creates a placeholder first session in the `scala` subdirectory. The server is updated to include the following paths: - `/` offers either TypeScript or Scala - `/typescript` shows the list of sessions for TypeScript school - `/scala` shows the list of sessions for Scala school If this approach is successful, we can update the project name and any metadata to reflect that it now contains multiple learning groups.
cemms1
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We'd like to create a similar set of sessions for Scala school. We could duplicate the functionality in this repository somewhere else, but it might be simpler to expand the supported learning groups here instead.
To that end, this change creates two new directories,
typescriptandscala, and moves the existing TypeScript school slides into thetypescriptsubdirectory. It also creates a placeholder first session in thescalasubdirectory.The server is updated to include the following paths:
/offers either TypeScript or Scala/typescriptshows the list of sessions for TypeScript school/scalashows the list of sessions for Scala schoolIf this approach is successful, we can update the project name and any metadata to reflect that it now contains multiple learning groups.