Skip to content

Jenselme/testsFrameworksTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What the application must do

The application must allow a user to add, list, modify and delete todos. A todo is constituted by :

  • An id (mandatory, generated)
  • A title (mandatory)
  • A status (new, to do, started, in review, done) (mandatory, default to new)
  • A description (optional)
  • A creation date (mandatory, automatically set)
  • A modification date (mandatory, automatically set)
  • An end date (optional)
  1. Page one: activity feed. This page allows the user to:
    1. enter a todo.
    2. view the list of the 10 most recent to do (creation or modification date). Only the title of the to do are displayed. If the status of a to do is done, then its title is crossed.
  2. Page two: list. This page allows the user to:
    1. Enter a todo
    2. List all todos. Only the title is displayed by default. Next to each title, there is a svg file containing three icons: view, edit, delete. When the use passes the mouse over one icon, it is highlighted. If the user clicks on it, the corresponding action happens.
    3. Filter todos by status or title
    4. Sort by modification date, creation date
  3. Page three: the kaban list. This page allows the user to:
    1. Enter a todo
    2. Modify the status of a todo

About

TODO Application written in various JS frameworks and webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published