From 035144a41d3049f92d12343d317d0dcb51c61350 Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Mon, 24 Oct 2022 15:13:37 -0700 Subject: [PATCH] Connect to roadmap project (#1314) ## Description References the Corso roadmap project ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :hamster: Trivial/Minor ## Issue(s) ## Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- CHANGELOG.md | 26 +++++++++++++------------- README.md | 7 +++++++ docs/docs/support/bugs_and_features.md | 2 ++ 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98d61404..b0186193f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,23 +16,23 @@ Release date: 2022-10-24 ### New features * Supported M365 Services - * Exchange - email, events, contacts - * OneDrive - files + * Exchange - email, events, contacts ([RM-8](https://github.com/alcionai/corso-roadmap/issues/28)) + * OneDrive - files ([RM-12](https://github.com/alcionai/corso-roadmap/issues/28)) * Backup workflows - * Create a full backup - * Create a backup for a specific service and all or some data types - * Create a backup for all or a specific user - * Delete a backup manually + * Create a full backup ([RM-19](https://github.com/alcionai/corso-roadmap/issues/19)) + * Create a backup for a specific service and all or some data types ([RM-19](https://github.com/alcionai/corso-roadmap/issues/19)) + * Create a backup for all or a specific user ([RM-20](https://github.com/alcionai/corso-roadmap/issues/20)) + * Delete a backup manually ([RM-24](https://github.com/alcionai/corso-roadmap/issues/24)) * Restore workflows - * List, filter, and view backup content details - * Restore one or more items or folders from backup - * Non-destructive restore to a new folder/calendar in the same account + * List, filter, and view backup content details ([RM-23](https://github.com/alcionai/corso-roadmap/issues/23)) + * Restore one or more items or folders from backup ([RM-28](https://github.com/alcionai/corso-roadmap/issues/28), [RM-29](https://github.com/alcionai/corso-roadmap/issues/29)) + * Non-destructive restore to a new folder/calendar in the same account ([RM-30](https://github.com/alcionai/corso-roadmap/issues/30)) * Backup storage - * Zero knowledge encrypted backups with user controlled passphrase - * Initialize and connect to an S3-compliant backup repository + * Zero knowledge encrypted backups with user conrolled passphrase ([RM-6](https://github.com/alcionai/corso-roadmap/issues/6)) + * Initialize and connect to an S3-compliant backup repository ([RM-5](https://github.com/alcionai/corso-roadmap/issues/5)) -* Miscellaneous - * Optional usage statistics reporting +* Miscelaneous + * Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35)) diff --git a/README.md b/README.md index 39e7fcc97..cb26905bd 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ See the [Corso Documentation](https://docs.corsobackup.io) for more information. To learn more about working with the project source core and building Corso, see the [Developer section](https://docs.corsobackup.io/developers/build) of the Corso Documentation. +# Roadmap + +You can learn more about the Corso roadmap and how to interpret it [here](https://github.com/alcionai/corso-roadmap). + +If you have feature requests, please file a [GitHub issue](https://github.com/alcionai/corso/issues/) +and attach the `enhancement` label to the issue. + # Contribution Guidelines ## Code of Conduct diff --git a/docs/docs/support/bugs_and_features.md b/docs/docs/support/bugs_and_features.md index 44d6baade..20eef8888 100644 --- a/docs/docs/support/bugs_and_features.md +++ b/docs/docs/support/bugs_and_features.md @@ -1,4 +1,6 @@ # Bugs and new features +You can learn more about the Corso roadmap and how to interpret it [here](https://github.com/alcionai/corso-roadmap). + If you run into a bug or have feature requests, please file a [GitHub issue](https://github.com/alcionai/corso/issues/) and attach the `bug` or `enhancement` label to the issue.