Skip to content

Instantly share code, notes, and snippets.

@Eric-Arellano
Last active August 31, 2016 20:32
Show Gist options
  • Save Eric-Arellano/cba6e79f671ea27961a3707ad4e753a3 to your computer and use it in GitHub Desktop.
Save Eric-Arellano/cba6e79f671ea27961a3707ad4e753a3 to your computer and use it in GitHub Desktop.
Hospital Run - data-ember-action codes
Hospital Run - Codes for data-ember-action
To fix HR issue #496 with text icon not showing (https://github.com/HospitalRun/hospitalrun-frontend/issues/496)
Inventory
- Fulfill request
- 2838, mark as consumed checkbox row
- 2839, cancel button
- 2840, fulfill button
- New Request
- 2756, Plus button near quantity
- 2763, fulfill request row
- 2727, cancel button
- 2764, add button
- Inventory list
- 2854, first entry
- 2855, first add
- 2856, first edit
- 2857, first delete
- 2588, first barcode
Thus, appears these codes are generated dynamically and chronologically within page order.
Looks like no pattern to follow to target only certain types of actions.
-------
Upon relogging into app and visiting same page, the codes have changed entirely.
Confirms seems like there's no logic to targeting only certain codes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment