Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend Direct Linking using MVC #536

Open
Drachenkaetzchen opened this issue Dec 18, 2015 · 4 comments
Open

Frontend Direct Linking using MVC #536

Drachenkaetzchen opened this issue Dec 18, 2015 · 4 comments
Labels
Backend Feature Request good first issue low hanging fruit for potential first-time contributors Low Priority
Milestone

Comments

@Drachenkaetzchen
Copy link
Member

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 Drachenkaetzchen added this to the 1.0 milestone Dec 18, 2015
@Drachenkaetzchen Drachenkaetzchen modified the milestones: 1.1, 1.0 Dec 18, 2015
@Drachenkaetzchen Drachenkaetzchen modified the milestones: 1.3, 1.2 Jan 22, 2017
@Drachenkaetzchen Drachenkaetzchen modified the milestone: 1.3 Sep 3, 2017
@baradhili
Copy link
Collaborator

baradhili commented Jan 22, 2020

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 baradhili added the good first issue low hanging fruit for potential first-time contributors label Jan 22, 2020
@baradhili baradhili added this to the future milestone Jan 22, 2020
@christianlupus
Copy link
Collaborator

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?

@baradhili
Copy link
Collaborator

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

@bmwagner18
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Feature Request good first issue low hanging fruit for potential first-time contributors Low Priority
Projects
None yet
Development

No branches or pull requests

4 participants