Skip to content

Commit

Permalink
Update the feature matrix (getodk#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Sep 25, 2024
1 parent f1f447e commit ae29785
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Here are some of our high-level priorities to get to a production-ready state:
- Implement all types and appearances defined in [XLSForm](https://xlsform.org/en/ref-table/)
- Define a thoughtful interface for host applications that balances ease of use and flexibility

Here is the feature matrix and the progress we have made so far:
### Feature matrix

<!-- Following section is auto generated. Please update the `feature-matrix.json` as more features are implemented and then run `yarn feature-matrix` from the repository's root to regenerate this section. -->
This section is auto generated. Please update `feature-matrix.json` and then run `yarn feature-matrix` from the repository's root to update it.

<!-- autogen: feature-matrix -->

Expand Down Expand Up @@ -73,7 +73,7 @@ Here is the feature matrix and the progress we have made so far:
| datetime | |
| rank | |
| csv-external | |
| acknowledge | |
| acknowledge | 🚧 |
| start | |
| end | |
| today | |
Expand All @@ -89,7 +89,7 @@ Here is the feature matrix and the progress we have made so far:
<summary>

<!-- prettier-ignore -->
##### $\texttt{Appearances\hspace{41mm}\color{green}███\color{LightGray}████████████ \color{initial} 21\\%}$
##### $\texttt{Appearances\hspace{41mm}\color{green}███\color{LightGray}████████████ \color{initial} 24\\%}$

</summary>
<br/>
Expand Down Expand Up @@ -131,13 +131,12 @@ Here is the feature matrix and the progress we have made so far:
| columns-n ||
| no-buttons ||
| image-map | |
| likert | |
| likert | |
| map | |
| field-list ||
| label ||
| list-nolabel ||
| list ||
| table-list | |

</details>

Expand Down Expand Up @@ -182,7 +181,7 @@ Here is the feature matrix and the progress we have made so far:
| custom constraint ||
| constraint message ||
| read only ||
| trigger | 🚧 |
| trigger | |
| choice filter ||
| default ||
| query parameter | |
Expand Down
9 changes: 4 additions & 5 deletions feature-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"datetime": "",
"rank": "",
"csv-external": "",
"acknowledge": "",
"acknowledge": "🚧",
"start": "",
"end": "",
"today": "",
Expand Down Expand Up @@ -70,13 +70,12 @@
"columns-n": "",
"no-buttons": "",
"image-map": "",
"likert": "",
"likert": "",
"map": "",
"field-list": "",
"label": "",
"list-nolabel": "",
"list": "",
"table-list": ""
"list": ""
},
"Parameters": {
"randomize": "",
Expand All @@ -97,7 +96,7 @@
"custom constraint": "",
"constraint message": "",
"read only": "",
"trigger": "🚧",
"trigger": "",
"choice filter": "",
"default": "",
"query parameter": "",
Expand Down
3 changes: 3 additions & 0 deletions scripts/feature-matrix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# feature-matrix

Run from top-level with `yarn feature-matrix` to render the contents of `feature-matrix.json` and inject it into the top-level README.

0 comments on commit ae29785

Please sign in to comment.