Coder Social home page Coder Social logo

fleker / ethereal-tasks Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 2.46 MB

Get the right task at the right moment, anywhere

Home Page: https://felker.dev/ethereal-tasks/

JavaScript 1.96% TypeScript 71.76% CSS 7.35% HTML 18.94%
google-tasks-api productivity tasks-manager

ethereal-tasks's Introduction

Ethereal Tasks

This is a PWA for Google Tasks which takes advantage of auto-organization, allowing you to add tasks easily from a mobile app while getting a thorough management and viewer on larger screens.

It also supports a modular plugin framework in which you can connect to multiple task systems and save their tasks in Google Tasks so that you can have one app for everything.

This project is built on top of VTODO objects in the iCalendar spec, allowing for standardization and a great deal of portability.

Try it out

The PWA can be opened in https://felker.dev/etheral-tasks. This demo is hosted on GitHub pages.

You can Sign In With Google. Due to API restrictions for non-certified apps, you'll be presented with a warning.

Note: This application works entirely in the browser. No data is being stored in the cloud.

Filtering

When you start a task name with a particular string followed by a colon, ie. "Tasks: Update README", that creates a Folder called Tasks. Tapping on that item in the sidebar will show only items that follow that pattern.

When you add a hashtag in the description of a task, ie. "add setup #github #tasks" that creates two Tags called github and tasks. Tapping on either will show only items that contain the same hashtag.

If you write in Markdown in task notes, that will be processed as Markdown when rendered in the sidebar.

Sync GitHub

You can sync GitHub tasks assigned to you to this app. They'll appear as standard entries with #github in their description for quick filtering.

To do this, you'll need to generate a GitHub token that has access to your repos and paste that token into your browser. This is saved in browser local storage. Then it will be create, update, or complete tasks when you run the sync.

Setup and run locally

This is an Angular-based application that uses Google's frontend web APIs.

  • You'll need to create a Google Cloud Project
    • Will require you enabling the Google Tasks API
    • Obtain a CLIENT_ID and update app.component.ts
  • npm install
  • npm start

ethereal-tasks's People

Contributors

fleker avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

ethereal-tasks's Issues

Client app

This client app should let me login with my account and manage my task integrations.

Optionally can show tasks, filter based on tags and titles, and do management with Google Tasks API.

Modular format for task syncing

Make sure to have a unique key. Try to keep things standardized. If we can align on VTODO as a format that makes things fairly simple.

Use some sort of hashtagging so we can map it back to the right module during sync time.

SW registration issues

The path of the provided scope ('/etheral-tasks/') is not under the max scope allowed ('/ethereal-tasks/assets/'). Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.
felker.dev/:1 Uncaught (in promise) DOMException: Failed to register a ServiceWorker for scope ('https://felker.dev/etheral-tasks/') with script ('https://felker.dev/ethereal-tasks/assets/sw.js'): The path of the provided scope ('/etheral-tasks/') is not under the max scope allowed ('/ethereal-tasks/assets/'). Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope.

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.