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
Always run the E2E-tests if you change something in the frontend, run the backend-tests if you change something in the backend and test always manually
ToDo
Add new controller API::PersonalLogsController, action: index
Fetch personal versions entries
Create new serializer PersonalLogSerializer: event, created_at, item_id, item_name (team/folder/encryptable/name)
PaperTrail::Version.where ... to fetch all personal entries
make sure to includes teams, folders to avoid n+1 queries
Add controller specs
Add new route /api/personal_logs
Add model, adapter to frontend
Add components and new templates
Add table and columns
add link to encryptable
Add frontend tests
Add system specs
Add new menu entry to top bar drop down (above profile)
The text was updated successfully, but these errors were encountered:
The idea of this feature is to log all personal changed or accesses to encryptables.
This feature is based on: Access- and changelog conception and previous Issue 564
Always run the E2E-tests if you change something in the frontend, run the backend-tests if you change something in the backend and test always manually
ToDo
The text was updated successfully, but these errors were encountered: