-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Setup for country_code for ExitService to modify it on Run-Time #515
Comments
Data-flow chart of communication between Node and UI about From Node to UI we will send JSON message on every update of the Neighborhood DB. This message is described in provided figure in this comment. Contains basic information about Nodes and information about wheather the Node serve as Exit Node. This message could be enriched in the future by more informations about the node, that will be desired by UI.
From UI is possible to send message contains objects with arrays of ‘country_codes’ and the priority of particular selection. This priorities of countries are going into routing engine.
After request is served, Node responses to the browser with
So UI can inform user in edge case, when Exit Node disconnects from the network. This would be probably rare edge case, because if other Node with desired |
@kauri-hero I moved this card to Done because it's a for-reference-only card. There are no tasks on it; it just contains two other cards that do have tasks and are both in development. If you think it should go somewhere other than Done, feel free to move it; but I'm pretty sure it's not Awaiting Development. |
We want to create UI Setup which allows UI to set desired country_code for ExitService part of computing Route for users requests. This Setup should be able to set the desired country_code on Run-Time.
Create function to harvest all
country codes
from neighborhood DB and send them to UI allow user select between them.masq_lib/src/shared_schema.rs
create
fn exit_location_arg()
add
.arg(exit_location_arg())
toshared_app.head
This cartd contains other two cards
#469
#468
The text was updated successfully, but these errors were encountered: