Skip to content

Instantly share code, notes, and snippets.

@rgeraldporter
Last active March 1, 2019 05:10
Show Gist options
  • Save rgeraldporter/828526ea55e53675e1356ab784e66548 to your computer and use it in GitHub Desktop.
Save rgeraldporter/828526ea55e53675e1356ab784e66548 to your computer and use it in GitHub Desktop.
EcoLore
EcoLore
Logged Out*
login -> Logged In
register -> Logged In
Logged In
Projects*
Public Projects*
enter project -> A Project
create project -> New Project
My Projects
enter project -> A Project
create project -> New Project
New Project
submit -> My Projects
cancel -> Public Projects
Join Project
submit -> A Project
cancel -> Public Projects
A Project
Project Home*
join project -> Join Project
view cycles -> List Cycles
List Cycles
select -> Surveys
add -> Add Cycle
Add Cycle
add -> List Cycles
Locations
Maps
Surveys
List Surveys*
add survey -> Add Survey
view survey -> View Survey
Add Survey
Review Survey
invalidate -> Add Survey
pass -> View Survey
View Survey
review -> Review Survey
return list -> List Surveys
return cycle -> List Cycles
view observations -> List Observations
List Observations
view observation -> View Observation
review observation -> Review Observation
View Observation
return survey -> View Survey
return observations -> List Observations
review -> Review Observation
Review Observation
pass -> View Observation
invalidate -> New Observation
New Observation
submit -> List Observations
Tools
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