Giter Site home page Giter Site logo

hkb's People

Watchers

 avatar

hkb's Issues

Create Reminder actions and query

The way we are going to be able to create reminders is using "actions". Each action will be a function that interacts with whatever we have as a storage mechanism (Has to be abstracted).

For querying data that will be the same.


The pattern is similar to CQRS (Command Query Responsibility Segregation).
This can fit nicely, we have action functions to CUD (Create/Update/Delete) and query functions fetching the data. (With a generic DTO behind the scenes called Reminder, but when calling an action the data passed would be a CreateReminderData)

Custom scripts runner scheduler

The idea is simple.

Support executing scheduled certain actions or scripts. With the possibility to attach them to a reminder.


Reminder triggering a script:

  • Create a script
  • Create a reminder
  • Attach script to reminder
  • When reminder comes due, we run the script

Scheduled scripts

  • Create a script
  • Create a schedule for the script
  • Daemon checks schedules

Implement logging capabilities

Currently, there is no way to figure out what is happening in the application without using a debugger.
Having a logger, used for development would be great, so that we can easily test and triage an error with the logs

UTF8 support

Think if we should support utf8 in the input widget (It will add complexity for the first version of the code)

Create a daemon

Create a daemon to:

  1. Check reminders and notify user
    2. To sync with the server (Later stage. Ref issue: ) (Not going to be done, as we do not have a server yet)

Local storage

Use the computer's local storage for now to store reminders, calendar, etc...

Implement reminders form

As a user I would like to have a reminders view, so that I can set reminders to not forget thins :D

Diesel-rs looks like a good ORM and it provides support for migrations

Reminder list improvements

  • Support scrolling through reminders
  • Support deleting reminder
  • Reaching end of one list goes to the next remind section

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.