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

Add a link back to the experiment from the policy server docs #87

Open
slinlee opened this issue Jun 28, 2021 · 3 comments · May be fixed by #126
Open

Add a link back to the experiment from the policy server docs #87

slinlee opened this issue Jun 28, 2021 · 3 comments · May be fixed by #126

Comments

@slinlee
Copy link
Contributor

slinlee commented Jun 28, 2021

No description provided.

@slinlee slinlee self-assigned this Jun 28, 2021
@maxpumperla
Copy link
Contributor

@slinlee the URL of an experiment is constructed as follows (as you know, just documenting this here):

https://app.pathmind.com/project/<id>/model/<id>

if we optionally write, say:

  model_id: 1234
  project_id: 5678

into the schema.yaml from the web app, we can pick that up in the docs, by modifying the HTML. I've done this experimentally, looks as follows:

Screenshot 2021-08-13 at 11 00 53

I think that's the best way to go forward, so I'll finish that up quickly.

@slinlee
Copy link
Contributor Author

slinlee commented Aug 13, 2021

@maxpumperla if we are deploying policy servers from prod, staging, and test, do you think it's easier if we just pass the full URL as the param in the schema.yaml file?

@maxpumperla
Copy link
Contributor

maxpumperla commented Aug 13, 2021

@slinlee yeah, didn't think of that, but makes a lot of sense. I'll put that in there.

btw, as you can see in the PR, we can modify the CSS as we like, in case there are things we want to tweak. I just put the bare minimum there that didn't look too awful.

@slinlee slinlee linked a pull request Aug 13, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants