It seems like all the other cogules use URIs like component-name\edit\{id} and component-name\delete\{id}, whereas the file-manager uses file\{id} and file\{id}\delete.
I'm not quite sure which way makes more sense, which is why I tagged this issue as a question.
It would be easier (and faster) to change the file-manager's routes but to me the file-manager's pattern actually makes more sense...
It seems like all the other cogules use URIs like
component-name\edit\{id}
andcomponent-name\delete\{id}
, whereas the file-manager usesfile\{id}
andfile\{id}\delete
.I'm not quite sure which way makes more sense, which is why I tagged this issue as a question.
It would be easier (and faster) to change the file-manager's routes but to me the file-manager's pattern actually makes more sense...
Thoughts?