PartKeepr icon indicating copy to clipboard operation
PartKeepr copied to clipboard

Frontend Direct Linking using MVC

Open Drachenkaetzchen opened this issue 10 years ago • 4 comments

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.

Drachenkaetzchen avatar Dec 18 '15 10:12 Drachenkaetzchen

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

baradhili avatar Jan 22 '20 04:01 baradhili

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?

christianlupus avatar Jan 22 '20 10:01 christianlupus

I believe we have something.. but.. :)

baradhili avatar Jan 23 '20 01:01 baradhili

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...

bmwagner18 avatar Jan 27 '24 03:01 bmwagner18