-
Notifications
You must be signed in to change notification settings - Fork 21
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
Home Page | 'New Applications' Section Displays Apps Randomly Instead of the Most Recent Four Created #1131
Comments
@tfjanjua in my opinion it would make sense to add a sortability to the apps not sure if everyone wants the list to be ordered by the most recent release one. maybe one would sort by name maybe ascending maybe descending or even subscriptions (not sure if that's really a case but think you get my point). But adding a sortability to the list would need frontend adjustments @MaximilianHauer fyi, what's your opinion on that? |
@Phil91 , thanks for your feedback, I totally understand your point and I think its really ideal suggestion when this API is been responding data for a sortable list (like tabular list) but FE is been using this API's responded data to show the New Apps so I just thought maybe in this case we should get the ordered list from BE in anyways so, only New Apps could have been shown. but lets wait for @MaximilianHauer response. |
@Phil91 @MaximilianHauer from my point of view we should merge #1132 as it is as having a predefined sorting order cannot be worse than having no defined sorting order at all (which is the case now). |
@ntruchsess would agree that we can merge #1132 since it doesn't do any damage |
Current Behavior
Apps are displayed in a random order rather than the most recent four created apps.
Expected Behavior
The section should display the four most recently created apps, sorted by their release date.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: