Linter-driven: base views referenced property names with a redundant note. prefix in the order and sort arrays. The properties map still declares note.<key>, but inside order/sort the bare key is idiomatic and renders correctly. No functional change; both bases continue to filter and display as intended. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
489 B
Plaintext
29 lines
489 B
Plaintext
filters:
|
|
and:
|
|
- note.type == "council-member"
|
|
properties:
|
|
note.name:
|
|
displayName: Name
|
|
note.prior_job:
|
|
displayName: Prior job
|
|
note.lens:
|
|
displayName: Lens
|
|
note.voting:
|
|
displayName: Votes?
|
|
note.model:
|
|
displayName: Model
|
|
views:
|
|
- type: table
|
|
name: The Council
|
|
order:
|
|
- name
|
|
- prior_job
|
|
- lens
|
|
- voting
|
|
- model
|
|
sort:
|
|
- property: voting
|
|
direction: DESC
|
|
- property: name
|
|
direction: ASC
|