partkeepr/PartKeepr

Frontend Direct Linking using MVC

Aberta

#536 aberto em 18 de dez. de 2015

 (4 comentários) (0 reação) (0 responsável)JavaScript (419 forks)auto 404
BackendFeature RequestLow Prioritygood first issue

Métricas do repositório

Stars
 (1.531 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador