Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pomodoro Technique #27

Open
mchirico opened this issue Jun 29, 2020 · 1 comment
Open

Pomodoro Technique #27

mchirico opened this issue Jun 29, 2020 · 1 comment

Comments

@mchirico
Copy link
Owner

mchirico commented Jun 29, 2020

You'll need the following:

  • timer (server)
  • Firebase entries
  • notification
  • input
  • BigSQL
  • Graphics
ng g c navpages/pomodoro
ng g c navpages/fb-notification
ng generate service service/firebase/pomodoro/data
ng generate service service/firebase/notification-firestore

Will have to work with time:

function addMinutes(date, minutes) {
    return new Date(date.getTime() + minutes*60000);
}
@tacomonkautobot
Copy link

mchirico,
Thanks for opening this issue!

This was referenced Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant