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
Audit logs will grow (for active assets and accounts).
We should use pagination in the endpoints for asset and user
The endpoints are one part, making the data tables use pagination is the other. It should just be busy work, as we have done so already for the asset list and user lists.
Searching audit logs is of course useful, I suggest searching the action description and user name.
This can happen in two PRs, tackle asset audit log first in that case.
P.S. Also set "User" and "Asset" resource in the docstring, so that in this table, the endpoints are listed in the right place.
The text was updated successfully, but these errors were encountered:
Audit logs will grow (for active assets and accounts).
We should use pagination in the endpoints for asset and user
The endpoints are one part, making the data tables use pagination is the other. It should just be busy work, as we have done so already for the asset list and user lists.
Searching audit logs is of course useful, I suggest searching the action description and user name.
This can happen in two PRs, tackle asset audit log first in that case.
P.S. Also set "User" and "Asset" resource in the docstring, so that in this table, the endpoints are listed in the right place.
The text was updated successfully, but these errors were encountered: