yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41000
[Bug 1489439] Re: URL patterns are inconsistent and unreliable
** Changed in: horizon
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1489439
Title:
URL patterns are inconsistent and unreliable
Status in OpenStack Dashboard (Horizon):
Invalid
Bug description:
Many details pages are displayed at `<panel>/<id>/detail`. This
contrasts with normal navigation patterns, where we expect
<objects>/<id> to show the information about a specific object, not a
404 page.
The URLS should be changed across Horizon so that /<id> shows the
details pages.
Similarly, there are many inconsistencies in the urls; where possible,
we should stick to the CRUD style: <objects>/<id>,
<objects>/<id>/create, <objects>/<id>/update. This contrasts with some
of the existing styles, like `networks/ports/addport`, which should be
`networks/<id>/ports/create`.
This is also a precursor to adding reliable breadcrumb navigation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489439/+subscriptions
References