Giter Site home page Giter Site logo

ghat's People

Contributors

aduth avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ehg

ghat's Issues

Improve dropdown navigation experience

A list of user's repositories can potentially include several hundred items. Browser default <select> dropdowns can become tedious to navigate with this many items. Tools like Selectize, Chosen, and Select2 improve this by adding filtering options to a select dropdown. We should consider using one of these or a custom implementation with similar functionality.

Filtering includes invalid "null" value to array

When adding filters, a null value is persisted to the MongoDB database, causing a 502 error to occur when iterating over the filters on a hook. We should prevent these types of filters from being saved, and resolve the client-side issue causing the invalid value to be sent in the first place.

Enable "or" filtering

Currently, it's only possible to add additional filters and a message will only be passed along if all filters match the action. It should be possible to allow multiple conditions under which a message is sent so as to avoid the need to create multiple hooks.

New issues with labels send excessive messages

If an issue is created and labelled/assigned simultaneously, it currently sends separate messages for each action. This should be consolidated, possibly to only send the initial "created" message (which would be easiest, but not quite as ideal as providing the additional detail on the created message).

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.