Skip to content

Instantly share code, notes, and snippets.

@zaclittleberry
Created June 21, 2018 20:57
Show Gist options
  • Save zaclittleberry/bded4cd3869b855f888a2b59d37796f6 to your computer and use it in GitHub Desktop.
Save zaclittleberry/bded4cd3869b855f888a2b59d37796f6 to your computer and use it in GitHub Desktop.
HousingDB
HousingDB
Landing Page
menu -> Menu
login -> Login
browse landlords -> View Landlords
View Landlords
menu -> Menu
View Properties
menu -> Menu
Login
menu -> Menu
submit -> Dashboard
Dashboard
menu -> Menu
Menu
landing page -> Landing Page
dashboard -> Dashboard
landlords -> View Landlords
properties -> View Properties
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