From 9f6661e5bc9c03d2bd41b1bd403e65b6ea8c2fe8 Mon Sep 17 00:00:00 2001 From: brandonroberts Date: Thu, 8 Jun 2023 13:40:03 +0000 Subject: [PATCH] feat: insights social card generation (#51) 8a82a48690b806c17c54051128134c6cf84e2c05 --- changelog.html | 45 +- controllers/InsightCardController.html | 451 ++++++++++ coverage.html | 120 +++ graph/dependencies.svg | 190 ++-- injectables/HighlightCardService.html | 61 +- injectables/InsightCardService.html | 791 +++++++++++++++++ injectables/UserCardService.html | 77 +- interfaces/DbInsight.html | 541 ++++++++++++ interfaces/DbRepo.html | 861 +++++++++++++++++++ interfaces/DbUserInsightRepo.html | 391 +++++++++ interfaces/HighlightCardData.html | 49 +- interfaces/InsightCardData.html | 503 +++++++++++ interfaces/RequiresUpdateMeta.html | 57 +- interfaces/UserCardData.html | 57 +- js/menu-wc.js | 43 + js/menu-wc_es5.js | 2 +- js/search/search_index.js | 4 +- miscellaneous/variables.html | 183 +++- modules.html | 17 + modules/AppModule.html | 65 +- modules/AppModule/dependencies.svg | 54 +- modules/HighlightCardModule.html | 38 +- modules/HighlightCardModule/dependencies.svg | 38 +- modules/InsightCardModule.html | 278 ++++++ modules/InsightCardModule/dependencies.svg | 68 ++ overview.html | 198 +++-- properties.html | 2 +- public/diagram.svg | 2 +- 28 files changed, 4814 insertions(+), 372 deletions(-) create mode 100644 controllers/InsightCardController.html create mode 100644 injectables/InsightCardService.html create mode 100644 interfaces/DbInsight.html create mode 100644 interfaces/DbRepo.html create mode 100644 interfaces/DbUserInsightRepo.html create mode 100644 interfaces/InsightCardData.html create mode 100644 modules/InsightCardModule.html create mode 100644 modules/InsightCardModule/dependencies.svg diff --git a/changelog.html b/changelog.html index 663a9c7..14fc31c 100644 --- a/changelog.html +++ b/changelog.html @@ -37,9 +37,14 @@

📦 open-sauced/ope

All notable changes to this project will be documented in this file

-

2.1.1 (2023-05-12)

+

2.1.2-beta.1 (2023-06-06)

🐛 Bug Fixes

+

2.1.1 (2023-05-12)

+

🐛 Bug Fixes

+

🧑‍💻 Code Refactoring

@@ -47,7 +52,7 @@

🧑‍💻 Code Refactoring

  • correct lint and merge issues (cba7521)
  • 2.1.1-beta.1 (2023-05-12)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -56,7 +61,7 @@

    🧑‍💻 Code Refactoring

  • correct lint and merge issues (cba7521)
  • 2.1.0 (2023-05-09)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -89,7 +94,7 @@

    🍕 Features

  • Highlight Cards UI Generation (frontend-only) (#36) (138a847)
  • 2.1.0-beta.2 (2023-04-30)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -99,18 +104,18 @@

    🍕 Features

  • adding utilities for cards local generation & testing (#34) (c5a5fec)
  • 2.0.1 (2023-04-19)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    2.0.1-beta.2 (2023-04-19)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    2.0.1-beta.1 (2023-04-19)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -139,7 +144,7 @@

    🍕 Features

  • implement no-content verification strategy (6efe0e6)
  • optimize image loading and return errors (7c6f199), closes #17
  • -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    2.0.0-beta.2 (2023-04-11)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -171,12 +176,12 @@

    ⚠ BREAKING CHANGES

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    1.2.0-beta.10 (2023-04-10)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -194,7 +199,7 @@

    🍕 Features

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    1.2.0-beta.6 (2023-04-09)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    1.1.2 (2023-04-04)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    1.1.1 (2023-04-04)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -264,17 +269,17 @@

    🍕 Features

  • add correct languages calculation and display (977df75)
  • 1.0.4 (2023-04-04)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    1.0.3 (2023-04-04)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    1.0.2 (2023-04-03)

    -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    @@ -318,7 +323,7 @@

    🍕 Features

  • use node https instead of axios (12b86a7)
  • User Profile cards (#5) (64372f4)
  • -

    🐛 Bug Fixes

    +

    🐛 Bug Fixes

    +
  • + + +
  • +
  • + + +
  • +
  • @@ -186,15 +217,27 @@ customElements.define('compodoc-menu', class extends HTMLElement {