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

Audit Logs for Admin Portal #1105

Closed
wants to merge 38 commits into from
Closed

Audit Logs for Admin Portal #1105

wants to merge 38 commits into from

Conversation

devkiran
Copy link
Contributor

@devkiran devkiran commented Apr 25, 2023

What does this PR do?

Fixes #651

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How should this be tested?

  • Existing unit tests

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code and corrected any misspellings
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@ghost
Copy link

ghost commented Apr 25, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@devkiran devkiran marked this pull request as ready for review May 2, 2023 09:54
@devkiran devkiran requested a review from a team May 2, 2023 11:22
Copy link
Member

@niwsa niwsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The app crashes in the browser when network calls to acquire a viewer token fails for some reason. We could handle it gracefully by displaying an error message.
Screenshot 2023-05-03 at 11 28 29 PM

@devkiran
Copy link
Contributor Author

devkiran commented May 4, 2023

The app crashes in the browser when network calls to acquire a viewer token fails for some reason. We could handle it gracefully by displaying an error message. Screenshot 2023-05-03 at 11 28 29 PM

Done. Now it will display a message if Retraced is not configured properly.

@@ -123,6 +123,11 @@ export const Sidebar = ({ isOpen, setIsOpen }: SidebarProps) => {
text: 'Single Sign-On',
active: asPath.includes('/admin/settings/sso-connection'),
},
{
href: '/admin/settings/audit-log',
text: 'Audit Log',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the title can be 'Audit Logs (For Admin Portal)' to distinguish it from the existing 'Audit logs' tab

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/settings/* is Admin Portal related hence it is obvious that it is for Admin Portal I think. Audit Logs (For Admin Portal) can be a bit long for a tab name, doesn't fit in a single line.

@devkiran devkiran requested a review from deepakprabhakara May 13, 2023 05:29
@devkiran
Copy link
Contributor Author

devkiran commented Jan 4, 2024

Closed in favour of #1972

@devkiran devkiran closed this Jan 4, 2024
@deepakprabhakara deepakprabhakara deleted the add-audit-logs branch October 14, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audit Logs for Admin Portal
3 participants