Linda Thompson
Linda Thompson
With our new design live, the "Demo Implementation" section of the kit README files is redundant. We also have some extra projects that have used specific starter kits that we'd...
Per discussion: https://github.com/thisdot/starter.dev-github-showcases/pull/527/files#r997921100 It would be cleaner to create an interceptor that passes in the desired application type for all http calls. This ticket is to create that shared interceptor,...
Currently, each effect file in the store is mapping the data from the service calls into the shape we want for the state. We'd like to refactor these mappings out...
A few things are not working properly when on a repository page, mostly related to the readme files and tree navigation. AC: - [ ] The root README should only...
In all the service calls to the GitHub API, we're currently encoding multiple strings pieces and then constructing the URL to send. We'd like to create a tagged template function...
With the service refactors in #440, there will be a number of interfaces that are no longer needed. Also, there are interface files located next to services, and interfaces within...