diff --git a/notes.md b/notes.md index 04bb805..6ee6d8a 100644 --- a/notes.md +++ b/notes.md @@ -1,10 +1,12 @@ -#notes - +# these are some notes +from distribusi.cli import build_argparser +from distribusi.distribusi import distribusify +this way we should be able to run distribusi from code on a folder, or multiple folders. # Shit! We need entire CRUD functionality. -##Create: +## Create: ### Uploading User can upload based on $distribusiname field in db. @@ -34,5 +36,5 @@ $distribusiname stays the same Distribusi button can only be reset when a new file is uploaded. -## Delete +## Delete: $distribusiname is deleted, files are removed, visible flag is set to false.