mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Preparing to release 0.2.0
This commit is contained in:
10
README.md
vendored
10
README.md
vendored
@@ -1,4 +1,4 @@
|
||||
# pyShelf 0.1.0
|
||||
# pyShelf 0.2.0
|
||||
|
||||
<p align="center"><b>A simple terminal based ebook server</b></p>
|
||||
<a href="https://asciinema.org/a/M739CljirFAf9nzeNyNO0113a" target="_blank"><img src="https://asciinema.org/a/M739CljirFAf9nzeNyNO0113a.svg" /></a>
|
||||
@@ -44,6 +44,14 @@ Currently pyShelf will recursively scan your collection, extract and store some
|
||||
|
||||
Django has been implemented to power the frontend experience, and web based database maintenance. The first steps of which are included in this commit. Also the book database has been switched over to reflect this. A properly configured web server is required for hosting the frontend, configuration of which is outside of the scope of this readme. Running via the Django test server might be possible, albeit not recomended.
|
||||
|
||||
## New in 0.2.0
|
||||
* UI
|
||||
* The UI has moved closer to what I have envisioned for this project, however more features and changes will be coming as needed to both the form and function.
|
||||
* UX
|
||||
* Results have now been limited to 20 per page. Currently this is hardcoded in however in the future it will be user definable.
|
||||
* Previous page & next page buttons have been implemented, and are working.
|
||||
|
||||
|
||||
## In Progress
|
||||
|
||||
* UI/UX tweaks, including making the book display responsive. and not so ugly.
|
||||
|
||||
Reference in New Issue
Block a user