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
# one at a time | |
App | |
# parallel | |
Provide review and submit data with progress& | |
Progress | |
review data -> Review data | |
# one at a time | |
Provide review and submit data | |
# parallel |
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
AccessAnApp | |
go to BookAnAppointment -> BookAnAppointment | |
BookAnAppointment | |
go to ProvideData -> ProvideData | |
go to SeeData -> SeeData | |
go to SeeDataAppointmentConfirmationCode -> SeeDataAppointmentConfirmationCode | |
ProvideData& | |
ProvideData1 | |
go to ProvideDataAppointmentInsuranceType -> ProvideDataAppointmentInsuranceType | |
go to ProvideDataAppointmentLocation -> ProvideDataAppointmentLocation |
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
# capability: to book an appointment from any other website than ours | |
Appointment widget | |
# as a patient I want to | |
Book an appointment | |
when done -> See a doctor and get medical help | |
# as a patient I want to | |
Provide patient and appointment data | |
provide patient data -> Provide patient data | |
provide appointment data -> Provide appointment data | |
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
# capability: to book an appointment from any other website than ours | |
Appointment widget | |
# as a patient I want to | |
Book an appointment | |
when done -> See a doctor and get medical help | |
# as a patient I want to | |
Provide patient and appointment data | |
# as a patient I want to | |
Provide appointment data | |
# as a patient I want to |
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
# capability: to book an appointment from any other website than ours | |
Appointment widget | |
# as a patient I want to | |
Book an appointment | |
when done -> See a doctor and get medical help | |
# as a patient I want to | |
Provide patient and appointment data | |
# as a patient I want to | |
Provide appointment data | |
# as a patient I want to |
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
Book Appointment | |
Form | |
book -> Confirmation | |
Confirmation | |
send -> Sent | |
Sent | |
bookNewAppointment -> Form |
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
# product: docs thing | |
App | |
# as a user I want to know when I'm waiting for shit to happen | |
Loading | |
# as a visitor I want to login | |
# capability: user handling | |
Logged Out* | |
# as a visitor I want to see some public content | |
# capability: ??? |
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
# product: docs thing | |
App | |
# as a visitor I want to login | |
# capability: user handling | |
Logged Out | |
# as a visitor I want to see some public content | |
# capability: ??? | |
Public Content | |
# !!! is this defined in the right way? |
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
# product: docs thing | |
App | |
# as a visitor I want to login | |
# capability: user handling | |
Logged Out | |
login -> Logged In | |
# as a visitor I want to see some public content | |
# capability: ??? | |
Public Content |
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
const { get } = require('@viewstools/e2e'); | |
module.exports = { | |
Cities: get('App.Cities'), | |
Map: get('App.Map'), | |
Setup: get('App.Setup'), | |
Splash: get('App.Splash'), | |
Stations: get('App.Stations'), | |
Vertical: get('App.Vertical'), | |
_top: get('App'), |