You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking what are your thoughts on using this project as a page editor not just for the code owner, but also to admins in the platform. Do you think this is something that can be archived?
More information on why I asked the question... I'm thinking that since the app needs to be built again to save the changes I'm not sure if this is something that can be done or that can be implemented, like have a way for an admin to log in to the frontend and just by login in, having the ability to modify the site, save it and log out and have it ready in production with the updated changes.
Note: I really like this project and the things you've created with it! I'll review it in more depth to see how I can possibly contribute to it 😸
The text was updated successfully, but these errors were encountered:
I think Destack is starting to overgrow its initial focus of being a tool for developers to build landing pages for their solo projects. The goal right now is to finish with the two pending PRs (#32 and #34) which are slowly getting into shape.
Their are two ways I can think of about having admins in a Destack project:
Create a hosted service on the cloud or on premises that does the following. Clones the project locally, starts the development server and forwards the port (3000 for both Next and React) securely to the admin. There could be a command in Grapes.js toolbar that the admin can trigger which would create a pull request or push the changes directly to production.
Have the same services hosted from someone else who would like to provide it either for free or for profit. Such a service would need to connect to the repository, run a development instance with Destack locally and provide access through port forwarding to admins. You might want to check out https://www.stackbit.com which does something similar with their own engine.
PS: If you have any other ideas on implementing admins, feel free to share them.
I'm thinking what are your thoughts on using this project as a page editor not just for the code owner, but also to admins in the platform. Do you think this is something that can be archived?
More information on why I asked the question... I'm thinking that since the app needs to be built again to save the changes I'm not sure if this is something that can be done or that can be implemented, like have a way for an admin to log in to the frontend and just by login in, having the ability to modify the site, save it and log out and have it ready in production with the updated changes.
Note: I really like this project and the things you've created with it! I'll review it in more depth to see how I can possibly contribute to it 😸
The text was updated successfully, but these errors were encountered: