[PR #3574] [CLOSED] Nci custom design #6224

Closed
opened 2026-02-05 10:27:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3574
Author: @Itskiprotich
Created: 7/14/2022
Status: Closed

Base: developmentHead: nci_custom_design


📝 Commits (10+)

  • 4ed8fde first commit
  • 65193bd auth and home page design
  • 9fd2c57 auth and home page design
  • 116f032 ..
  • b19dfd9 corrected the designs and updatded basic cancer center
  • 7f11cce cancer levels design
  • 5f4c677 cancer levels design and ratings
  • 1487c1a cancer levels design and ratings
  • f0de1e2 cancer levels design and ratings
  • 5c308b9 finalizing on cance levels

📊 Changes

72 files changed (+4048 additions, -415 deletions)

View changed files

📝 .env.example.complete (+1 -1)
📝 app/Auth/Access/RegistrationService.php (+5 -2)
📝 app/Config/database.php (+4 -4)
app/Entities/Models/Counties_model.php (+14 -0)
app/Entities/Models/PageContent_model.php (+16 -0)
app/Entities/Models/Ratings_model.php (+12 -0)
📝 app/Entities/Repos/PageRepo.php (+2 -0)
📝 app/Entities/Tools/PageEditorData.php (+4 -1)
📝 app/Http/Controllers/Auth/RegisterController.php (+18 -9)
📝 app/Http/Controllers/BookController.php (+82 -6)
📝 app/Http/Controllers/ChapterController.php (+3 -2)
📝 app/Http/Controllers/HomeController.php (+51 -87)
📝 app/Http/Controllers/PageController.php (+64 -9)
📝 app/Util/CspService.php (+8 -8)
📝 composer.lock (+117 -98)
counties.json (+188 -0)
database/migrations/2022_07_04_184044_add_country_designation_to_users_table.php (+34 -0)
database/migrations/2022_07_11_183021_create_ratings_models_table.php (+37 -0)
database/migrations/2022_07_11_194900_create_counties_models_table.php (+31 -0)
database/migrations/2022_07_12_202056_create_page_content_models_table.php (+34 -0)

...and 52 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/3574 **Author:** [@Itskiprotich](https://github.com/Itskiprotich) **Created:** 7/14/2022 **Status:** ❌ Closed **Base:** `development` ← **Head:** `nci_custom_design` --- ### 📝 Commits (10+) - [`4ed8fde`](https://github.com/BookStackApp/BookStack/commit/4ed8fde198723089420615d9960c5eee778cef50) first commit - [`65193bd`](https://github.com/BookStackApp/BookStack/commit/65193bd991d84ad678ca6b7e4b560c7ca54b5a13) auth and home page design - [`9fd2c57`](https://github.com/BookStackApp/BookStack/commit/9fd2c57b758ab6d8bc400e2d3e43b3b02e1358a3) auth and home page design - [`116f032`](https://github.com/BookStackApp/BookStack/commit/116f03273e3d5b52065d6fa7b648c31d6a5f4f16) .. - [`b19dfd9`](https://github.com/BookStackApp/BookStack/commit/b19dfd93b97e07e68678433fe5ee74cf60302416) corrected the designs and updatded basic cancer center - [`7f11cce`](https://github.com/BookStackApp/BookStack/commit/7f11cced65d3b86d698375acf737ec8b3deaf5ba) cancer levels design - [`5f4c677`](https://github.com/BookStackApp/BookStack/commit/5f4c677749317684793bb2c2d8e514e900416ada) cancer levels design and ratings - [`1487c1a`](https://github.com/BookStackApp/BookStack/commit/1487c1ac6d82ab318c4a17556cb20c9fe7abeabb) cancer levels design and ratings - [`f0de1e2`](https://github.com/BookStackApp/BookStack/commit/f0de1e20122d8dec0584e17fed8c969c9f456985) cancer levels design and ratings - [`5c308b9`](https://github.com/BookStackApp/BookStack/commit/5c308b938988e61d2de02650b6a7729e826572fb) finalizing on cance levels ### 📊 Changes **72 files changed** (+4048 additions, -415 deletions) <details> <summary>View changed files</summary> 📝 `.env.example.complete` (+1 -1) 📝 `app/Auth/Access/RegistrationService.php` (+5 -2) 📝 `app/Config/database.php` (+4 -4) ➕ `app/Entities/Models/Counties_model.php` (+14 -0) ➕ `app/Entities/Models/PageContent_model.php` (+16 -0) ➕ `app/Entities/Models/Ratings_model.php` (+12 -0) 📝 `app/Entities/Repos/PageRepo.php` (+2 -0) 📝 `app/Entities/Tools/PageEditorData.php` (+4 -1) 📝 `app/Http/Controllers/Auth/RegisterController.php` (+18 -9) 📝 `app/Http/Controllers/BookController.php` (+82 -6) 📝 `app/Http/Controllers/ChapterController.php` (+3 -2) 📝 `app/Http/Controllers/HomeController.php` (+51 -87) 📝 `app/Http/Controllers/PageController.php` (+64 -9) 📝 `app/Util/CspService.php` (+8 -8) 📝 `composer.lock` (+117 -98) ➕ `counties.json` (+188 -0) ➕ `database/migrations/2022_07_04_184044_add_country_designation_to_users_table.php` (+34 -0) ➕ `database/migrations/2022_07_11_183021_create_ratings_models_table.php` (+37 -0) ➕ `database/migrations/2022_07_11_194900_create_counties_models_table.php` (+31 -0) ➕ `database/migrations/2022_07_12_202056_create_page_content_models_table.php` (+34 -0) _...and 52 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:27:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6224