What did I do this week?
This week I only worked on the Filtering feature for Vorta. Most challenging part was to create a syntax which can be easily understood and utilized by people and fulfil various filtering needs. My mentor helped me through this and I wrote the final syntax which is using the `argparse` module for Python hence the syntax is kept similar to Unix commands as well. Then I wrote the filter logic for matching path name and filename, specific match type like in, exact, ignore case.
What's coming up next?
I've been suggested some modifications in the syntax which I plan to complete and then cover more filter logic this week.
Did I get stuck anywhere?
No.