« 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
AgeCommit message (Collapse)Author
2023-11-04data: always require at least one step for nesting compositions(quasar) nebula
2023-11-04data: validateWikiData: fix messaging for mismatch one-ref-type(quasar) nebula
2023-11-04data: validateWikiData: early exit for mixed items(quasar) nebula
2023-11-04data: wikiData: port to templateCompositeFrom syntax(quasar) nebula
2023-11-04data: support stepless updating compositions(quasar) nebula
2023-11-04group: add GroupCategory.directory, referenceType group-category(quasar) nebula
2023-10-30content, data: fix places that assume coverArtDate defaults to date(quasar) nebula
2023-10-26data: Flash.color: replace erroneous syntax w/ composite definition(quasar) nebula
2023-10-24data, yaml: new flash Color / color field(quasar) nebula
2023-10-24data, yaml: new flash act field List Termonology / listTerminology(quasar) nebula
2023-10-22data: fix bad dependency for Artist.albumsAsCommentator(quasar) nebula
2023-10-18data, test: wrap property value errors with proper class & cause(quasar) nebula
2023-10-18data: add [Thing.friendlyName] property to some Thing subclasses(quasar) nebula
2023-10-11implement flash act pages, rework flash sidebar layout(quasar) nebula
2023-10-11data: language: allow passing multiple key parts directly(quasar) nebula
2023-10-06data, test: fix track contribs not inheriting properly(quasar) nebula
2023-10-02data: custom cache for validateWikiData(quasar) nebula
2023-10-01data: misc. composite fixes track-data-cleanup(quasar) nebula
2023-10-01data: obliterate composite.js explainer(quasar) nebula
Poor (read: largely outdated) code documentation is worse than no code documentation. The various infrastructural systems specially designed for hsmusic should get more dedicated reference material, but that can't well be written before the systems are tested and used for longer. The compositional data processing style has just about settled, but it's still very young (compared to, say, the overarching data- to-page flow, content functions, or the HTML and content template systems).
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-30data, util: hsmusic.sugar.index -> hsmusic.decorate.indexInSourceArray(quasar) nebula
2023-09-29data, test: type validation message adjustments(quasar) nebula
2023-09-29data: fix & tidy dynamic outputs in utilities(quasar) nebula
2023-09-28data: misc minor fixes(quasar) nebula
2023-09-28data, util: use typeAppearance in more places(quasar) nebula
2023-09-28data: templateCompositeFrom: improve error message consistency(quasar) nebula
2023-09-28data: compositeFrom: validate static token shapes for normal input(quasar) nebula
2023-09-28data: reuse validateInputValue for static inputs(quasar) nebula
2023-09-28data: refactor most openAggregate calls -> withAggregate(quasar) nebula
2023-09-25data: misc. improvements for input validation & infrastructure(quasar) nebula
2023-09-25data, test: exposeConstant, withResultOfAvailabilityCheck(quasar) nebula
2023-09-23data: WIP input validation(quasar) nebula
Static only, as of this commit.
2023-09-23data: fix calls to oneOf instead of is(quasar) nebula
2023-09-23data: refactor/tidy input token construction(quasar) nebula
2023-09-23data: fix updating valueSoFar on non-transform calls(quasar) nebula
2023-09-23data, test: collate update description from composition inputs(quasar) nebula
2023-09-23data, test: WIP tests for compositeFrom(quasar) nebula
2023-09-23data: improve selecting values for input tokens in dependencies(quasar) nebula
2023-09-23data: miscellaneous improvements/fixes for updating composites(quasar) nebula
2023-09-21data: minor fixes(quasar) nebula
2023-09-21data: fix input.myself() not being spotted in inputs(quasar) nebula
2023-09-21data: auto-prefix '#' in output names(quasar) nebula
2023-09-21data: minor fixes(quasar) nebula
2023-09-21data: withResultOfAvailabilityCheck: handle undefined in 'empty'(quasar) nebula
2023-09-21data: use error.cause for nested composite compute errors(quasar) nebula
2023-09-21data: support update description in input.updateValue()(quasar) nebula
2023-09-21data: fix update collation from steps(quasar) nebula
2023-09-21data: miscellaneous syntax fixes(quasar) nebula
2023-09-21data: update exposeConstant, fillMissingListItems(quasar) nebula
2023-09-21data: update withPropertiesFromObject(quasar) nebula