« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things/art-tag.js
AgeCommit message (Collapse)Author
2023-10-05content, data: experimental art tag sidebar(quasar) nebula
2023-10-04data: Tag.extraReadingURLs(quasar) nebula
2023-10-04support art tag info pages; ensure "art tag" terminology everywhere(quasar) nebula
2023-10-02data: add various art tag properties(quasar) nebula
2023-10-02data: draft art tags Two(quasar) nebula
2023-10-01data, test: refactor utilities into own file(quasar) nebula
Primarily for more precies test coverage mapping, but also to make navigation a bit easier and consolidate complex functions with lots of imports out of the same space as other, more simple or otherwise specialized files.
2023-09-20data: syntax fixes(quasar) nebula
2023-09-09data, test: ArtTag.nameShort(quasar) nebula
2023-09-07data: import Thing.common utilities directly(quasar) nebula
Also rename 'color' (from #cli) to 'colors'.
2023-09-07data, infra: import validators directly(quasar) nebula
2023-09-05data: filter only requested deps, require requesting 'this'(quasar) nebula
* Thing.composite.from() only provides the dependencies specified in each step and the base, and prevents '#'-prefixed keys from being specified on the main (composite) dependency list. * CacheableObject no longer provides a "reflection" dependency to every compute/transform function, and now requires the property 'this' to be specified instead of the constructor.instance symbol. (The static CacheableObject.instance, inherited by all subclasses, was also removed.) * Also minor improvements to sugar.js data processing utility functions.
2023-08-19clean up imports & miscellaneous metastructures across codebase(quasar) nebula
2023-08-06data: art tags: short names(quasar) nebula
2023-01-05remove needless "previously known as" thing comments(quasar) nebula
2022-11-28divide things.js into modular files (hilariously)(quasar) nebula