Kevin Whinnery
Kevin Whinnery
We'd like to know how many users are taking advantage of the filters on our TODO list. Using universal analytics, track custom events with the category `filter` and the action...
Implement Google Analytics pageview tracking. Create one pageview on initialization, and then others in the router used by the Vue application, such that `#/all` and similar count as pageviews as...
Right now our back end app doesn't do much in the way of error handling. Let's start to patch that up by at least sending errors in our Express app...
Add a UI element to the bottom of the Todo list UI that allows the user to select a "light" or a "dark" theme for the UI. Add a class...
Using our Sass stylesheet, update the color and font for the main title to something a little more readable. Use the same color for the links in the footer of...
Will handle Monday
On the architecture page, there used to be a visual architecture diagram of how the runtime works. It might be desirable to reintroduce this content.
We should audit the current full list of deno CLI commands and ensure docs are present and up to date. - Run `deno help` - Audit list of commands and...
Use the rules feature of Algolia to try and map "deno run" (for example) to the appropriate manual page.
- Ensure that https://docs.deno.com/runtime/manual/basics/env_variables is the first search result for "env" - Update this documentation to show how to use built-in .env file handling now available in the Deno CLI