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.

貢獻者指南