monome / maiden

web based editor and repl for norns
GNU General Public License v3.0
47 stars 33 forks source link

consider injecting dates in catalog PR validation action #206

Closed ngwese closed 2 years ago

ngwese commented 3 years ago

the catalogs are validated on each pull request for correct syntax. a common user desire is to see scripts sorted by last updated. while last updated would be hard since we would have to query every repo capturing the date something is added to the catalog could be done during validation. additionally we could insert a date for the catalog itself enabling the possibility of implementing ui in maiden which shows the catalog version (could help triaging catalog update issues)