Feature #5962
Implement router class for handling URL routing
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
History
#1 Updated by ben leinfelder almost 9 years ago
- Assignee set to ben leinfelder
- Status changed from New to Closed
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.