From edd2caa7e8baac177b99a7930c9b936d47d77c13 Mon Sep 17 00:00:00 2001 From: Shubham Date: Wed, 29 Nov 2023 16:27:54 +0530 Subject: [PATCH] Added Todo in Readme.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9c3e61c..e0badfd 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,19 @@ Hmm :/, Enough talking, lets start! 6) Save the file and source the terminal or simple open a new terminal instance. 7) You are not all set to "VAULTIFY" your local files :) + +# Todo +Release 1 - This includes all the basic functionalities that are to be added in vault. + +- [x] - `vault init` +- [x] - `vault create branch_name` +- [ ] - `vault switch branch_name` +- [ ] - `vault add` +- [ ] - `vault delete branch_name` + +Release 2 - This includes the compression of the branches and adding support for non text files also.. +- [ ] - Compression using `flate32` crate +- [ ] - Adding support for non text files (.exe.. etc) + +Release 3 - Implementing logic for actual version control system +- [ ] - Tacking file changes etc..