Add object describing user-facing app mode groups
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
Research direction
Start in the connectapi package by locating how Connect content list fields and app modes are represented. Compare the proposed app_mode_groups and app_mode_lookup with the existing API model and the referenced Connect API discussion; done means the grouping data has a clear, usable home in connectapi or an explicitly identified Connect API location.
Written by the indexing model from the issue text.
Description
Various Connect Gallery content use groupings of app modes that are taken from Connect's content list field. It would be good to move that data into connectapi. Perhaps it also belongs in Connect's API somewhere. (e.g. https://github.com/posit-dev/connect-extensions/pull/164#discussion_r2132204084)
app_mode_groups <- list(
"API" = c("api", "python-fastapi", "python-api", "tensorflow-saved-model"),
"Application" = c(
"shiny",
"python-shiny",
"python-dash",
"python-gradio",
"python-streamlit",
"python-bokeh"
),
"Jupyter" = c("jupyter-static", "jupyter-voila"),
"Quarto" = c("quarto-shiny", "quarto-static"),
"R Markdown" = c("rmd-shiny", "rmd-static"),
"Pin" = c("pin"),
"Other" = c("unknown")
)
app_mode_lookup <- with(
stack(app_mode_groups),
setNames(as.character(ind), values)
)
- Dominant language
- R
- Stars
- 54
- Forks
- 27
- Avg merge
- 1d 3m
- Merged PRs (30d)
- 1
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.
More from posit-dev/connectapi
-
Difficulty 1/5 Under an hour Newbie friendliness 62/100
posit-dev/connectapi#249 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
posit-dev/connectapi#527 ·
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
posit-dev/connectapi#526 · 1 reaction ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
posit-dev/connectapi#506 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
posit-dev/connectapi#486 ·
All issues in posit-dev/connectapi
Similar issues
-
documentation pkg infrastructure
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
epiverse-trace/epiparameter#511 ·
-
function:write_dwc
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Urgent request: Due to vulnerabilities move to API version 12.6.1 (12.6.2 eventually) or 13.1.1 Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
jbkunst/highcharter#849 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100