posit-dev / posit-dev/shinylive
`shinylive export` should print manifest
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 251
- Forks
- 25
- Avg merge
- 19m
- Merged PRs (30d)
- 2
Description
To reduce the chances that a user will unwittingly export data or code that should be kept confidential, shinylive export should do the following:
- Print a list of the files that are being included in the bundle.
- Print a message saying that anyone who can see the app can also see the contents of these files.
And we can add an option to suppress this message.
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 at the shinylive export entry point and trace how files are selected for the bundle. Add output listing the included files and warning that app viewers can see them, with an option to suppress the message; done means both behaviors are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100