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

Use paths, not query strings #315

Open
mnot opened this issue Sep 16, 2023 · 1 comment
Open

Use paths, not query strings #315

mnot opened this issue Sep 16, 2023 · 1 comment
Labels

Comments

@mnot
Copy link
Owner

mnot commented Sep 16, 2023

Right now everything is shoved into query strings on /, which is not great.

@mnot mnot added the ui label Sep 19, 2023
@mnot mnot added this to the UX Improvements milestone Nov 3, 2023
@mnot
Copy link
Owner Author

mnot commented Nov 5, 2023

Straw-man:

  • / - the current main form
  • /check/{uri} - run test (POST to run, GET to get the form)
  • /saved/{id} - saved results (POST to extend, GET to return)
  • /client-error - client error (POST)
  • /slack - various slack things

Probably easiest to start with client-error and check. Saved results will need some continuity; as may slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant