Extendibility #3
Replies: 4 comments
-
|
Currently, you can just replace the lib folder to update because everything in the src folder is your code and lib is the library. |
Beta Was this translation helpful? Give feedback.
-
|
I think I was more talking about extending existing library functionnalities. Say I want to add custom data in the docs, like the schemas. Currently I can either modify the file, or copy the function in another file and do what I have to - but then we loose the update benefits. I think I'll simply give you an example of what I mean by that then we can take it from there. I'll go ahead and create a POC PR and we can discuss a bit further? |
Beta Was this translation helpful? Give feedback.
-
|
For schema documentation I was thinking about searching the src folder for files like |
Beta Was this translation helpful? Give feedback.
-
|
I played around with schemas in the docs a bit and discovered that it is quite hard to do as my current implementation does not allow easy reading of schemas without executing the validation logic. I think I have to rework how |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if you want to keep a fluxify project updated with this repo, it can cause quite a few issues if you modify anything... I think it would be nice to change the design a bit so we can extend the core functionnality without loosing the benifits of updating the package. A good example would be to create a custom data source (api, postgres, etc...). Or extending functionnalities (Docs, cache(new), events, logging, etc...) without modifying the actual core packages. Toughts?
Beta Was this translation helpful? Give feedback.
All reactions