Commit Graph
20 Commits
Author SHA1 Message Date
KKlochko 30df53702b Update to allow a Book to have no Publisher. 2025-06-03 18:06:26 +03:00
KKlochko 51c86be131 Add migrations to require Book's Publisher and AuthorRole's Author. 2025-05-07 19:05:44 +03:00
KKlochko 2d78c2bd1b Update DBIServer to add a relationship to itself and the sync on attribute. 2025-05-04 21:49:13 +03:00
KKlochko 6baac297c5 Add GIN indexes for attributes which used to search. 2025-04-27 20:54:53 +03:00
KKlochko e5dd5a8dde Add roles for users. 2025-04-11 11:04:02 +03:00
KKlochko 74570c81a1 Update AuthorRole delete logic to cascade if no Book. 2025-04-08 17:28:45 +03:00
KKlochko 97758de39c Add relationships to server for all resources. 2025-03-23 12:08:42 +02:00
KKlochko 709905a8e1 Update BookId to add the reference logic. 2025-03-20 16:49:17 +02:00
KKlochko 7d0a098a47 Add the attribute for a avatar image url for Author.
continuous-integration/drone/push Build is passing
2025-03-16 08:53:40 +02:00
KKlochko 100d8ba39a Add the attribute for a cover image url for Book. 2025-03-16 08:42:25 +02:00
KKlochko ddc5cc590f Update the Book to add language, format, page_count, published date.
continuous-integration/drone/push Build is passing
2025-03-15 21:59:13 +02:00
KKlochko 23584c2b78 Add the Publisher resource. 2025-03-15 20:55:46 +02:00
KKlochko 91065e0acd Add BookId as ids for Book. 2025-03-14 10:49:36 +02:00
KKlochko 9ad3ca2ee1 Update to make Author has many AuthorRoles. 2025-03-13 17:28:09 +02:00
KKlochko 9cdedf0c7c Add AuthorRole to manage relationship between Author and Book. 2025-03-09 22:03:51 +02:00
KKlochko 43e2e24fee Add the book eidtions registry to manage book editions. 2025-03-08 21:40:15 +02:00
KKlochko 91f0fcd021 Add the author alias registry to manage alias relationship.
Add datalayer and migrations.
2025-03-06 21:49:45 +02:00
KKlochko f2b8e49a2f Add the datalayer and migrations for Authors and DBIServers. 2025-03-05 22:10:07 +02:00
KKlochko 628f0a2dc8 Add the datalayer and a migration for books. 2025-03-04 21:59:06 +02:00
KKlochko f7faa15837 Init the project. 2025-03-04 21:49:03 +02:00