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

Add ability to browse details for historical moderations and user actions #49

Open
s3ththompson opened this issue Feb 21, 2025 · 1 comment

Comments

@s3ththompson
Copy link
Contributor

Currently the record modal only shows moderation details for the first moderation. For example, it's impossible to see the reason behind a previous moderation.

(Similarly, it's impossible to view previous user actions)

We should add a new modal for Moderations. Clicking a moderation at the bottom of the Record modal should open up a new Moderation modal with details.

We should also add a new modal for UserActions. Clicking a user action at the bottom of the User modal should open up a new User Action modal with details.

This issue will include:

  • creating a new intercepting route for /moderations/:id and /user-actions/:id
  • creating a new ModerationDetail component and a new UserActionDetail component
  • thinking through whether we should rename the Moderations page to Records to avoid confusion. (Right now, it's more of a Records table, sorted by most recent moderation)
@s3ththompson s3ththompson changed the title Add ability to browse historical moderations and user actions Add ability to browse details for historical moderations and user actions Feb 21, 2025
@gladyshcodes
Copy link
Contributor

gladyshcodes commented Feb 22, 2025

It seems like Reasoning is the only thing missing in moderation/user action tables at the bottom of modals. Alternatively, we could simply add it to the table and data will be complete

Or do you anticipate having more and more data, making it impossible to keep it all in the table? And then eventually keeping table just as a way to navigate to needed moderation/user action in history?

Image

UPDATE: already implemented as in spec

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

No branches or pull requests

2 participants