Derek
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
**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...
**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**  **Version**...
**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...
**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
**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...
**Description** Add resources configuration diffing to the Remote Triage workflow. Complexity [S/M/L]: S **Wireframes, Mockups, or Screenshots (if applicable)** TODO
**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,...
**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
**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...