partkeepr/PartKeepr

Frontend Direct Linking using MVC

Aperta

#536 aperta il 18 dic 2015

 (4 commenti) (0 reazioni) (0 assegnatari)JavaScript (419 fork)auto 404
BackendFeature RequestLow Prioritygood first issue

Metriche repository

Star
 (1531 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor