Git Product home page Git Product logo

habits's People

Stargazers

 avatar

Watchers

 avatar

habits's Issues

Issue with test:coverage

For some reason, the test:coverage script is not working as expected.
Find out what's wrong and fix it.

Create FullPageLoader component

It would be great to have a <FullPageLoader /> component.
When loading the app we have the following text:

Loading...

That's not super nice.

Define a way to handle API errors

At the moment, we only console.log the errors. But this causes linting warnings and is not helpful for the users.

Let's find out what's the best way to manage these situations in a scalable way. Maybe a generic notification?

Create app shell

Follow this pattern:

  • Add an application header.
  • Add an application footer with main actions.
  • Make the application change the content only in the inside of the shell.

Create Habits icons

Once we have a logo in place, we should have icons for the application. Starting with the favicon, then go to the possible icons for iOS, Android and Windows devices.

Setup unit tests for Firestore rules

We have some Firestore rules for users. and commitments. We should add unit testing for them to be sure that they are doing what it's they should do.

Show user commitments

We are querying for the commitments, but we are logging them instead of showing them.

  • Create a <CommitmentCard /> component.
  • Create a <CommitmentList /> component.
  • Show commitments on .

Track user commitments

Add a CTA to add if the user kept on with the commitment.

This should generate information on:

  • Current active streak. If the user kept the commitment.
  • Current inactive streak. If the user didn't keep the commitment.
  • Longest Streak.

Enable Continuous Deployment

  • Whenever a Feature or a Bugfix is merged into the develop branch a deployment should be made to the Staging environment.
  • Whenever a Release or a Hotfix is merged into the master branch a deployment should be made to the Production environment.
  • Add relevant documentation.

Allow the user to delete a commitment

The user should be able to delete a commitment that he doesn't want anymore. Before tackling this, must decide if we make a soft delete or a hard delete.

Add page 404.

At the moment if the user gets to a route that doesn't exist, we show the default route. This is the Dashboard page for a signed-in user, and Home page for a guest user.

We have a page named NotFound that should be used for that.

Enable Continuous Integration

Whenever a Pull Request is made, there should be some checks:

  • Lint the application.
    • There must be no lining errors.
  • Test the application.
    • There must be no failing test.
    • Should report testing coverage.
  • Add relevant documentation.

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.