Actions
Feature #5962
closedImplement router class for handling URL routing
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by ben leinfelder over 11 years ago
- Status changed from New to Closed
- Assignee set to ben leinfelder
This is being done in JavaScipt using Backbone Router extension (UIRouter is our class).
we define routes for things like: #data (search), #view (metadata details) etc... and render views accordingly.
Actions