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

Feature/rationalize urls #1356

Merged
merged 4 commits into from
Feb 4, 2025
Merged

Feature/rationalize urls #1356

merged 4 commits into from
Feb 4, 2025

Conversation

gecBurton
Copy link
Collaborator

@gecBurton gecBurton commented Feb 3, 2025

Context

As an engineer i want consistent urls

Changes proposed in this pull request

I have changed:

  • upload/<uuid:chat_id>/ -> chat/<uuid:chat_id>/upload/
  • remove-doc/<uuid:doc_id> -> chat/<uuid:chat_id>/remove-doc/<uuid:doc_id>
  • chat/<uuid:chat_id>/title/ -> chats/uuid:chat_id/title/`

to match:

  • chats/<uuid:chat_id>
  • chats/
  • chats/<uuid:chat_id>/update-chat-feedback
  • chats/<uuid:chat_id>/delete-chat

Guidance to review

Relevant links

Things to check

Copy link
Contributor

@KevinEtchells KevinEtchells left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs JavaScript updating first. I'll look at this.

@gecBurton gecBurton merged commit 4c0d403 into main Feb 4, 2025
6 checks passed
@gecBurton gecBurton deleted the feature/rationalize-urls branch February 4, 2025 15:56
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 this pull request may close these issues.

2 participants