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

1657 - activity "User" filter should accept usernames instead of owner_ids #1658

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vladysl
Copy link
Contributor

@Vladysl Vladysl commented Apr 17, 2024

BE:

  1. added new endpoint GET /api/activity/users - should be used to retrieve usernames, which present in activity table.
  2. Updated /api/activity/counts, /api/dataentities/{data_entity_id}/activity and /api/activity - now accepting array of String instead of owner_ids for users.

FE:

  1. need to update /api/activity/counts, /api/dataentities/{data_entity_id}/activity and /api/activity API's
  2. make request GET /api/activity/users to retrieve usernames on DataEntity-> Activity and Activity Tabs
image image

@Vladysl Vladysl requested a review from a team as a code owner April 17, 2024 10:18
@Vladysl Vladysl marked this pull request as draft April 17, 2024 10:21
Copy link

Test Results

  55 files    55 suites   3m 7s ⏱️
259 tests 259 ✔️ 0 💤 0
287 runs  287 ✔️ 0 💤 0

Results for commit e23bb88.

Copy link

sonarcloud bot commented Apr 17, 2024

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.

None yet

1 participant