ofekisr opened a new pull request #14015:
URL: https://github.com/apache/superset/pull/14015


   ### SUMMARY
   this is the second milestone in the filter set feature.
   it is about managing a scope for filter set either Dashboard/User
   1. Dashboard scoped filter sets will be available for all dashboard 
permitted user and will be maintained with admins dashboard owners
   2. User scoped filter sets will be private for each user separately
   
   implementation:
   a subset API of dashboard ` "/<dashboard_id>/filtersets"` for managing a 
dashboard
   
   notes:
   future milestone will deal with sharing and collaborating on filter-sets
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   
   ### TEST PLAN
   tests suites
   create_api_tests.py 
   delete_api_tests.py
   get_api_tests.py
   update_api_tests.py
   
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Changes UI
   - [X] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [X ] Migration is atomic, supports rollback & is backwards-compatible
     - [X] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [X] 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