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

Allow ask for values changed after a timestamp, especially in /project API #3594

Open
2 tasks done
jmoalves opened this issue Apr 1, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@jmoalves
Copy link

jmoalves commented Apr 1, 2024

Current Behavior

Query for a project list using project API returns a lot of data (as stated in #2577).

We are using a workaround for this with a replica of the project list in a inner project.
However, to update this list demands a lot of network traffic and a lot of time.

For instance, a 9K project list takes 30 sec loading pages in parallel.

Proposed Behavior

You could (for #2577) allow filtering the desired properties, to reduce the amount of data transferred.

For this issue, you could provide an option to list only the projects which changed after a date.

It will allow someone to keep a project list and update it using, for instance, the lastBomImport field.

Or a new changedAt field.

Checklist

@jmoalves jmoalves added the enhancement New feature or request label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant