-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge Lorem Fitsum features into Reference Implementation feeds (…
…#215) * feat: merge Lorem Fitsum features into Reference Implementation feeds * remove comment and fix port change * fix seed logic * feed validator checks * fix typo * update framework from cire * remove modified from faker seed * update Node version for CI * fix feed generation * fix typos and update framework * add IS_CI env var and make minimal versions of rpde items * revert opportunity count * invert IS_CI to IS_LOREM_FITSUM_MODE * fix builf * Update Examples/BookingSystem.AspNetCore/README.md Co-authored-by: Luke Winship <[email protected]> * add some fixes to readme * review changes --------- Co-authored-by: Luke Winship <[email protected]>
- Loading branch information
1 parent
7e88fdf
commit e324d68
Showing
18 changed files
with
1,468 additions
and
620 deletions.
There are no files selected for viewing
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
339 changes: 203 additions & 136 deletions
339
Examples/BookingSystem.AspNetCore/Feeds/FacilitiesFeeds.cs
Large diffs are not rendered by default.
Oops, something went wrong.
429 changes: 321 additions & 108 deletions
429
Examples/BookingSystem.AspNetCore/Feeds/SessionsFeeds.cs
Large diffs are not rendered by default.
Oops, something went wrong.
306 changes: 306 additions & 0 deletions
306
Examples/BookingSystem.AspNetCore/Helpers/FeedGenerationHelper.cs
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
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
Oops, something went wrong.