Git Product home page Git Product logo

personal-trello's Introduction

Personal Trello

Build Status Code Climate

Personal project to learn the MEAN stack. See it live on https://personal-trello.herokuapp.com.

Requires MongDB server running

Next Features

  • Signup

    • Encode password.
    • Add validation for e-mail taken.
  • Signin

    • Add validation for wrong user/password.
  • Create board

Improvements

  • Include unit/integration tests.

personal-trello's People

Contributors

nandokakimoto avatar

Watchers

 avatar James Cloos avatar

personal-trello's Issues

[Signup] Display error message for email that already exists

Today, when trying to create a user with an existing e-mail, an alert is shown. In addition, the message is not very useful.

To fix this, we need two things:

  1. Display a message similar to the one on the login page;
  2. Highlight the field with error;

Authenticate user

Nowadays, the authentication feature does not exist. It's only possible to create a user, but she cannot authenticate to the application after logging-out.

The application should provide a way to authenticate a user, displaying validation messages when applicable.

Encrypt user password

Today, the password is stored as plain text in the database, which is not acceptable. We should fix this, so that passwords get encrypted.

More information here.

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.