GithubHelp home page GithubHelp logo

cjstadler / todo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 196 KB

A web app for tracking TODOs (written in Elm)

Home Page: http://www.cjstadler.com/todo/

License: BSD 3-Clause "New" or "Revised" License

Makefile 1.65% HTML 1.64% Elm 75.50% CSS 21.21%

todo's Introduction

TODO app

This is forked from https://github.com/evancz/elm-todomvc because it was a convenient starting point, but my intention is to grow this into an application which is actually useful to me. I want an app which has just enough features to be more useful than pen and paper, but which doesn't want me to use it to plan my whole life and track my productivity.

Goals

  • Entries should be organized by day.
  • When opened for the first time every day the user should be asked whether they want to import incomplete entries from the previous day.
  • Should be able to add entries for future days.
  • Should be able to create recurring entries. I.e. do the laundry every Monday.

Setup

Run the following command from the root of this project:

make

Then open index.html in your browser!

To run tests:

make test

todo's People

Contributors

process-bot avatar cjstadler avatar evancz avatar srid avatar fredcy avatar ivanvotti avatar kmoe avatar janiczek avatar pdamoc avatar hrldcpr avatar

Watchers

James Cloos avatar

todo's Issues

Reconsider date-based structure

I find that I am always importing incomplete entries to the current day. This makes the prompt pointless.

Instead of having a list for each day we could just have one list of "active" todos which is constructed for all those scheduled for days before or on today.

Re-add lazy and keyed

This was removed in #10 as it was causing a bug, but eventually it would be good to add back for performance.

Entries duplicate and disappear

Not sure what is going on here.

Start with 4 entries, all completed:
image

Uncheck the 3rd entry:
image

If you then re-check that entry it will disappear.

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.