Giter VIP home page Giter VIP logo

strapi-utils's Introduction

Strapi Utils

This is a collection of utilities that I've created to make my lifes easier in working with Strapi.

Packages

  • strapi-client: a generic API client for Strapi
  • strapi-plugin-search-index: an updated and improved version of Mattie Belt's plugin
  • strapi-provider-search-index-algolia: an updated and improved version of Mattie Belt's provider

Each package/app is 100% TypeScript. This is a turborepo monorepo using Yarn as a package manager.

Development

Pre-requisites

Setup

// install dependencies
yarn

// lint
yarn lint

// build all packages
yarn build

// run tests
yarn test

Licence

See the MIT License file for licensing information.

strapi-utils's People

Contributors

asparamancer avatar github-actions[bot] avatar richardweaver avatar rixw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

asparamancer

strapi-utils's Issues

Relations not populated in afterUpdate

When saving in the UI the populate for relations is set to { count: true } meaning the related data is not part of the event.data object and those fields are simply returned as a { count: number }.

We need to account for this, either by:

  1. Re-fetching a fully populated data set where necessary and index that rather than the original return data
  2. Selectively fetching data for those relations to build an amended data to index

I have tried adjusting the populate setting in beforeUpdate but it interferes with the front end - relations are missing on display.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.