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 In to MTTR* | |
| Email Address | |
| no account for email -> Join MTTR | |
| has account -> Password | |
| Password | |
| submit -> Authenticated | |
| Join MTTR | |
| _Email Address | |
| has account -> Sign In to MTTR |
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
| Individual Service | |
| TimeTable* | |
| Today | |
| Future | |
| SlotsForProvider | |
| Select Slot -> SlotProvidersModal | |
| Remove Filter -> TimeTable | |
| Next Date -> Future | |
| Previous Date -> Today |
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
| Individual Service | |
| TimeTable* | |
| Today* | |
| Future | |
| SlotsForProvider | |
| Remove Filter -> TimeTable | |
| Today Provider Avail | |
| Next Date -> Future Provider Avail | |
| Future Provider Avail | |
| Previous Date -> Today Provider Avail |
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
| Course PDP* | |
| Join via nav -> Onboarding | |
| Default | |
| add to cart -> Checkout | |
| Sold Out & Past | |
| sign up for mailing list | |
| Purchased | |
| view course -> Course Portal | |
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
| import ComputedField from 'sanity-plugin-computed-field'; | |
| import { validateLessonSlugUniqueness } from '../../utils/validateLessonSlugUniquness'; | |
| import { getPublishedId } from '../../utils/documentPublishStatus'; | |
| export default { | |
| name: 'lesson', | |
| title: 'Lesson', | |
| type: 'document', | |
| fields: [ | |
| /** |
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
| Installing an Extension* | |
| # admin action | |
| reset state chart -> Store | |
| # admin action | |
| finish installing -> Finished Installing? | |
| Store* | |
| click extension -> Cover Page | |
| click manage -> Installed List | |
| Cover Page& | |
| not installed?* |
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
| Installing an Extension* | |
| # admin action | |
| reset state chart -> Store | |
| # admin action | |
| finish installing -> Finished Installing? | |
| Store* | |
| click extension -> Cover Page | |
| click manage -> Installed List | |
| Cover Page& | |
| not installed?* |
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
| Installing an Extension* | |
| # admin action | |
| reset state chart -> Store | |
| # admin action | |
| finish installing -> Finished Installing? | |
| Store* | |
| click extension -> Cover Page | |
| click manage -> Installed List | |
| Cover Page | |
| not installed?* |
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
| Hi |
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
| Resting* | |
| play -> Booting | |
| always on -> Booting | |
| Booting | |
| 2s delay -> Running | |
| Running | |
| stop -> Resting | |
| code update -> Booting |