-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Create a standalone front end executable for DigiScript that can connect to instances of DigiScript servers. We can use electron for building the standalone application.
Considerations
- Standalone executable should have a different startup page, which allows the user to enter a connection string for a DigiScript server
- Store the connection strings locally, so the user can recall previous connections when the app loads
- Consider storing user credential information for the various connections to save time when connecting
- Server/client should check for version compatability between standalone frontend and server and reject connections if they are not running compatible versions
Questions
- Is there a way to implement service discovery? Could the standlone front end show a list of servers that are on the network and give the user the option for which to connect to?
- How do we organise the front end code such that we can override things like the base URL used for API connections, with the aim to keep the amount of duplicated code to a minimum?
Metadata
Metadata
Assignees
Labels
No labels