Skip to content

Conversation

@bact
Copy link
Contributor

@bact bact commented Oct 4, 2025

  • Add field description for 4 more fields: keywords, programmingLanguage, runtimePlatform, and operatingSystem, based on separator value at splittedCodemetaFields:

    // Tuples of codemeta property, character joining/splitting items in a textarea, and optionally
    // post-processing for deserialization and pre-processing for deserialization
    const splittedCodemetaFields = [
    ['keywords', ','],
    ['programmingLanguage', ','],
    ['runtimePlatform', ','],
    ['operatingSystem', ','],

  • Add missing label's aria-describedby attribute to match relatedLink and softwareRequirements field description

  • Add guide for multiple license IDs

  • Minor casing fix:

    • Make casing of labels and <p> title attributes consistent - using "Sentence case" (uppercase at first letter of first word only) instead of "Title Case"; also remove fullstops, like the majority of the labels/titles
    • "SPDX licence list" -> "SPDX License List": from its webpage, looks like a proper noun (from its Caps Spelling in every instances)

bact added 5 commits October 4, 2025 15:03
- Add field description for 4 more fields: keywords, programmingLanguage, runtimePlatform, and operatingSystem, based on separator value at `splittedCodemetaFields`:

  https://github.com/codemeta/codemeta-generator/blob/41ef64885a97cdccd15de3261483e640c897317c/js/codemeta_generation.js#L101-L107

- Add missing aria-describedby attribute for relatedLink and softwareRequirements labels

- Minor casing fix:

  - Make casing of labels consistent - using "Title case" (uppercase at first letter of first word only), like the majority of the labels.
  - "SPDX licence list" -> "SPDX License List": from its webpage, looks like a proper noun (from its Caps Spelling in every instances)

Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
The actual behaviour is click. But the field needs to be in focus first

Signed-off-by: Arthit Suriyawongkul <[email protected]>
bact added 2 commits October 4, 2025 20:01
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Signed-off-by: Arthit Suriyawongkul <[email protected]>
@progval progval merged commit d933841 into codemeta:master Oct 5, 2025
1 check passed
@bact bact deleted the add-commas-desc branch October 5, 2025 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants