Feature: Order services
I implemented the backend for ordering a service.
Diagram explaining flow
Text scored with red has not been implemented yet
It works by
- Storing the service and configuration in a database
- Sending a request to the virtual server to run the service (signing the message so the virtual server can trust it)
This setup is pretty complicated but it allows for virtual servers to run virtually anything and have configuration options for all of it.
I have yet to implement:
- Per addon pricing (e.g +1 credit for +1 GB RAM)
- Configuration groups, which would allow for sections of configuration (e.g simple, advanced, and addons)
- Advanced options (required, selects etc)
- A proper virtual server that actually runs stuff
- A good service page
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.