Frontend Direct Linking using MVC
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.
this feels more like adding a rest api backend... Not sure about Symfony, but Laravel certainly makes it easy to do... marking this as a good first issue for a backend dev
I do not know much about the design but are we not yet using some sort of REST API? So is this more a esthetic issue or a functional one?
I believe we have something.. but.. :)
Is there any further update on this? I would like to be able to create a QR code that I could scan with my phone. That QR code could take me to a storage location and show me the contents. The QR code generation and everything could be taken outside of partkeepr if we can get frontend linking or something similar...