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

feat: Display the latest_version_timestamp for each project #382

Open
maxlerebourg opened this issue Apr 4, 2024 · 7 comments
Open

feat: Display the latest_version_timestamp for each project #382

maxlerebourg opened this issue Apr 4, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@maxlerebourg
Copy link

Is your feature request related to a problem? Please describe.
I want to see if the projects I monitor is currently under development.

Describe the solution you'd like
Display on the homepage of Argus, for each project the latest_version_timestamp.

Additional context
I took inspiration for this feature from https://selfh.st/apps/
Maybe have a color code for long inactivity period like there

@maxlerebourg maxlerebourg added the enhancement New feature or request label Apr 4, 2024
@JosephKav
Copy link
Collaborator

You can view the latest_version_timestamp by hovering over the latest version
image

Not sure about colour coding this as some projects do release infrequently and I don't think this should always draw more attention

@maxlerebourg
Copy link
Author

maxlerebourg commented Apr 4, 2024

image.

here

This is the deployed_version_timestamp not the latest_version_timestamp.
If a project is "dead", I want to know it even without color code, but a little "latest update: ..." could be very useful (without to hover things).

@JosephKav
Copy link
Collaborator

If there is no deployed version being tracked (and no commands/webhooks), then deployed_version* will match current_version*.
If you have commands/webhooks, deployed_version* will change when you approve them.
If you have a deployed version to track, it will be the first date of that version changing.

So this hover just shows either when you deployed this version, or when it was released (if you have no deployed check)

Perhaps a verbose toggle in the search toolbar to toggle?

latest_version_timestamp: X
deployed_version_timestamp: Y

@maxlerebourg
Copy link
Author

I agree with the toggle, but if you can display it without hover the deployed version, it will be helpful.

@JosephKav
Copy link
Collaborator

display it without hover the deployed version

Sorry, what do you mean by this?
"Current version" is the deployed version if that matches the latest version. Otherwise this would be displayed
image
Which can also be hovered for the dates
image

@maxlerebourg
Copy link
Author

I mean, just remove hovering thing to display the date.
Display the date directly on the card.

@JosephKav
Copy link
Collaborator

That was the point of this verbose/more info button. Don't want to make the cards bigger for the date as most people won't regularly need it

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

2 participants