partkeepr/PartKeepr

Frontend Direct Linking using MVC

オープン

#536 opened on 2015/12/18

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (419 件のフォーク)auto 404
BackendFeature RequestLow Prioritygood first issue

Repository metrics

Stars
 (1,531 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド