GithubHelp home page GithubHelp logo

tinok / asana-all-workspaces-overview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bbd0304/asana-all-workspaces-overview

0.0 2.0 0.0 384 KB

A simple page for Asana to load all tasks you are assigned to accross all workspaces

PHP 35.59% Ruby 1.61% JavaScript 11.88% CSS 50.93%

asana-all-workspaces-overview's Introduction

About

A basic app for Asana to load all tasks you are assigned to accross all workspaces. Asana does not provice a global 'my tasks' overview, but does offer a nice API to create this yourself ;)

Screenshot

A screenshot of the interface

What you can do with it now:

  • 4 columns overview with my tasks: Today, Upcoming, Later and New
  • Each task shows the title, the projectname (incl. asana color), workspace and due date
  • Drag and drop tasks to change priority (move from Upcoming to Today for instance)
  • Complete tasks
  • Click on tasks and it will open the task in Asana
  • You can even add new tasks in the bottom
  • The sidebar provides links to all your Asana workspaces.
  • See it all, stay focussed. Yay!

What I still would like to improve:

  • Linking to a task within a project works just fine. But linking to a task that does not belong to a project or to the workspace overview ‘My Tasks’ page is not so easy. For some reason the workspace ID returned by the Asana API cannot be used for the workspace URL. So I coded these links manually in my code in the config file…
  • Mobile… I tried also to make it look nice on mobile, yet this part is still a bit buggy. Just needs some love.
  • Authentication. Using an access token makes it not safe to use online (or somebody else could complete your tasks, haha). So right now I host it locally. But it would be nice to include proper authentication.

Installation

  1. Get an API key by first logging in to Asana. In the topright click on your workspace name > My Profile Settings > Apps > Manage Developer Apps. Create your Personal Access Token.

  2. Open the file config-example.php and rename it to config.php. Paste your Personal Access Token

  3. (optional) Expand config.php with workspace ID - URLs conversion to be able to use quick links to workspaces (see config.php comments for more info)

  4. Host locally (or online, but beware! Someone else can update your TODO list...)

API

Read more about Asana API here

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.