Patrick Lühne

Results 13 issues of Patrick Lühne

### Description The set of allowed values for the `parse` field used by `chat.postMessage` and `chat.update` are underspecified and slightly contradictory: https://github.com/slackapi/slack-api-specs/blob/760ee9843ec8045ce3f62edd451751b0353acead/web-api/slack_web_openapi_v2_without_examples.json#L11633-L11638 On the one hand, the documentation string claims...

### Description The response type of the `chat.update` endpoint is underspecified: https://github.com/slackapi/slack-api-specs/blob/760ee9843ec8045ce3f62edd451751b0353acead/web-api/slack_web_openapi_v2_without_examples.json#L11662-L11696 Specifically, the types of `message.attachments` and `message.blocks` are set to a generic `object` type. I think these could...

### Description In the specification of the Web API endpoint `/conversations.open`, the type of the `created` field in the response is `string`, while it is `integer` in `definitions/objs_conversation`. I think...

The Git versions chart (#174) should point out which versions are recommended from our point of view. Also, it would be nice to add instructions how to update Git for...

enhancement

Service accounts with owner permissions on organizations are not a recommended practice. It would be nice to add a report that lists these service accounts.

enhancement
suggestion

When there isn’t enough data for plotting a weekly-aggregated chart, an empty chart would be plotted. These are not interesting to look and might even confuse users. For this reason,...

enhancement
aesthetic

Currently, the collaboration chart segments are colored in clockwise order. The color palette was chosen to have sequentially contrasting colors. However, the segments usually have varying sizes, which means that...

good first issue
aesthetic

It’s nice to showcase demo data on [autodesk.github.io](https://autodesk.github.io/hubble/), even if it’s generated. In this way, users can get a feeling for new features such as the multiview charts. However, some...

help wanted
good first issue
aesthetic

The action bar is currently vertically aligned with the title. For this reason, it is rendered above the charts on smaller screens: ![screenshot from 2018-02-06 14-41-03](https://user-images.githubusercontent.com/3244280/35862408-dc80486a-0b4b-11e8-803d-3dd370797101.png) It might make sense...

help wanted
good first issue
aesthetic

In #105, I introduce the possibility to have multiple views per chart. This still needs some documentation after we experimented a bit with the changes and feel confident about the...

help wanted
documentation