Last active
August 29, 2015 14:02
-
-
Save antico5/56485210f12fabb7fe32 to your computer and use it in GitHub Desktop.
Transaction logs a crear
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
| 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