-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
[SIP-0] Superset Improvement Proposals #5602
Comments
Updated to add step 2 |
@betodealmeida Would you like to call for votes in the mailing list for this proposal? |
where should the discussion for the SIP take place ? |
I would vote for having the discussions on the SIP github issue.
With the proposed process, author will notify |
I agree with @kristw about having the discussion on Github. Images are a dealbreaker for a data visualization project. Also diagram and such. |
Closing this since it was voted. |
Good morning! Is there also a mobile app developer here? |
Please note that this SIP has passed, so SIPs will move forward (or not) according to this revised process. |
Superset Improvement Proposals
Purpose
The purpose of a Superset Improvement Proposal (SIP) is to introduce any major change into Apache Superset. This is required in order to balance the need to support new features, uses cases, while avoiding accidentally introducing half thought-out interfaces that cause needless problems when changed.
What is considered a major change that needs a SIP?
Any of the following should be considered a major change:
What are the "public interfaces" of the project? All of the following are public interfaces that people build around:
What should be included in a SIP?
A SIP should contain the following sections:
Who should initiate the SIP?
Anyone can initiate a SIP, but preferably someone with the intention of implementing it.
Process
dev@
mailing list that the SIP has been created, use the subject line[DISCUSS] ...
, the body of the email should look something likePlease discuss & subscribe here: https://github.com/apache/incubator-superset/issues/5602
[VOTE] ...
).Template
[SIP] Proposal for _
Motivation
Description of the problem to be solved.
Proposed Change
Describe how the feature will be implemented, or the problem will be solved. If possible, include mocks, screenshots, or screencasts (even if from different tools).
New or Changed Public Interfaces
Describe any new additions to the model, views or REST endpoints. Describe any changes to existing visualizations, dashboards and React components. Describe changes that affect the Superset CLI and how Superset is deployed.
New dependencies
Describe any NPM/PyPI packages that are required. Are they actively maintained? What are their licenses?
Migration Plan and Compatibility
Describe any database migrations that are necessary, or updates to stored URLs.
Rejected Alternatives
Describe alternative approaches that were considered and rejected.
The text was updated successfully, but these errors were encountered: