-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add timestamp to jsonschema #38
Conversation
Co-authored-by: Sean Budd <[email protected]>
We can add the timestamp using Python, or with GitHub Actions. I'll try to use Python from this repo. |
Co-authored-by: Sean Budd <[email protected]>
@seanbudd , we now use mktime to build a timestamp from gmtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @nvdaes - we're going to hold off on merging until the other PRs are ready
I wil try to create a PR in NVda repo adding a combo box to the store settings to sort addons by date or alphabetically . This should be done, imo, in config.conf since it is related to all addons, in contrast with options to filter addons by fields in the store gui. I will start this weekend . |
Summary of the issue
Add-on metadata may accept a timestamp, to sort add-ons or perform other queries.
Development approach