justinpark opened a new pull request, #32681:
URL: https://github.com/apache/superset/pull/32681

   ### SUMMARY
   As all views in Superset have been changed to SPA migration, the 
recent_activity tracking that previously relied on logs from the existing Flask 
views no longer returns accurate page records. The page logging for the SPA 
migration has been modified so that all actions are recorded through the 
frontend with the action type set to 'log,' and each logging type is now 
recorded through the event_name.
   
   To address the issue, the existing recent_activity API has been updated to 
differentiate actions based on the `event_name`. Additionally, we have fixed 
the issue where the logging data generated from the frontend was missing the 
dashboard_id and slice_id.
   
   ### TESTING INSTRUCTIONS
   
   Before:
   
![Notification_Center](https://github.com/user-attachments/assets/10ae18c0-c02b-4351-9966-974e0f63d3c1)
   
   
   After:
   
   ![Screenshot 2025-03-11 at 4 21 02 
PM](https://github.com/user-attachments/assets/254d5fb3-b35a-4033-afa4-0bab17335e14)
   
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to