-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: change default empty release date to null (#229)
refactor: change default empty release date to null # changed using empty string to null in cases of missing or invalid release dates (game data model) # adjusted mocks to reflect this change # added the last night unreleased html page mock # added null check on games repo getGamesWithoutReleaseDates method # slightly improved some test descriptions # removed some unnecessary tests Previously, an empty string was used in the cases of invalid or unavailable dates. That has been replaced with "null" instead. Also replaced in other appropriate places (like games repository call getting missing dates is now checking for "null" instead of empty string). Issue-ref: #228
- Loading branch information
1 parent
c7dc4d6
commit c773c2a
Showing
7 changed files
with
1,917 additions
and
76 deletions.
There are no files selected for viewing
1,889 changes: 1,889 additions & 0 deletions
1,889
backend/assets/steam-web-html-details-pages/the.last.night.unreleased.html.details.page.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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