w3c / w3c/vc-render-method

Consider combining `renderProperty` and `fields` from the fka `cards` render method.

Open
#81 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
9
Forks
8
Avg merge
14d 42m
Merged PRs (30d)
2

Description

Idea is essentially:

{"renderProperty": [
  {
    "pointer": "/field/name",
    "order": 1, // tabindex nightmares await...
    "name": "Human Friendly Field Name",
    "style": {
      "color": "orange"
    }
  }
]}

Very rough sketch. Not ready to stand behind most of that...but hopefully it sets the stage for whomever gets to this one.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing renderProperty and fields definitions in the former cards render method, then compare their roles with the rough JSONC sketch in this issue. Done means the project has an agreed combined representation and the relevant render-method specification reflects that decision.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.