Browse Source

TODO notes

Samuel W. Flint 4 years ago
parent
commit
79955e7145
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/group.rs

+ 4 - 0
src/lib/group.rs

@@ -29,6 +29,10 @@ pub fn add_repo(config: &mut Config, name: &String, repo: &String) {
     }
     }
 }
 }
 
 
+// TODO: add action adding
+// TODO: add repo removal
+// TODO: add group deletion
+
 impl fmt::Display for Group {
 impl fmt::Display for Group {
     fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
     fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
         write!(f, "Group {}:\n\tRepos:\n", self.name)?;
         write!(f, "Group {}:\n\tRepos:\n", self.name)?;