Giter Club home page Giter Club logo

django-todo-lists's People

Contributors

amites avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

django-todo-lists's Issues

Just a question about celery

Somewhere you have this code:

@receiver(pre_save, sender=ToDoAlert)
def schedule_todo_alert_send(sender, **kwargs):
    if kwargs.get("raw"):
        return

    todo_alert = kwargs["instance"]
    current_celery_task_id = todo_alert.celery_task_id

    if current_celery_task_id is not None:
        # Revoking tasks only works with amqp, redis and mongodb for now (celery 2.5)
        control.revoke(current_celery_task_id)

    result = send_todo_alert.apply_async(args=[todo_alert], eta=todo_alert.time.astimezone(get_default_timezone()))
    todo_alert.celery_task_id = result.task_id

What if the notification is 10 days in the future? I guess you would have a problem, because a message queue isn't meant to store things for so long? Or is that the reason that you used MongoDB?

Example site looks great but this is far from a plug & play app

any chance of a demo app being added to this? I like what I see on the demo site but since everything is served via compressed static files it's tricky at best to extrapolate everything going on and how it ties together

probably much easier for someone with lots of backbone.js experience (not me currently)

though this app doesn't even include a requirements.txt file

the other major player in django-todo world is https://github.com/shacker/django-todo
doesn't come out nearly as clean but is a pluggable app

your readme suggests you wanted this to be pluggable but it looks like that depends upon a very specific workspace environment (yours) but again no references on how to set things up

this is a half rant, I'm working through making this work since I can see significant value in an app like this as part of an existing personal project (not sure if I'll push forward with backbone or migrate to standard jquery) -- probably fork and request a merge within a couple days

in the mean time perhaps updating the readme file to reflect the current jumble vs the envisioned slick install?

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.