Consider combining `renderProperty` and `fields` from the fka `cards` render method.
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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