Code Monkey home page Code Monkey logo

chorekiller's Introduction

Chorekiller

Chorekiller is an web application to manage chore in a house.

Getting started

Requirements

First run

docker-compose up

After a first time boot, you will be able to go to http://localhost.

And connect with admin / liberty.

Features

  • Users management
  • Groceries lists like
  • Due tasks
  • Repeatable tasks

Glossary

See GLOSSARY.md

chorekiller's People

Contributors

isammoc avatar

Watchers

 avatar James Cloos avatar

chorekiller's Issues

Create own types

Instead of using ThunkDispatch<AppState, {}, AnyAction> and needing 3 imports, we can declare our own types CKDispatch and be consistent and resilient to future library (as redux-promise for example) dependencies.

Use object mapDispatchToProps

As states the official doc:

We recommend always using the “object shorthand” form of mapDispatchToProps, unless you have a specific reason to customize the dispatching behavior.

From Official react-redux documentation

So, we should use the "object shorthand" as much as possible.

cannot log in

Steps to reproduce:

  • Login
  • Refresh

You are not logged in anymore
(More, even the main list do not load)

Use redux-form

Manage forms is a complex subject.
Using redux-form will facilitate the whole process.

Create token selector

For using with each client request, we need a token from the redux store, the path is more or less complicated, a selector is suitable here.

Multiple projects

As a user,
I want to have multiple projects,
To be able to split my tasks

Change password

Since 0.3.0 (and front framework change), the profile page was not reimplemented.

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.