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

Frontend/Backend Routes #4

Open
9 tasks
AdamYLiang opened this issue Mar 26, 2019 · 0 comments
Open
9 tasks

Frontend/Backend Routes #4

AdamYLiang opened this issue Mar 26, 2019 · 0 comments

Comments

@AdamYLiang
Copy link
Collaborator

Frontend Routes

  • Consider renaming the Nav components to something like ServerIndex so you can distinguish them more easily

/me

  • /me should have a channel wildcard after it
  • Instead of rendering a splash should render a DM Index or Chat Component

/channel/1/1

  • Should be a using wildcards for server and channel instead of 1

Backend Routes

  • Consider adding endpoints for DM channels/memberships

users

  • Add a PATCH for updating user information

messages

  • Typo on header, should say Messages instead of Text Channel
  • GET/POST Should be nested under channel since we only care about the messages in a channel
  • Should have a PATCH and DELETE endpoint

Let me know if there are any questions or if you want to talk about any of these!

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

No branches or pull requests

1 participant