Skip to content

Instantly share code, notes, and snippets.

@johnkazer
Last active August 23, 2019 21:11
Show Gist options
  • Save johnkazer/cb20a392af75248d7e2a92c1293b63b7 to your computer and use it in GitHub Desktop.
Save johnkazer/cb20a392af75248d7e2a92c1293b63b7 to your computer and use it in GitHub Desktop.
GBF Tool Home*
GBF Tool Home*
Carbon Calc Tool -> Calculator Home
Benchmark Tool -> Benchmark Home
Business Case Tool -> BusinessCase Home
Benchmark Home
click breadcrumb -> GBF Tool Home
BusinessCase Home
click breadcrumb -> GBF Tool Home
Calculator Home
click Start Button -> Data Intro
click breadcrumb -> GBF Tool Home
Data Intro
click breadcrumb calc -> Calculator Home
click breadcrumb -> GBF Tool Home
click Enter Data Button -> Data Input
Data Input
click breadcrumb calc -> Calculator Home
click breadcrumb intro -> Data Intro
click breadcrumb -> GBF Tool Home
provide Company Name -> Data Input
provide Site Name -> Data Input
click Reporting Period -> Select Reporting Period
Select Reporting Period
select -> Data Input
click Emission Type -> Select Emission Type
Select Emission Type
select -> Data Input
provide Amount -> Data Input
click Units -> Select Units
Select Units
select -> Data Input
gbf page
back -> Calculator Home
disclaimer
back -> Calculator Home
guide
back -> Calculator Home
GBF URL -> gbf page
disclaimer URL -> disclaimer
guide URL -> guide
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment