Coder Social home page Coder Social logo

strigo / vscode-linear-extension Goto Github PK

View Code? Open in Web Editor NEW
15.0 3.0 2.0 100 KB

An unofficial extension for managing your Linear projects from VS Code

Home Page: https://marketplace.visualstudio.com/items?itemName=strigo.linear

License: Apache License 2.0

TypeScript 100.00%
linear vscode vscode-extension

vscode-linear-extension's People

Contributors

guzzur avatar nir0s avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dallasgoldswain

vscode-linear-extension's Issues

Add tests for all functions

The extension doesn't yet have any functional tests. We need to add at least one base "happy path" test per utility function.

Add "Found an issue?" section to the docs

The extension docs do not encourage users to report found issues. We need to add a section to the docs on what to do if a bug was found or if the user had some ideas to share.

Long timed procedures to show real progress instead of [0,100]%

The extension shows a progress for long lasting processes (e.g. "Fetch my issues") but the loader only shows "0%" and then "100%". It would be more indicative to change this percentage based on the real progress or at least on the expected progress.

"Linear: Get all my issues" returns all issues without filtering non-Done ones

The idea of the command is to allow to easily choose the next item to work on. This makes it kinda redundant. We should probably filter by status.

client.viewer.assignedIssues() allows to pass a filter: IssueFilter property, which in turn allows to pass a state: WorkflowStateFilter property. We can use that.

Update the Changelog

We have now 0.0.3 released but the Changelog doesn't have any description on what is there yet.

"Cache" some of the data retrieved from Linear

Some of the data we retrieve when e.g. creating issues shouldn't change that often. We should cache this data so that the user doesn't have to wait for Linear to return it. For example, every time an issue is created, we re-retrieve the available workflow states and assignees. Those probably don't change very often, so we may as well retrieve them just once, save them to the global context when any command that uses them first runs, and use them instead of re-retrieving.

For now, this can be done for:

  • Workflow states
  • List of assignees (team members)
  • My teams
  • Available priorities

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.