You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Our customers need to send damage reports without any booking. To identify a broken bike, it is helpful to submit a bike number from the maas provider to the TO.
Therefore, we use POST support (supportRequest model)
Urgency
Minor
(we have a workaround - send the bike number in the comment field)
Additional context
Broken bike / damaged bike is found by the end user. This information needs to be sent to the TO for further processing.
Describe the solution you'd like
Extend the supportRequest model with a new field: licensePlate
Describe alternatives you've considered
Sent the bike number or license Identifier in the comment field, but this makes it hard to identify the correct bike (wrangle it out of the comment field which is pretty ugly)
Possible Implementation
supportRequest -> add new Field: licensePlate
The text was updated successfully, but these errors were encountered:
zerwuff
changed the title
Extend POST /support/ to provide asset id
Extend POST /support/ (supportRequest model) with a new field: assetId
Feb 2, 2024
Hi! How does it work in your context if there is no related booking?
Does the end user just type in some number that is printed on the asset/bike? How do you know which TO is responsible for this asset? Does the end user need to specify which brand/TO the asset belongs to?
Hi, the user sees a bike on a station and types in the number printed on the bike and a short text ("brake broken").
There is no additional brand information required. With the bike number only, can identify the right asset on our ( the TO ) side.
When we receive such an event, we resolve the correct asset on our (TO) side and issue an operations ticket for that, so it can be fixed.
Identifying the right TO must me done from the MP side the same way like when creating a booking, i.e. the User has to choose it upfront from the MP's Application.
Is your feature request related to a problem? Please describe.
Our customers need to send damage reports without any booking. To identify a broken bike, it is helpful to submit a bike number from the maas provider to the TO.
Therefore, we use POST support (supportRequest model)
Urgency
Minor
(we have a workaround - send the bike number in the comment field)
Additional context
Broken bike / damaged bike is found by the end user. This information needs to be sent to the TO for further processing.
Describe the solution you'd like
Extend the supportRequest model with a new field: licensePlate
Describe alternatives you've considered
Sent the bike number or license Identifier in the comment field, but this makes it hard to identify the correct bike (wrangle it out of the comment field which is pretty ugly)
Possible Implementation
supportRequest -> add new Field: licensePlate
The text was updated successfully, but these errors were encountered: