diff --git a/docs/deferring.md b/docs/deferring.md new file mode 100644 index 00000000..d52be2d1 --- /dev/null +++ b/docs/deferring.md @@ -0,0 +1,8 @@ +# Deferring Cards + +CDS Services return guidance in real-time in response to user workflow actions. Depending upon the content of the card and the native capability of the CDS Client, the end-user may be able to defer or "snooze" a card to act upon later. + +CDS Hooks does not mandate CDS Client user interface nor capabilities; depending upon the UI capabilities of the CDS Client, the user may be able to defer or ignore a card and then return to it later. There are important considerations for CDS Clients considering enabling this, some are listed below. + + + diff --git a/mkdocs.yml b/mkdocs.yml index cadef5f2..fa11036d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,6 +28,7 @@ nav: - Quick Start: 'quickstart.md' - Cheat Sheet: 'cheat-sheet/Cheat Sheet - Sept 2019.pdf' - Best Practices: 'best-practices.md' +- Considerations for Deferring Cards: 'deferring.md' - Examples: 'examples.md' - Community: 'community.md' - Logo Use: 'logo-use.md'