Decouple recipes from main distribution #824
Replies: 3 comments 5 replies
-
cc: @vraravam @SpecialAro |
Beta Was this translation helpful? Give feedback.
-
Yes, a catalog with filter capability is required. If npm has APIs for this, great. If not, we will have to create and host a standalone service for the same. Could npmjs work for this? Or GH packages? The act of installing a recipe is just to unzip and create/overwrite to the current user's Ferdium profile. I'm not sure whether we need a "heavy" tool like npm for installing on local filesystem. We already have that in place btw and so some minor tweaking should allow us to reuse most of this. I have some more questions:
|
Beta Was this translation helpful? Give feedback.
-
Someone closed my ticket on a DIFFERENT aspect of the recipes distribution which hasn't yet been brought up(???) that I've seen: |
Beta Was this translation helpful? Give feedback.
-
Putting out the idea that was started in discord chat for better tracking
Problem
Currently the ferdium recipes are bundled together within the application distribution itself. Due to this we have a issue that we need to release a new version of ferdium whenever there is a fix/update done to the recipe itself.
Idea
One way is to decouple recipes from ferdium distribution. But to do this, we need the following,
Solution 1 - Treating recipes as a npm packages
The major work in the above idea is to create a service that manages the recipes library.
The steps will be more as follows,
Note
Beta Was this translation helpful? Give feedback.
All reactions