docs: mark SMART Scheduling Links and Inferno tests complete in roadmap#44
Open
horner wants to merge 2 commits into
Open
docs: mark SMART Scheduling Links and Inferno tests complete in roadmap#44horner wants to merge 2 commits into
horner wants to merge 2 commits into
Conversation
Mark completed items from PR #34: - SMART Scheduling Links $bulk-publish endpoint - Inferno test suite integration for FHIR validation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Docs-only update marking two already-shipped roadmap items as complete in the README.
Changes:
- Mark SMART Scheduling Links
$bulk-publishendpoint as done, linking to PR #34 - Mark Inferno test suite integration as done, noting 3 vaccine-specific failures are out of scope
importSeedData already shifts slot dates to today at import time. The unshiftDate call in getSlots was a leftover from the old shiftDate-on-read design, causing queries for today's dates to look for the original seed generation date in the DB instead. Result: zero slots returned for any date query, breaking the Scheduler Widget E2E test suite. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
The README roadmap did not reflect two features already shipped in PR #34 and adjacent commits. This docs-only update keeps the roadmap accurate.
Changes:
SMART Scheduling Links $bulk-publish endpointas done (links to PR feat: implement SMART Scheduling Links $bulk-publish endpoint #34)Inferno test suite integration for FHIR validationas done, with a note that 3 vaccine-specific failures are out of scope for general-purpose scheduling