slim
slim copied to clipboard
Abstract routing configuration and access to URI parameters
trafficstars
At the moment the URI template /studies/:StudyInstanceUID/series/:SeriesInstanceUID is assumed at several locations within the app's source code. If the template or routing mechanism ever gets changed, it could introduce bugs that are difficult to find. It would be nice to have an abstraction of the URI path that can be used to configure routing and access URI parameters.
@igoroctaviano I would suggest we tackle this as part of #36
This might be already fixed, @cgorman will investigate.