Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 3.09 KB

README.md

File metadata and controls

45 lines (33 loc) · 3.09 KB

docs-demo-UI

Technical

UI

  1. React Hook
  2. React Router Dom
  3. Tailwinds (SCSS)
  4. QuillJS (Editor)

Deploy on Heroku

API

  1. Express
  2. Sequelize
  3. PostgresSQL
  4. Socket.io

Deploy on github-pages

User story

Feature: Users can collaborate each other.

  Scenario: User create or open document.
    When the user create or open document.
    Then Those user who opened the document will track and sync the cursor, selection and document change.

  Scenario: The creator can set the document who can read or edit it.
    Given The creator can set a authorization list for a document.
    When The User on the authorization list.
    Then He/She can be edit or read only the document.

User Flow

Data Schema

Data schema