Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Review #43

@JustinWingChungHui

Description

@JustinWingChungHui

Chat Server

Level 1 Challenge - make the chat server

  • Create a new message - You need to end the response otherwise clients connections don't terminate
  • Read all messages - Good
  • Read one message specified by an ID - Incorrect, this returns all messages
  • Delete a message, by ID - Good
  • All message content should be passed as JSON. - Good

  • Your routes should match the patterns established in class (RESTful). See the later spoiler section "Correct Routes" if you need the answer. - Good

Level 2 - simple validation

Not done

Level 3 - more "read" functionality

Not done

Level 4 - Optional - add a timestamp, timeSent

Not done

Level 5 - Optional - add message update functionality

Not done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions