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

[Feature] Enable Real-time Polling of Data #3312

Closed
Nikhil-Nandagopal opened this issue Mar 2, 2021 · 0 comments
Closed

[Feature] Enable Real-time Polling of Data #3312

Nikhil-Nandagopal opened this issue Mar 2, 2021 · 0 comments
Assignees
Labels
BE Coders Pod Issues related to users writing code to fetch and update data Community Reported issues reported by community members Enhancement New feature or request FE Coders Pod Issues related to users writing javascript in appsmith JS Evaluation Issues related to JS evaluation on the platform

Comments

@Nikhil-Nandagopal
Copy link
Contributor

Summary

Data in some dashboards need to be displayed in real-time. Not all databases are real-time and support a push-based mechanism. A simple solution to this could be to enabling adding a polling interval to any API/Query setting which would make the client execute those actions in that interval.

Motivation

As tools evolve, data needs to be displayed in near real-time acuracy

@Nikhil-Nandagopal Nikhil-Nandagopal added Enhancement New feature or request Community Reported issues reported by community members Core Query Execution Issues related to the execution of all queries labels Mar 2, 2021
@hetunandu hetunandu self-assigned this Oct 1, 2021
@hetunandu hetunandu added Epic A zenhub epic that describes a project and removed Epic A zenhub epic that describes a project labels Oct 1, 2021
@github-actions github-actions bot added the BE Coders Pod Issues related to users writing code to fetch and update data label Oct 1, 2021
@Nikhil-Nandagopal Nikhil-Nandagopal added JS Evaluation Issues related to JS evaluation on the platform and removed Core Query Execution Issues related to the execution of all queries labels Oct 6, 2021
@github-actions github-actions bot added the FE Coders Pod Issues related to users writing javascript in appsmith label Oct 6, 2021
sondermanish pushed a commit that referenced this issue Mar 6, 2024
## Description
> Added tags to gac test cases 

#### Type of change
- Chore (housekeeping or task changes that don't impact user perception)
>
>
>
## Testing
>
#### How Has This Been Tested?
- [ ] Manual

## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [ ] Cypress test cases have been added and approved by SDET/manual QA
- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE Coders Pod Issues related to users writing code to fetch and update data Community Reported issues reported by community members Enhancement New feature or request FE Coders Pod Issues related to users writing javascript in appsmith JS Evaluation Issues related to JS evaluation on the platform
Projects
None yet
Development

No branches or pull requests

3 participants