-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
WIP: Add Compare Query Versions Feature Upstream #3021
WIP: Add Compare Query Versions Feature Upstream #3021
Conversation
@jezdez & @rafrombrc - This is a Firefox specific issue. Pointers on next steps would be appreciated. |
@alison985 can you please include some screenshots of the UI implemented here (and changes to existing one)? |
@arikfr Here are screenshots of the compare query feature. The menu on the edit query page: Compare Query dialog when initially opened: Compare Query dialog with a specific version chosen for comparison. |
We'll need to modernise this interface so it fits our design.
|
@alison985 here's an updated design proposal. Can we use ace editor as well for the code (I think there's a way to use it in a non-editable mode)? |
What about this? |
Hi, (This is a template message, but I mean every word of it. Also you're welcome to reply) Thank you for making this contribution. While we couldn't bring it to completion and merge, it's still very much appreciated. 🙇 In the past year the Redash code base gone under massive updates: on the backend we moved to Python 3 & RQ instead of Celery and on the frontend we replaced Angular with React. It's very likely this makes this PR irrelevant without significant changes. :-( I'm closing this PR now. But if you're still interested in making it happen, let me know and I will reopen. Thanks. |
Hey, can you elaborate if this is something you'd take? EDIT to clarify: I meant whether such a feature would be still interesting to submit a PR for. |
Would we want a version history feature? Sure. But we should probably discuss UX & implementation before. |
Okay, great, I'll chat with the others soon and get back to you about it. |
This is a port from the Mozilla fork. Issue to port it upstream: mozilla#583
This PR adds the Compare Query Version feature to getredash. That includes:
This is listed as a WIP because of a rendering issue with the query editor textarea. I would like help with this part please.