Derek

Results 18 issues of Derek

**Description** It would be helpful to have a more complex example guide for feature development utilizing additional frontend components and the resolver. Complexity [S/M/L]: S

type: enhancement

**Description** Implement [PagerDuty](https://www.pagerduty.com/) integration within Clutch as a service component. This will involve both backend and frontend work. An example use of the integration could be adding on-call information within...

type: enhancement
area: frontend
area: backend
status: needs-design

**Description** The select dropdown menu covers the input field when opened. **Expected Behavior** The input field should always be visible, even when the selector is open. **Actual Behavior** ![image](https://user-images.githubusercontent.com/1004789/87863759-a9e2dc00-c913-11ea-8473-b7b86bfb2c9a.png) **Version**...

type: bug
good first issue
area: frontend
Hacktoberfest

**Description** When a user's authentication token has expired Clutch makes a request to refresh it. At the moment, if the request to refresh the token comes back without a token...

type: enhancement
area: frontend
status: needs-design

**Description** The [workflow package docs](https://clutch.sh/docs/components#workflow-packages) are generated from scraping each workflows index file via pattern matching. This is a bit brittle since this structure could change. Complexity [S/M/L]: S

area: docs
type: enhancement

**Description** Integrate a data visualization library into Clutch. One possibility is using [nivo](https://github.com/plouc/nivo) as they have a robust component library. Another option if we are looking for something more custom...

type: enhancement
area: frontend
status: needs-design

**Description** Add resources configuration diffing to the Remote Triage workflow. Complexity [S/M/L]: S **Wireframes, Mockups, or Screenshots (if applicable)** TODO

type: enhancement
area: frontend
status: needs-design

**Description** Provide a wireframe template that contributors can easily build off of for features. Investigation is required into which tooling to use for the wireframe. Complexity [S/M/L]: M **Wireframes, Mockups,...

type: enhancement
area: frontend
status: needs-design

**Description** Add functionality to generate short links for Clutch workflows that support state rehydration. Complexity [S/M/L]: M **Wireframes, Mockups, or Screenshots (if applicable)** TODO

type: enhancement
area: frontend
area: backend
status: needs-design

**Description** Implement server-side rendering of the frontend assets. One possible solution is having a separate frontend service with a node backend. Another is looking into using [goja](https://github.com/dop251/goja) for this. Complexity...

type: enhancement
area: frontend
area: backend