From 9dbff897dcf36e009eb7bcfcf0149e86a3df820d Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Tue, 7 Jan 2025 11:04:16 -0800 Subject: [PATCH] add roadmap to readme --- README.Rmd | 10 ++++++++++ README.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.Rmd b/README.Rmd index b4b50ef..9c73d07 100644 --- a/README.Rmd +++ b/README.Rmd @@ -39,6 +39,16 @@ This package follows [Git Flow](https://nvie.com/posts/a-successful-git-branchin Please note that the sixtyfour project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. +## Roadmap + +For the next release: + +- Support for row level security in PostgreSQL and Redshift (via `tablemanners` package) ([#75](https://github.com/getwilds/sixtyfour/issues/75)) - for this package, the change may only be documentation on how to use `tablemanners` with `sixtyfour` +- An auth interface for `sixtyfour` users to understand the auth creds that they're using ([#73](https://github.com/getwilds/sixtyfour/issues/73)) +- Cookbook docs based around common usage patterns ([#27](https://github.com/getwilds/sixtyfour/issues/27)) +- Finish magic function `six_bucket_upload` ([#67](https://github.com/getwilds/sixtyfour/issues/67)) +- Send to CRAN? Or have people install from github? Or [set up our own r-universe for getwilds](https://docs.r-universe.dev/publish/set-up.html)? ([#68](https://github.com/getwilds/sixtyfour/issues/68)) + [paws]: https://www.paws-r-sdk.com/ [s3fs]: https://dyfanjones.github.io/s3fs/ diff --git a/README.md b/README.md index e040229..7158d4d 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,16 @@ This package follows [Git Flow](https://nvie.com/posts/a-successful-git-branchin Please note that the sixtyfour project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. +## Roadmap + +For the next release: + +- Support for row level security in PostgreSQL and Redshift (via `tablemanners` package) ([#75](https://github.com/getwilds/sixtyfour/issues/75)) - for this package, the change may only be documentation on how to use `tablemanners` with `sixtyfour` +- An auth interface for `sixtyfour` users to understand the auth creds that they're using ([#73](https://github.com/getwilds/sixtyfour/issues/73)) +- Cookbook docs based around common usage patterns ([#27](https://github.com/getwilds/sixtyfour/issues/27)) +- Finish magic function `six_bucket_upload` ([#67](https://github.com/getwilds/sixtyfour/issues/67)) +- Send to CRAN? Or have people install from github? Or [set up our own r-universe for getwilds](https://docs.r-universe.dev/publish/set-up.html)? ([#68](https://github.com/getwilds/sixtyfour/issues/68)) + [paws]: https://www.paws-r-sdk.com/ [s3fs]: https://dyfanjones.github.io/s3fs/