8000 GitHub - gregarshinov/to-dos: A simple todo Django app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gregarshinov/to-dos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to-dos

A simple Django todo app

Imgur

Usage

  • To create a task click on the "I need to..." field and type in your task description. Note, that maximum number of charachters is 100. If you are done just hit enter or return, otherwise if you need to specify the priority, use the selector that is placed next to the task text field and hit the "create" button.
  • To edit the task description click on it's text and do your corrections. After you are done just click anyware outside the text field and it will be updated automatically. Note, that if you leave the field empty it will not be saved.
  • To delete a task click on the trash button next to the priority selector.
  • To sort your tasks select the field you want to sort by and click arrow up or arrow down button (denoting ascending and descending orderings accordingly) next to the field selector.

Installation

If you are running under macOS you just have to clone the repository into the folder of your choice and run the development server from the root of the project. Otherwise, at first you have to create a virtual environment with python3.6 and install all the requrements listed in the requirements.txt.

Future improvements

  • Make the app multiuser compatible
  • Implement the ability to add tags
  • Add pagination
  • Implement complex filtering (multifield)
  • Add deadlines
  • etc.

About

A simple todo Django app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0