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

Activity feed implementation #789

Merged
merged 80 commits into from
Jul 20, 2022
Merged

Activity feed implementation #789

merged 80 commits into from
Jul 20, 2022

Conversation

damirabdul
Copy link
Contributor

@damirabdul damirabdul commented Jul 5, 2022

What changes did you make? (Give an overview)

This PR introduces new feature - Activity feed. This feed is located under separate Activity tab next to Alerts. This feed contains events, related to data entity, e.g. data entity was created, tags were attached, etc. For the first version we've implemented next events:

  • OWNERSHIP_CREATED
  • OWNERSHIP_UPDATED
  • OWNERSHIP_DELETED
  • TAGS_ASSOCIATION_UPDATED
  • DATA_ENTITY_CREATED
  • TERM_ASSIGNED
  • TERM_ASSIGNMENT_DELETED
  • DESCRIPTION_UPDATED
  • BUSINESS_NAME_UPDATED
  • DATASET_FIELD_VALUES_UPDATED
  • DATASET_FIELD_DESCRIPTION_UPDATED
  • DATASET_FIELD_LABELS_UPDATED
  • CUSTOM_GROUP_CREATED
  • CUSTOM_GROUP_UPDATED
  • CUSTOM_GROUP_DELETED

There is also Activity tab in data entity details page, which shows activity feed for particular data entity

How to test

Need to do difference manipulations with data entity, which will trigger above events. Check activity feed and validate, that all events are correct.

closes #720

@damirabdul damirabdul added scope: backend Backend task scope: frontend Frontend task kind: feature New feature request labels Jul 5, 2022
@damirabdul damirabdul added this to the 0.6 milestone Jul 5, 2022
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@damirabdul damirabdul marked this pull request as ready for review July 19, 2022 05:10
@damirabdul damirabdul requested review from a team as code owners July 19, 2022 05:10
@damirabdul damirabdul removed the request for review from NelyDavtyan July 19, 2022 05:10
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link

Test Results

  33 files    33 suites   44s ⏱️
182 tests 182 ✔️ 0 💤 0
205 runs  205 ✔️ 0 💤 0

Results for commit 788a952.

@damirabdul damirabdul merged commit 062f3be into main Jul 20, 2022
@damirabdul damirabdul deleted the activity branch July 20, 2022 08:54
@Anna-EG Anna-EG mentioned this pull request Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New feature request scope: backend Backend task scope: frontend Frontend task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Activity feed
4 participants