]> BookStack Code Mirror - bookstack/commit
Started refactoring of view service
authorDan Brown <redacted>
Sun, 16 May 2021 09:49:37 +0000 (10:49 +0100)
committerDan Brown <redacted>
Sun, 16 May 2021 09:49:37 +0000 (10:49 +0100)
commit93fd869ba36cb8e74690af95d28236084d159b63
treeb73df09666474d4341bfc7fd894c9f9c549f37f9
parent3ca149137e5b33422f82456e1512fba417322968
Started refactoring of view service

Phasing out the view service from being a generic 'service' class,
moving the core create/delete methods into the model.
The idea is that the existing query work will need to interlink
with the favourite system so maybe we have a (or many composable)
query building classes rather than mixing query building and
create/delete work as per the old service.
app/Actions/View.php
app/Actions/ViewService.php
app/Console/Commands/ClearViews.php
app/Entities/Models/Entity.php
app/Http/Controllers/BookController.php
app/Http/Controllers/BookshelfController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/PageController.php
app/Interfaces/Viewable.php [new file with mode: 0644]