posit-dev / posit-dev/py-shiny
Provide Express translations of Core example apps
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 135
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 21
Description
Background
These apps are all from shiny/examples but as far as we can tell they are not directly exposed to users, and so translating them is not on the critical path for the Shiny Express release. We still may want to translate them as an exercise, but it should go to the bottom of the list.
Process
- Before working on an app, add your github handle next to the task item or task group that you're working on, so others don't duplicate your work.
- Create an alternative
app-express.pyapp that provides an Express variation of the Shiny Core apps listed below. - If you start to work on an app and decide we should not translate it, please leave a note as to why not.
- Submit PRs against
mainwith as many or as few apps as you were able to translate in a session. Please tag @gadenbuie for review so I can track progress.
[!TIP]
I created an example PR translating theinput_action_button()example from Core to Express syntax. You can use this example as a reference. Translating an example app below will take more work, but follows a similar pattern.
Apps
-
examples/airmass/app.py(GS: We should remove this app, it's not beautiful or particularly impressive, only meaningful to people who understand celestial bodies, and the map selection isn't a very good experience) -
examples/annotation-export/app.py(GS: Brushing now supported in express #993) -
examples/brownian/app.py(GS: This app has annpm installstep, which makes me think we should remove it) -
examples/cpuinfo/app.py -
examples/dataframe/app.py(GS: Not exposed to users) -
examples/duckdb/app.py(GS: Can't translate as this uses modules) -
examples/event/app.py -
examples/global_pyplot/app.py -
examples/headers/app.py -
examples/inputs-update/app.py -
examples/load_balance/app.py -
examples/model-score/app.py -
examples/moduleapp/app.py -
examples/penguins/app.py -
examples/req/app.py -
examples/static_plots/app.py -
examples/typed_inputs/app.py -
examples/ui-func/app.py
Contributor guide
No contributing guide indexed for this repository
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 with the unchecked app.py files under examples/, and use the linked input_action_button() example PR #988 as the translation reference. For each app, add an app-express.py variation or document why it should not be translated, while claiming the task in the issue first.】【。
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100