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
Introducing Favorite Resources for users with filtering/search support. Favorites should be provided via a new entity on the DB side with related services (cardinality is between User and Resource table as 1-N).
The /extjs/search/list and /extjs/resource/{id} response payloads (see #379 and #380) should include a boolean property indicating if a resource is favorite for the requesting user.
All users should be able to perform this requests independently on their role.
The text was updated successfully, but these errors were encountered:
Introducing Favorite Resources for users with filtering/search support. Favorites should be provided via a new entity on the DB side with related services (cardinality is between User and Resource table as 1-N).
The /extjs/search/list and /extjs/resource/{id} response payloads (see #379 and #380) should include a boolean property indicating if a resource is favorite for the requesting user.
All users should be able to perform this requests independently on their role.
The text was updated successfully, but these errors were encountered: