Skip to content

Instantly share code, notes, and snippets.

View dariocravero's full-sized avatar

Darío Javier Cravero dariocravero

View GitHub Profile
@dariocravero
dariocravero / SketchSystems.spec
Last active February 20, 2019 10:51
# one at a time
# 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
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
@dariocravero
dariocravero / SketchSystems.spec
Created January 3, 2019 19:07
# capability: to book an appointment from any other website than ours
# 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
@dariocravero
dariocravero / SketchSystems.spec
Created January 3, 2019 19:05
# capability: to book an appointment from any other website than ours
# 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
@dariocravero
dariocravero / SketchSystems.spec
Last active January 3, 2019 19:05
# capability: to book an appointment from any other website than ours
# 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
@dariocravero
dariocravero / SketchSystems.spec
Last active January 3, 2019 12:53
Book Appointment
Book Appointment
Form
book -> Confirmation
Confirmation
Email
send -> Sent
Sent
bookNewAppointment -> Form
@dariocravero
dariocravero / SketchSystems.spec
Last active December 29, 2018 02:25
# product: docs thing
# 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: ???
@dariocravero
dariocravero / SketchSystems.spec
Last active December 29, 2018 02:14
# product: docs thing
# 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?
@dariocravero
dariocravero / SketchSystems.spec
Last active December 29, 2018 02:15
# product: docs thing
# 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
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'),