Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/authors-articles-cache-ttl #2130

Merged
merged 16 commits into from
May 19, 2024

Commits on May 16, 2024

  1. fix(build): update incorrect packages

    [1] ────
    Remove npm package called 'npm' that was present, for some reason, causing issues for 'ENGINE-ERR'.
    [2] ────
    Remove npm package for 'i' that was present, for some reason, that is not needed.
    migbash committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fa9e6a3 View commit details
    Browse the repository at this point in the history
  2. refactor(authors): update 'tag' endpoint

    [1] ────
    Update imports and method logic for new incoming 'scores-lib' 3.2.5 version.
    migbash committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5ec78c0 View commit details
    Browse the repository at this point in the history
  3. refactor(authors): update 'article' segment (+misc)

    [1] ────
    Update imports, methods and data property access for new incoming 'scores-lib' 3.2.5 version.
    [1.1] ────
    Introduction of new TTL trigger from 'scores' to 'cache' for target article.
    [2] ────
    New defined code format for 'api/*' module(s) as an official V.8.0 format. Complemented by new 'standard' return method placed in 'debug.ts' for use by other api endpoint(s).
    migbash committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5b53823 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d73bca6 View commit details
    Browse the repository at this point in the history
  5. feat(author): update cache trigger for TTL (+misc)

    [1] ────
    Update 'author.article.ts' endpoint for correct cache trigger endpoint.
    [2] ────
    Update component 'Author-Widget.svelte' for removal of the 'sleep' delay.
    migbash committed May 16, 2024
    Configuration menu
    Copy the full SHA
    05020ec View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fix(misc): corrections

    [1] ────
    Update navigation button to use '_self' instance instead of '_blank'.
    [2] ────
    Fix translation issue that was causing blue highlights in the frontend.
    migbash committed May 17, 2024
    Configuration menu
    Copy the full SHA
    953838b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. chore(debug): update logs

    [1] ────
    Update general logs for the scores project, making externsive use of 'chalk' (library). Keeping more in-line with 'scores-lib' and 'cache' logging used.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    93ba06b View commit details
    Browse the repository at this point in the history
  2. refactor(navigation): update route invalidation (+misc)

    [1] ────
    Update use of the 'routeIdPageTags' and 'routeIdContent' for use of 'invalidateAll();' by default, which was missing.
    [2] ────
    Auto-save of the file, auto-formatted to correct spacing.
    [3]  ────
    Update JsDoc and comments.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4681b92 View commit details
    Browse the repository at this point in the history
  3. refactor(authors): update 'tag' endpoint

    [1] ────
    Update imports and method logic for new incoming 'scores-lib' 3.2.6 version.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c1c767b View commit details
    Browse the repository at this point in the history
  4. refactor(authors): update 'article' endpoint

    [1] ────
    Update imports and method logic for new incoming 'scores-lib' 3.2.6 version.
    [2] ────
    Bump module to lead the 'boilerplate' sample for new future endpoint(s) modules.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b1101af View commit details
    Browse the repository at this point in the history
  5. refactor(hooks): update debug (+misc)

    [1] ────
    Update debug logs.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    394e26a View commit details
    Browse the repository at this point in the history
  6. feat(content): update layout

    [1] ────
    General update of the 'content' (layout) page for (1) correct component code format, and (2) simplified JavaScript logic.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6017d1e View commit details
    Browse the repository at this point in the history
  7. feat(content): update sub-component

    [1] ────
    Auto-formatted via EsLint and minor importing corrections for 'ArticleCard.svelte' and 'ArticleLoader.svelte'.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9ec5cda View commit details
    Browse the repository at this point in the history
  8. chore(eslint): remove deprecated rule

    [1] ────
    Issues with EsLint working properly, due to the now deprecated 'require-jsdoc' rule. Hence, removed to bring back the use of EsLint to the project.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ceaee90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    437bd68 View commit details
    Browse the repository at this point in the history
  10. hotfix(content): update layout

    [1] ────
    Correct class names for article cards.
    migbash committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f95e767 View commit details
    Browse the repository at this point in the history