Coder Social home page Coder Social logo

todo-list's People

Contributors

codacy-badger avatar opportus avatar saro0h avatar

Watchers

 avatar

todo-list's Issues

MVP Test Suite

Write (unit - functional - performance) test suite for the MVP.

Application Quality Management Foundation

Prepare the application and third party SaaS services so that we can:

  • Write (unit - functional - performance) test suite executed automatically on a predefined and controlled set of environments after each futur push to this repository via Travis CI.
  • Audit code quality Codacy.
  • Audit application performance.

Missing page titles

All pages except homepage are missing their title.

Include page titles in their respective templates and in the meta title (in <head> HTML tag).

Tasks view per state feature

Currently, on homepage, there is a button to list todo tasks and another button to list done tasks.

The view to which the done tasks button should redirect is not implemented.

We have got no specification related to this feature. The business expert is requested to specify whether or not this feature has to be implemented. If yes, how (specs)? If not, the done tasks button has to be removed and the todo tasks button has to be renamed accordingly, eg tasks.

This issue serves as milestone placeholder to the concrete one that will follow once we get the direction.

A task must be owned by a user

New tasks must have as author the user who created it.
The original author of the task does not change when it is updated by any user.

User roles

It should be possible to select one of the following roles during the creation or update of a user:

  • ROLE_USER
  • ROLE_ADMIN

CSRF Vulnerabilities

Problem:

/tasks/{id}/delete, /tasks/{id}/toggle, /login_check and logout actions are subject to CSRF exploit.

Solution:

Include a CSRF token input field in the form of each action above and validate that token on form submit.

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.