Evan Plaice
Evan Plaice
Build a WC that reads a JSONSchema and outputs a human-readable output (lots of color coding and such) ## Notes ```javascript ## References
Build a web component that organizes the details of a project from a retrospective ## Specifics Sections - Scope - Challenges - Research - Implementation - Result - Stack -...
# wc-tooltip ## Specifics Build a simple little customizable tooltip implementation. Features: - direction - define which direction the tooltip opens - type - simple/arrow - animation - add support...
# wc-style-guide ## Specifics A self contained web component designed to showcase the design style guide for a website. Should include color pallet, common elements (ex h1-h5, p, a, form...
# Accessibility (A11y) ## Description A11y is a significant and important issue worth addressing. I feel like a shift back to semantic HTML should make the transition easier but how...
- [ ] switch to ajv #371 - [x] add `certificates` section #341 - [ ] make all properties optional? #373 - [ ] typescript support? #327 - [x] change...
Here's an interesting problem... SchemaStore is like a CDN for JSON Schemas. It currently has a really outdated copy of the schema. What's the best approach to ensuring the copy...
If users want to customize the schema, I say let them One-size-fits-all is unnecessary limiting. Rejecting Issues/PRs suggesting context-specific additions with no alternative isn't very nice to users. This 'official'...
Most of the maintenance work (adding tests, updating deps) is complete. The following outlines the rest. Feedback is welcome. - [ ] move the changelog - backfill missing version tags...
Ref: #349