distribusi-verse/notes.md

35 lines
656 B
Markdown
Raw Normal View History

2022-01-05 19:39:22 +01:00
# these are some notes
2022-01-05 19:39:22 +01:00
from distribusi.cli import build_argparser
# from distribusi.distribusi import distribusify
Works!
# Shit! We need entire CRUD functionality.
Done!
2022-01-05 19:39:22 +01:00
## Create:
Done
### Uploading
Done
### CSS editing.
a user can edit CSS of a file in the folder called $distribusiname
Todo: render the placeholder for html editor better.
### Theme selection
a user can select a CSS file from a radio menu
### Distribusi
A flag in de DB is set to true and distribusi is run on the folder of the users
called $distribusiname
## Read:
Based on flags set in the user DB the distribusi folders are set to visible.
## Update:
Done
2022-01-05 19:39:22 +01:00
## Delete:
Done