-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Very often we need to fix some small things with custom code in the dashboard apps or add some additional functionality. We can do that now by creating our our Custom app and customizing the various apps in this repo. However, that makes it very difficult to keep up to date with the changes as we need to pull changes and then fix potential conflicts in individual apps. And lets say we need another external package? This makes it harder.
I think it would be great, if you just created something called a custom app, which would live in a custom folder and would have access to all the app elements required for the app, like SWR, checking tokens, elements etc. Make it really bare bones. Then, all the custom code can go in that one folder, and the rest of the app would just stay as is, allowing easy pulling of updates, as only a tiny part of the custom app would change in each update (version updates), while there really wouldn't be any code changes, as it would be a kind of skeleton type app. Thanks.