Skip to content

Instantly share code, notes, and snippets.

@balanza
Last active March 22, 2016 11:34
Show Gist options
  • Save balanza/79aa8918d7fcf18e4608 to your computer and use it in GitHub Desktop.
Save balanza/79aa8918d7fcf18e4608 to your computer and use it in GitHub Desktop.
//navigation.js - centralized app navigation methods
exports.openHomePage = function(){ /* code for opening the Home page */ };
exports.openProfilePage = function(){ /* code for opening the Profile page */ };
exports.openDashboardPage = function(){ /* code for opening Dashboard page */ };
exports.openInsightsPage = function(){ /* code for opening Insights page */ };
exports.openBillingPage = function(){ /* code for opening the Billing page */ };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment