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

Improvement: Integrate Versions into Projects API #384

Merged

Conversation

reglim
Copy link
Contributor

@reglim reglim commented Jan 9, 2023

Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness.

We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found.

fixes: #367

@reglim reglim requested a review from randombenj January 9, 2023 09:24
@reglim reglim changed the title Improvement: Integrate Versions and Logo Url into Projects API Improvement: Integrate Versions into Projects API Jan 9, 2023
@reglim reglim force-pushed the improvement/367-integrate-more-data-into-projects-endpoint branch 2 times, most recently from 9650282 to 7c11690 Compare January 9, 2023 11:24
Copy link
Member

@randombenj randombenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fliiiix What is your stake on including all hidden versins by default in the api response?

@reglim reglim force-pushed the improvement/367-integrate-more-data-into-projects-endpoint branch 2 times, most recently from f1b4cc4 to 81f7f1c Compare January 16, 2023 09:36
Now we don't have to load any data for each project, greatly reducing
the number of requests and improving responsiveness.

We now also return hidden versions, but with the property "hidden" to
distinguish them in the UI, which fixes a bug where you couldn't look at
hidden versions because they weren't found, but they aren't returned by
default.

fixes: #367
@reglim reglim force-pushed the improvement/367-integrate-more-data-into-projects-endpoint branch from 81f7f1c to 2d77299 Compare January 16, 2023 12:07
@reglim reglim requested a review from randombenj January 16, 2023 12:12
@randombenj randombenj merged commit 155f8f5 into main Jan 17, 2023
@reglim reglim deleted the improvement/367-integrate-more-data-into-projects-endpoint branch January 17, 2023 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return Versions as part of Projects Request
2 participants