Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOG: Personal activity log #568

Closed
14 tasks done
lkleisa opened this issue Mar 14, 2022 · 1 comment
Closed
14 tasks done

LOG: Personal activity log #568

lkleisa opened this issue Mar 14, 2022 · 1 comment
Labels

Comments

@lkleisa
Copy link
Collaborator

lkleisa commented Mar 14, 2022

The idea of this feature is to log all personal changed or accesses to encryptables.

Mockup minimal version
Top bar drop down

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

  • 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)
@MuStAgEDelta
Copy link
Contributor

MuStAgEDelta commented Apr 11, 2022

Frontend is prepared.
Spec tests are prepared.
Waiting for issue #564 for the backend stuff.

@JulienGaumez JulienGaumez linked a pull request Apr 29, 2022 that will close this issue
@Vakmeth Vakmeth closed this as completed Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants