Skip to content

Instantly share code, notes, and snippets.

@antico5
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save antico5/56485210f12fabb7fe32 to your computer and use it in GitHub Desktop.

Select an option

Save antico5/56485210f12fabb7fe32 to your computer and use it in GitHub Desktop.
Transaction logs a crear
name:
RFIDTagID
value:
params[:rfid]
action:
REQUEST
cuando:
en ProcessController#rfid_input
name:
NameOnCard
value:
params[:name_on_card]
action:
REQUEST
cuando:
en card_input
name:
DISPLAY
value:
MILEAGE
action:
REQUEST
cuando:
en enter_mileage
name:
MILEAGE
value:
params[:odometer]
action:
RESPONSE
cuando:
en VehicleController#odometer_reading
name:
NameOnCard
value:
params[:name_on_card]
action:
REQUEST
cuando:
en card_input
name:
DISPLAY
value:
REGISTRATION
action:
REQUEST
cuando:
en renew_dmv
name:
DISPLAY (?)
value:
YES
action:
RESPONSE
cuando:
en VehicleController#dmv_renewal
name:
DISPLAY
value:
REMINDER
action:
REQUEST
cuando:
en inspection_reminder
name:
DISPLAY
value:
REMINDMELATER
action:
RESPONSE
cuando:
en ?? falta una ruta cuando responden "remind me later" en el prompt de inspection reminder (la otra opcion es OK y se ignora)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment