slim icon indicating copy to clipboard operation
slim copied to clipboard

Abstract routing configuration and access to URI parameters

Open hackermd opened this issue 4 years ago • 2 comments
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.

hackermd avatar Aug 10 '21 14:08 hackermd

@igoroctaviano I would suggest we tackle this as part of #36

hackermd avatar Aug 10 '21 14:08 hackermd

This might be already fixed, @cgorman will investigate.

fedorov avatar May 04 '23 21:05 fedorov