GithubHelp home page GithubHelp logo

trello-clone's Introduction

Trello Clone

  • Generate Server
  • Generate Client
  • Add local auth to server
  • Add vuetify to client
  • Add feathers-vuex to client
  • Add login to client
  • Add boards service to server
  • User can create/list/view boards on client
    • Create
      • Add ownerId
    • List
      • Restrict to owner
    • View
      • Restrict to owner
  • Add lists service to server
  • User can create/list/view lists for boards on client
    • Create
      • Restrict to board owner
    • List
      • Restrict to board owner
  • Store should update boards/lists when login/logout
  • Add cards service to server
  • User can create/list/view cards for lists on client
    • Create
      • Restrict to board owner
    • List
      • Restrict to board owner
  • User can move cards from one list to another
  • Restrict editing/creating lists/cards to board owner
    • Update to work for no boardId in query
  • Create activities service on server
  • All activities are logged
  • User can edit title of card
    • restrict to board members
  • User can add description to a card
    • restrict to board members
  • User can assign a member to a card
    • restrict to board members
  • User can re-arrange cards in list
    • restrict to board members
  • User can re-arrange lists
    • restrict to board members
  • User can add comments to a card
    • restrict to board members

Extra

  • Move component state into the Vuex Store
  • Refactor large components into many smaller components
  • Make it look prettier

trello-clone's People

Contributors

w3cj avatar eckhardt-d avatar

Watchers

James Cloos avatar  avatar

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.