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 endpoint GetChat to access from Workspace component #2205

Closed
humansinstitute opened this issue Dec 16, 2024 · 6 comments · Fixed by #2207
Closed

Add endpoint GetChat to access from Workspace component #2205

humansinstitute opened this issue Dec 16, 2024 · 6 comments · Fixed by #2207
Assignees
Labels

Comments

@humansinstitute
Copy link
Contributor

humansinstitute commented Dec 16, 2024

We are missing an endpoint here for r.Get("/", chatHandler.GetChat)

This looks like my fault got missed off the initial spec here: #2154

Task:

  1. new route r.Get("/", chatHandler.GetChat)
  2. new db function to getChats for a given workspace UUID to be added to https://github.com/stakwork/sphinx-tribes/blob/master/db/chat.go
  3. Get the workspace ID and call db.getChats (return all chat details, name updated etc)
  4. Display List of links to chat ids by last updated
  5. On load of workspace page, display all Chats Associated with this workspace showing title and time last updated
  6. On click load correct chat view.
@humansinstitute
Copy link
Contributor Author

@Shoaibdev7
Copy link
Contributor

@humansinstitute Please assign me?

@humansinstitute
Copy link
Contributor Author

Done

@Shoaibdev7
Copy link
Contributor

@humansinstitute, the bounty has not been created. Please create it when you get a chance.

@humansinstitute
Copy link
Contributor Author

Created - but we still don't have full functionality here.
https://community.sphinx.chat/bounty/3015

We still have not resolved the front end correctly calling this endpoint to update?

@Shoaibdev7
Copy link
Contributor

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

Successfully merging a pull request may close this issue.

2 participants