Skip to content
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

daemon: Consider locator format #2167

Open
rekmarks opened this issue Mar 21, 2024 · 0 comments
Open

daemon: Consider locator format #2167

rekmarks opened this issue Mar 21, 2024 · 0 comments
Labels
daemon Issues pertaining the the pet dæmon 🐈‍⬛ design

Comments

@rekmarks
Copy link
Contributor

As of #2160, the endo locator format is:

endo://{nodeIdentifier}/?id={formulaNumber}&type={formulaType}

We are not committed to this format. Another approach would be:

endo://{formulaNumber}.{nodeIdentifier}?type={formulaType}

In this format, if we change the encoding of the domains to something denser than hexadecimal, it would have the virtue of fitting the formula number and node identifier in the host component of the URL. The formula number is probably more suitable as a domain than a query parameter, considering that formulas are—much like bar.foo and baz.foo—distinct worlds unto themselves.

@kriskowal kriskowal added the daemon Issues pertaining the the pet dæmon 🐈‍⬛ label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
daemon Issues pertaining the the pet dæmon 🐈‍⬛ design
Projects
None yet
Development

No branches or pull requests

2 participants