项目作者: lschlessinger1

项目描述 :
A Django To-Do List App
高级语言: Python
项目地址: git://github.com/lschlessinger1/Diurnalist.git
创建时间: 2018-04-08T01:36:47Z
项目社区:https://github.com/lschlessinger1/Diurnalist

开源协议:

下载


Diurnalist

A Django To-Do List App

Functionality

User Accounts:

  • Users can log in, log out, and register
  • If not logged in, should show welcome page, otherwise show tasks
  • Users can request a password reset
  • Users can change passwords
  • Users can view completed tasks
  • An admin user can modify tasks

Other Functionality:

  • Client-side and server-side validation
  • Tasks can have multiple context tags
  • Tasks can have due dates and priority levels
  • Tasks can have subtasks
  • Tasks can be searched through
  • Profile page with basic information
  • Alert messages are shown for deleting an account and sharing a task
  • Users can share tasks via email