Connect to roadmap project (#1314)

## Description

References the Corso roadmap project 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor

## Issue(s)

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ]  Unit test
- [ ] 💚 E2E
This commit is contained in:
Georgi Matev 2022-10-24 15:13:37 -07:00 committed by GitHub
parent 1aa2d987e1
commit 035144a41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 13 deletions

View File

@ -16,23 +16,23 @@ Release date: 2022-10-24
### New features ### New features
* Supported M365 Services * Supported M365 Services
* Exchange - email, events, contacts * Exchange - email, events, contacts ([RM-8](https://github.com/alcionai/corso-roadmap/issues/28))
* OneDrive - files * OneDrive - files ([RM-12](https://github.com/alcionai/corso-roadmap/issues/28))
* Backup workflows * Backup workflows
* Create a full backup * 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 * 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 * Create a backup for all or a specific user ([RM-20](https://github.com/alcionai/corso-roadmap/issues/20))
* Delete a backup manually * Delete a backup manually ([RM-24](https://github.com/alcionai/corso-roadmap/issues/24))
* Restore workflows * Restore workflows
* List, filter, and view backup content details * 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 * 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 * Non-destructive restore to a new folder/calendar in the same account ([RM-30](https://github.com/alcionai/corso-roadmap/issues/30))
* Backup storage * Backup storage
* Zero knowledge encrypted backups with user controlled passphrase * 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 * Initialize and connect to an S3-compliant backup repository ([RM-5](https://github.com/alcionai/corso-roadmap/issues/5))
* Miscellaneous * Miscelaneous
* Optional usage statistics reporting * Optional usage statistics reporting ([RM-35](https://github.com/alcionai/corso-roadmap/issues/35))

View File

@ -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 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. [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 # Contribution Guidelines
## Code of Conduct ## Code of Conduct

View File

@ -1,4 +1,6 @@
# Bugs and new features # 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/) 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. and attach the `bug` or `enhancement` label to the issue.