Code Monkey home page Code Monkey logo

yaks's Introduction

yaks

Yet Another Kanban Software

yaks's People

Contributors

alexandrebrasil avatar

Watchers

 avatar

yaks's Issues

Security

REST services that alter data should only be available to authenticated users.
Update operations should also verify if the user requesting the change has permission on the referenced data.

Rename a lane

You should be able to rename a lane. The edit should be activated when double-clicking on the lane.

The new name cannot be empty.

Add non-registered users to the board team

If the e-mail address doesn't match any registered user, the system must inform this to the logged user and ask if he wants to send an invitation to the new member.

Invitations should be sent through e-mail with instructions on how to register. Once an invited user registers, the system must recover all pending team-invitations and add the user to all of those teams.

Add other users to a board team

Every board should have an associated team, and every team-member should have full access to the board.

The board owner should be able to add existing users to the team of their board by using an e-mail address. If the e-mail address doesn't match any registered user, the system must display an info message and cancel the team addition.

Move a lane

You should be able to click on a lane title and drag the lane left and right to reposition it on the board.

Retrieve boards from server

Currently the boards are stored as dummies in boards.js file. Create a REST Service to get the boards, even if it's still retrieving the dummy boards.

Move a card between lanes

User can drag and drop a card from the current lane to a new lane. Once he drops the card over a new lane, the board should be updated.

Persist boards on the server

Create a REST service for saving the state of an existing board (or persisting new ones) when they change (cards moved/created/deleted, lanes changed, etc).

User authentication - Google

Users should be able to log in using their Google accounts. Boards should be associated with the user that created them, and should only be available for those.

When a user logs in for the first time, a new user should be created and registered in the datastore.

Create a new Kanban board

You should be able to create new Kanban boards on the system.

When creating a new board, you must provide the board name and also a name for the default lane. A board should not be created without those two names.

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.