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

[REQUEST] Display newly added apps in the app store #899

Open
diyoyo opened this issue Nov 9, 2023 · 3 comments
Open

[REQUEST] Display newly added apps in the app store #899

diyoyo opened this issue Nov 9, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@diyoyo
Copy link

diyoyo commented Nov 9, 2023

Is your feature request related to a problem? Please describe.
I don't know whether the Featured filter is here for new apps or very popular apps, but let's talk about the former option.
I'd love to see the recently added apps on one single page, all categories together. Just to quickly see which new toys I can play with :D

Describe the solution you'd like
Any time an app is added to the store, some kind of notification, or at least icons on each app card when the app has been uploaded less than 2 weeks ago.

Describe alternatives you've considered
The refresh rate of such option could be limited to the interval between two releases of runtipi, to simplify synchronization.

Additional context
Please.

@diyoyo diyoyo added the enhancement New feature or request label Nov 9, 2023
@MontejoJorge
Copy link
Collaborator

With this git command git log -n 1 --date=unix '--pretty=%at' --diff-filter=A apps/app-folder/docker-compose.yml we can get the time where the docker-compose.yml file was added, and if it is less than x time show a newly added tag or something.

@meienberger
Copy link
Collaborator

With this git command git log -n 1 --date=unix '--pretty=%at' --diff-filter=A apps/app-folder/docker-compose.yml we can get the time where the docker-compose.yml file was added, and if it is less than x time show a newly added tag or something.

@MontejoJorge that's a good idea, not sure tho if performance-wise it will hurt to run this on each app. Probably. I'd rather have a new field "creation-date" or something

@MontejoJorge
Copy link
Collaborator

@MontejoJorge that's a good idea, not sure tho if performance-wise it will hurt to run this on each app. Probably. I'd rather have a new field "creation-date" or something

Yeah, probably better idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

3 participants