diff options
| author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-19 16:41:52 +0200 | 
|---|---|---|
| committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-19 16:41:52 +0200 | 
| commit | f9f627e179b40466cf219cf87793d783611b407e (patch) | |
| tree | a50b1066e02fdaa058c7a9a05c2dd6bf8dd45d5b | |
| parent | b242ed3c44f4dde7c4b452312b78a3b02f42ea65 (diff) | |
| download | lens-f9f627e179b40466cf219cf87793d783611b407e.tar.gz lens-f9f627e179b40466cf219cf87793d783611b407e.tar.bz2 lens-f9f627e179b40466cf219cf87793d783611b407e.zip | |
ref: Update goal
| -rw-r--r-- | README.md | 22 | 
1 files changed, 10 insertions, 12 deletions
| @@ -1,5 +1,4 @@  # Lens -  A read only file explorer with media capabilities.  # Dev @@ -40,6 +39,7 @@ experience. It will feedback loop a bit faster.  ## Build and install   To build you simply run: +  ```  make  ``` @@ -82,22 +82,20 @@ Sassc[^4] is used to generate the css file from sass.  ## Bulma -Bulma is the css framework of choice for this project. It is added as sub-module, so don't forget to pull it. +Bulma is the css framework of choice for this project. It is added as +sub-module, so don't forget to pull it.  # TODO  -* ~~Thumbnail system~~ -* ~~Initial setup process~~ -* ~~Single binary output~~ -* Better worker pool. Allow cron job and ui config -* ~~Alpine package~~[^7] [^8]  * Demo site  * Single image viewer and show exif info (not sure how yet) -* ~~User base root folder~~ -* ~~Albums(ish)~~ -* Testing. Since I still on initial iteration phases I'm not adding as many -  testing as I'd like to. Once I set on most of the design I'll add more test -  (is this even done :thinking:). +* Better UI error handling (or error handling at all). +* Log out option +* Actually handle admin +* Better pagination +* Better Testing. Since I still on initial iteration phases I'm not adding as +  many testing as I'd like to. Once I set on most of the design I'll add more +  test (is this ever done :thinking:).  [^1]: https://github.com/libvips/libvips  [^2]: https://github.com/h2non/bimg | 
