partkeepr/PartKeepr

Frontend Direct Linking using MVC

开放

#536 创建于 2015年12月18日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (419 个派生)auto 404
BackendFeature RequestLow Prioritygood first issue

仓库指标

星标
 (1,531 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It should be possible to directly link to different areas of the system. Example:

To open the part editor with the part ID 12, the resulting URI should be:

http://demo.partkeepr.org/#parts/12/edit

Similarly, it should be possible to remove stock for that part:

http://demo.partkeepr.org/#parts/12/stock/remove?comment=Foo&stock=12

The browser's location should be updated according to the currently active item.

贡献者指南