Sha256: 4aae6414f195289e53d2d4f8bccb35dbe40aa5c5f3955538dcbef60277aec867

Contents?: true

Size: 1.33 KB

Versions: 53

Compression:

Stored size: 1.33 KB

Contents

## sop 1: collect anytime from 8am to 9am
              ## => step 1 :
                ## => depart :
                ## => time : 8 am. -> 9 am
                ## => duration : based on location, and distance of requirement from the location. 
                ## => location is within 50 km of patient coordinates, 
                ## => here there is a need to resolve the duration actually.
                ## => that actually implies resolve requirement.
                ## => which means search for that requirement which satisfies these conditions best, and add it already as being booked for this time slot.
                ## => then later on in the query, we search directly for that requirement id and that time slot.
                ## => so if resolve is true, then the requirement is to be resolved, not the location.
                ## => at certain other stages, it may be necessary to independently resolve location for some reason.
                ## => so that facility should also be provided.
              ## => step 2 :
                ## => arrive 
                ## => time : immediately after
                ## => duration : 1 min
                ## => location : patient location
                ## => here we dont need to do anything.
              ## => step 3:
                ## => collect
                ## => 
      ## sop 2: 

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.9 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.8 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.7 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.6 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.5 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.4 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.3 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.2 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.1 spec/scenarios/scenario_1.json
wordjelly-auth-1.5.0 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.9 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.8 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.7 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.6 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.5 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.4 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.3 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.2 spec/scenarios/scenario_1.json
wordjelly-auth-1.4.0 spec/scenarios/scenario_1.json