Commits on Source (13)
-
Habibi authored2b7c7a41
-
Adylan Roaffa authored85982649
-
Habibi authoredcb5cbf6e
-
Adylan Roaffa authored48a6ded0
-
Habibi authored482a3bfa
-
Adylan Roaffa authorede82c7edd
-
Adylan Roaffa authored19abdf94
-
Habibi authoredd5b5b969
-
Habibi authored35ced056
-
Adylan Roaffa authored89115eb9
-
Habibi authorede0c36b48
-
Habibi authored00ecb1cc
-
Muh Habibi Haidir authored
Integrate Review in Book Detail See merge request !10
463cc42a
Showing
- .idea/workspace.xml 236 additions, 100 deletions.idea/workspace.xml
- app/controller/book/BookDb.php 21 additions, 0 deletionsapp/controller/book/BookDb.php
- app/controller/book/BookUsecase.php 2 additions, 1 deletionapp/controller/book/BookUsecase.php
- app/controller/book/routes.php 2 additions, 2 deletionsapp/controller/book/routes.php
- app/controller/review/Review.php 3 additions, 1 deletionapp/controller/review/Review.php
- app/controller/review/ReviewDb.php 19 additions, 0 deletionsapp/controller/review/ReviewDb.php
- app/controller/review/ReviewUsecase.php 16 additions, 3 deletionsapp/controller/review/ReviewUsecase.php
- app/controller/review/routes.php 1 addition, 0 deletionsapp/controller/review/routes.php
- app/controller/user/AuthMiddleware.php 7 additions, 6 deletionsapp/controller/user/AuthMiddleware.php
- app/controller/user/UserUsecase.php 11 additions, 8 deletionsapp/controller/user/UserUsecase.php
- app/controller/user/routes.php 4 additions, 2 deletionsapp/controller/user/routes.php
- app/view/bookDetail.php 20 additions, 30 deletionsapp/view/bookDetail.php
- app/view/browse.php 1 addition, 1 deletionapp/view/browse.php
- app/view/header.php 23 additions, 0 deletionsapp/view/header.php
- app/view/login.php 26 additions, 1 deletionapp/view/login.php
- app/view/profile.php 50 additions, 4 deletionsapp/view/profile.php
- app/view/review.php 111 additions, 3 deletionsapp/view/review.php
- app/view/searchResult.php 2 additions, 4 deletionsapp/view/searchResult.php
- config/devel.php 2 additions, 1 deletionconfig/devel.php
- public/index.php 0 additions, 3 deletionspublic/index.php
This diff is collapsed.
app/view/header.php
0 → 100644