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.
Make a locking mechanism for assets. This will notify other users when an asset is already under use and allow for better concurrency.
Describe the solution you'd like
Implement an in-memory key-value pair in CARE backend to implement occupancy status of an asset.
Valdiate all api requests to the asset based on this lock.
Notify the user if the the asset is locked.
Additional context
This is a sub issue related to the original issue #5494 under the C4GT program.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Make a locking mechanism for assets. This will notify other users when an asset is already under use and allow for better concurrency.
Describe the solution you'd like
Additional context
This is a sub issue related to the original issue #5494 under the C4GT program.
The text was updated successfully, but these errors were encountered: