You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has always confused me as to what gamejam or game-jam points to and when. I think the idea behind game-jam is that it would be a place to showcase recent game jam winners?
Here, I'm suggesting:
We have a ./gamejam/winners/ page that gets turned on after the last jam where the ref in ./game-jam-ref points to ./gamejam/winners or we just get rid of ./game-jam-ref. It's set to ./gamejam/all in this PR as @Jaqster suggests.
The ./gamejam/all could have the card entry for the current jam plus the previous ones. Later, the current jam gets rolled into "Previous Game Jams" once the jam is over.
the /gamejam-ref now points to ./gamejam/sports which should later get changed to ./gamejam/all once the jam is over. Or, just have it always set to ./gamejam/all?
I'm confused.
We have a currently open game jam page which gets turned into a winners list after the game jam is over and then added to the /all page.
The /gamejam and /game-jam redirects were meant to point to the currently open game jam, but honestly it's too hard to keep up with (ocean jam was many years ago!). So I'm proposing that we either throw-out these redirects or point them to the /all page so we don't have to keep updating them.
Maybe we could add a checker routine to the json in the *-.ref file to have find an alternate redirect. If there are any active jams (current date/time within the start and end period given in each jam's info.json), then redirect to the active jam's site. Else if alternate() returns "" go to the default redirect ./gamejam/all page?
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
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.
This has always confused me as to what
gamejamorgame-jampoints to and when. I think the idea behindgame-jamis that it would be a place to showcase recent game jam winners?Here, I'm suggesting:
./gamejam/winners/page that gets turned on after the last jam where the ref in./game-jam-refpoints to./gamejam/winnersor we just get rid of./game-jam-ref. It's set to./gamejam/allin this PR as @Jaqster suggests../gamejam/allcould have the card entry for the current jam plus the previous ones. Later, the current jam gets rolled into "Previous Game Jams" once the jam is over./gamejam-refnow points to./gamejam/sportswhich should later get changed to./gamejam/allonce the jam is over. Or, just have it always set to./gamejam/all?Thoughts, ideas?
Closes #6352