Giter VIP home page Giter VIP logo

nodejs-slack-clone's People

Contributors

aenachescu avatar crazyllama98 avatar

Watchers

 avatar  avatar

nodejs-slack-clone's Issues

Create a page to add a new channel

  • this page can be accessed via sidebar or url
  • the url should be '/channels/create'
  • the page should have a form that contains inputs for name, description and if it is public

add swagger to application

After each new api endpoint please update swagger.json in order to document and to be able to test easily the interface

Create a page that displays all messages from a channel

  • page has the URL '/channels/{channelId}/messages'
  • the user can see the last 10 messages added from that channel
  • the user can send new messages and receives them in real time (WebSockets - client and server implementation)
  • the user can see the history of the message as it scrolls up
  • every message contains the content and the user nickname

Create a page to search public channels

  • this page is accessible via URL and from the sidebar
  • this page has the URL '/channels/search/{channelTitle}' (or '/channels/search' if no input was typed)
  • display all channels that match the search
  • every channel has a join button so that the user can join it.
  • this page should contain an input for search with the value from URL param '{channelTitle}' or empty if not it is not present

Create a page to edit an existing channel

  • this page should be accessible from URL '/channels/{channelId}/edit'
  • only the creator can access this page
  • should reuse the form component from the create channel page, and can display the values in the inputs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.