System Information
- Strapi Version: v4
- Operating System: macOS
- Database: MySQL
- Node Version:
- NPM Version:
- Yarn Version:
Hello there, I have collection type called ‘movie’ and text field which I am adding an IMDb url
What I want to do is to create serval other fields like : rating, runtime, poster etc… and those fields will be auto filled via the data I will fetch from omdb API
I am trying to figure where is the right place for this logic? Should I use lifecycle and then fill the others fields in beforeCteate? Maybe afterCreate , and what about afterUpdate ??
I already have an IMDb service that get IMDb I’d and return the all data
Any ideas? Thanks