Code Monkey home page Code Monkey logo

octopal's People

Contributors

lucafalasco avatar

Stargazers

 avatar  avatar

Watchers

 avatar

octopal's Issues

[ENH] Make sub-issues TODO items insted of list items

Is your feature request related to a problem? Please describe.

No.

Describe the solution you'd like

Would be nice to have sub-issues listed as TODOs and not as a list. We could have something like:

  • ...
  • ...
  • ...

Additional context

As a user you could mark/check the TODO manually or mark them automatically once the sub-issue is being closed.

Make sub-issues visible in GitHub project cards

Is your feature request related to a problem? Please describe.
It's not immediately clear that a issue has related sub-issues in the project view. For example this issue has 6 sub-issues but there is no information that makes it explicit.

image

Even in the detail view, inside in the project sidebar, this information is not immediately clear. You always have to open the issue in a new tab to see the related sub-issues.

image

Describe the solution you'd like
We could use a solution similar to the task progress count, where the number of completed/not completed tasks is immediately visible:

image

Additional context
We could use GitHub markup and styles to implement this feature with less effort, specifically:

Using the checkbox markup and CSS classes

<input type="checkbox" id="" class="task-list-item-checkbox">

And, the task progress count markup and classes:

<span class="issue-meta-section task-progress ">
  <svg class="octicon octicon-checklist" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true">
    <path fill-rule="evenodd" d="M16 8.5l-6 6-3-3L8.5 10l1.5 1.5L14.5 7 16 8.5zM5.7 12.2l.8.8H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h7c.55 0 1 .45 1 1v6.5l-.8-.8c-.39-.39-1.03-.39-1.42 0L5.7 10.8a.996.996 0 0 0 0 1.41v-.01zM4 4h5V3H4v1zm0 2h5V5H4v1zm0 2h3V7H4v1zM3 9H2v1h1V9zm0-2H2v1h1V7zm0-2H2v1h1V5zm0-2H2v1h1V3z"></path>
  </svg>
  <span class="task-progress-counts">1 of 4</span>
  <span class="progress-bar v-align-middle"></span>
  <span class="progress" style="width: 25%"></span>
</span>

[Macro Issue] {title}

โ† #2#2

requirements

{describe the new feature}

specs

{optional: describe technical specs to implement this feature, if not obvious}

misc

{optional: other useful info}

Add build instructions to the README file

Is your feature request related to a problem? Please describe.
It's not clearly described what are the build steps, for example yarn install is missing, or there is no instruction on how to generate locally a .crx file.

Describe the solution you'd like
Have the build instructions in the README file ๐Ÿ™ƒ

Describe alternatives you've considered
Cannot think of any other alternative, I just need the build instructions.

Additional context
No other additional info.

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.