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

[FEATURE REQUEST] Possibility of transmitting the user location as part of leg events #553

Open
7oats opened this issue Jul 19, 2024 · 2 comments · May be fixed by #563
Open

[FEATURE REQUEST] Possibility of transmitting the user location as part of leg events #553

7oats opened this issue Jul 19, 2024 · 2 comments · May be fixed by #563
Assignees
Labels
WT1 To be discussed at the next meeting
Milestone

Comments

@7oats
Copy link

7oats commented Jul 19, 2024

Is your feature request related to a problem? Please describe.

As a TO, we want to ensure that an end customer is close enough to an asset to prevent it from being opened remotely. Therefore, the MP must be able to transmit the position of the end customer to the TO when a request to open the asset is sent.

Urgency

Major (the TOMP API works as advertised but this is really neccessary to implement), because our process to open an asset depends on the user location

Additional context

Describe the solution you'd like

Transferring the position within the legEvent object.

Describe alternatives you've considered

Possible Implementation

POST: /legs/{id}/events]
{
"time": "string",
"event": "string",
"comment": "string",
"url": [
"string"
],
"asset": asset,
"userLocation": place
}

@edwinvandenbelt edwinvandenbelt added the WT1 To be discussed at the next meeting label Jul 19, 2024
@edwinvandenbelt
Copy link
Collaborator

As mentioned, we're going to have a look at this, but please remind that this adjustment has certain GDPR aspects. It cannot be applied without additional actions, like processing agreements and security precautions.

@edwinvandenbelt
Copy link
Collaborator

With thorough documentation of the GDPR aspects!!!

@edwinvandenbelt edwinvandenbelt added this to the 1.6 milestone Sep 11, 2024
@edwinvandenbelt edwinvandenbelt moved this to To do in WT1 Kanban Dec 19, 2024
@edwinvandenbelt edwinvandenbelt moved this from To do to In review in WT1 Kanban Dec 19, 2024
@edwinvandenbelt edwinvandenbelt linked a pull request Dec 19, 2024 that will close this issue
@edwinvandenbelt edwinvandenbelt linked a pull request Dec 19, 2024 that will close this issue
@edwinvandenbelt edwinvandenbelt self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WT1 To be discussed at the next meeting
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants