|
|
995c19613e
|
fixed TODO-23 (moving book in 2 series). also put db change in a try/except and cleaned up comments
|
2021-01-07 20:52:17 +11:00 |
|
|
|
860a85e3ae
|
can now remove just 1 sub book - TODO-25 -- DONE
|
2021-01-07 18:58:07 +11:00 |
|
|
|
9560381a87
|
completed: TODO-22: adding a sub-book when the parent book is in a series, and renamed MAYBE-1 to TODO-23 (deal with moving book in a series with another series involved), 24 (dockerise), 25 (actually allow removing just one subbook form series)
|
2021-01-07 16:02:04 +11:00 |
|
|
|
6cd2d735ca
|
minor cleanup/ suggestion on TODO-5
|
2021-01-06 23:40:05 +11:00 |
|
|
|
cc8d8c30c1
|
removed debugs, reply with 200 OK instead of redirect that is ignored anyway
|
2021-01-06 23:31:19 +11:00 |
|
|
|
9617186279
|
TODO 3 and 4 finished. removing parent or sub books from series handled
|
2021-01-06 23:26:10 +11:00 |
|
|
|
815cdf0291
|
added TODO-22 adding a sub-book when the parent book is in a series, need to add a bsl for it
|
2021-01-06 23:25:29 +11:00 |
|
|
|
d43dabff9b
|
fix (new) BUG where removing a parent book from a series caused error with bsl-book-num missing. Also flagged 2 spots for dealing with removing parent/child books from a series better, and stopped any attempt to for now
|
2021-01-06 20:39:51 +11:00 |
|
|
|
7395d4c264
|
updated BUGs/README for relevant next item
|
2021-01-05 11:28:28 +11:00 |
|
|
|
2028266ff7
|
fixed BUG-12: remove loaned out books from results of search for books to add to a loan
|
2021-01-05 11:09:51 +11:00 |
|
|
|
336ae4b67f
|
TODO-6 (add books to loan) is now complete, so loans are now fully functional... the whole pybook is now at least functional, more features/validation to come :)
|
2021-01-04 22:28:35 +11:00 |
|
|
|
6ff3d13713
|
TODO-7 removing book(s) from loan works, and UI is better now
|
2021-01-04 22:07:06 +11:00 |
|
|
|
4ec84d1426
|
TODO-2 done, clean up of README too
|
2021-01-02 19:13:47 +11:00 |
|
|
|
3c47063ee2
|
formatting
|
2021-01-02 18:11:09 +11:00 |
|
|
|
77677d4829
|
FIXED: TODO-1 (created/modifed times)... added now() and trigger for modifications in the postgres db itself, and altered ORM to know its now datetime, not date -- the trigger extension required datetime and its probably more useful anyway
|
2021-01-02 17:53:49 +11:00 |
|
|
|
cf344d6439
|
new BUGs, reformatting again
|
2020-12-31 12:33:56 +11:00 |
|
|
|
ddfd0b878b
|
decided to number bugs and todo so I can link commits to their fixes
|
2020-12-31 12:18:32 +11:00 |
|
|
|
83136ddab3
|
remove delete/db sections, they are done and fixed submit/delete button ordering
|
2020-12-31 12:03:52 +11:00 |
|
|
|
9571c45def
|
refined notes around series and validation logic
|
2020-12-30 23:40:52 +11:00 |
|
|
|
a7f5f43946
|
updated state of db error handling
|
2020-12-30 23:12:47 +11:00 |
|
|
|
92e9cee15a
|
updating README to add more todos, clarify after some testing
|
2020-12-30 16:46:29 +11:00 |
|
|
|
606bb09dcf
|
update README with extra todos based on books.html from old php code
|
2020-12-29 23:36:54 +11:00 |
|
|
|
1319fef35c
|
cleared up status of deletions
|
2020-12-26 21:44:26 +11:00 |
|
|
|
61629760cd
|
adding a sub-book now works
|
2020-12-26 19:11:43 +11:00 |
|
|
|
73001dd24c
|
first pass at creating a book, it works, but I have messed up the series-div* html in book.html
|
2020-12-23 12:53:27 +11:00 |
|
|
|
8b9e017233
|
updated TODO
|
2020-12-14 23:23:50 +11:00 |
|
|
|
4691e50811
|
updated TODO
|
2020-12-14 23:21:10 +11:00 |
|
|
|
c102b93872
|
add/remove series from a book now works, havent thought about removing a parent book fro a series, but otherwise you can add more than one series, remove as well, and it works in the DB
|
2020-12-13 22:21:38 +11:00 |
|
|
|
39e3838336
|
can now create/update/delete authors (base.html, using edit*.html, and authors.html)
|
2020-12-05 19:27:13 +11:00 |
|
|
|
d61e830525
|
now create an owned on /owned, rather than /owned/-1 kludge. Also using sequence for creation. All good - made sequences for all relevant tables too. Last question is how to do redirect to /owneds and still show messsage
|
2020-12-04 18:59:34 +11:00 |
|
|
|
cc9e7dff5b
|
hacked around auto-increment primary key, so added note to README to come back to maybe fix this
|
2020-12-04 18:00:34 +11:00 |
|
|
|
64ae890ec8
|
changed publisher link over to a 1-to-many, removed book_publisher_link table, etc. fully works in show books, edit book for publisher now & notes/blurb save too
|
2020-12-03 19:19:48 +11:00 |
|
|
|
b6ba97f049
|
most of way through editing publisher, author, genre on book... decided now is time to make book<->publisher a normal 1-to-m as it should be
|
2020-12-02 20:55:43 +11:00 |
|
|
|
b5e9c41cfd
|
update BUGs and README, to show issues with saving book... Many fields now save, but still some bugged or not tried
|
2020-12-01 20:39:40 +11:00 |
|
|
|
9cce510669
|
cleaned up ORM notes
|
2020-12-01 20:26:53 +11:00 |
|
|
|
ce34f68254
|
added html for subbooks, made up/down buttons that work too. Also put back reference from subbook to parent book, via ORM data - need to investigate more, but it all works
|
2020-11-30 21:59:50 +11:00 |
|
|
|
0f1935466b
|
minor fixup
|
2020-11-29 13:46:37 +11:00 |
|
|
|
cc0ebea664
|
update
|
2020-11-28 18:48:01 +11:00 |
|
Damien De Paoli
|
40817ba969
|
updated by removing old, adding many new items todo
|
2020-11-24 21:26:51 +11:00 |
|
|
|
151e006154
|
done loan now
|
2020-11-21 12:26:01 +11:00 |
|
|
|
f765a18327
|
removed fix_db, fixes.sql, and updated todo
|
2020-11-17 21:30:51 +11:00 |
|
Damien De Paoli
|
9544790ffa
|
removed all old *_lst tables, added corresponding new classes, etc. fro covertype, owned, rating, and dropped tables from DB, etc. Updated base.html to use new tables as drop-downs that are set correctly. So far slight hack on BookForm, will finish that after syncing this all back to mara. If I do the sync, and export/import this version of DB, then the fixes.sql and fix_db() code included in main.py can be removed. Finally, lamely added a favicon and a static/ to support it
|
2020-11-17 21:22:15 +11:00 |
|
|
|
e39a4da6a2
|
removed all refs to genre_lst, made genre table confirm to id, name, added classes/routes for genre*, tweaked book format to accommodate multiple authors, etc. still 1-line, but with 12 / num of <authors, etc.> col wide form-controls
|
2020-11-15 14:16:58 +11:00 |
|
|
|
c675786852
|
remove publisher* from main.py, for now remove ORM complexities for sub_books in books, just do it by hand and cleaned up a few debugs, comments
|
2020-11-15 12:22:41 +11:00 |
|
|
|
5fd4479555
|
first pass at a token navbar experience
|
2020-11-13 17:55:48 +11:00 |
|
|
|
1a036c7f47
|
fixed up missing dependencies when I tested on laptop
|
2020-11-13 16:58:02 +11:00 |
|
|
|
a4dca1dbf5
|
updated README to reflect next steps (will use flask-wtf and flask-boostrap), but proof-of-concept author/<id> works to save to database with a form / POST
|
2020-11-11 19:23:48 +11:00 |
|
|
|
8ff7a8ed02
|
first pass of the data required for editing a single book
|
2020-11-06 18:01:17 +11:00 |
|
|
|
1a2555739d
|
half broke version, but its working... need to do the subquery to get list of all real books without subs, but also make sense of how author data is coming through without marshmallow of BookSchema?
|
2020-11-05 20:12:31 +11:00 |
|
|
|
2a7cbe5845
|
using font awesome, datatables, bootstrap and fixed so class attributes are serialized via marshmallow and it all works with jinja2 now
|
2020-11-04 19:26:36 +11:00 |
|