Nicole Furlan
Nicole Furlan
## Description Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability. https://jamstack.org/ ## Info |Name|Category|Background Color|Logo Color|...
## Description Gutenberg is WordPress’s “block editor”, and introduces a modular approach to modifying your entire site. ## Info |Name|Category|Background Color|Logo Color| |:--:|:--:|:--:|:--:| Gutenberg|Frameworks, Platforms and Libraries| `#077CB2`|`#ffffff` ## Preview...
## Description Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. https://www.elastic.co/...
## Description Composer is an application-level dependency manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries. https://getcomposer.org/ ## Info...
There are Git conflict markers in the https://github.com/Automattic/liveblog/blob/master/assets/app.js.map file in the 1.9.6 release. We should fix the file so that debugging JavaScript works properly.
Currently, no JavaScript unit tests exist. Create Jest tests to thoroughly test each function in `files/js`.
Currently, no PHP unit tests exist. Create PHPUnit tests to thoroughly test each class in `inc`.
Conduct an accessibility audit on all markup and JavaScript and address all issues found to ensure compatibility with WCAG 2.0
Currently, the only way to modify `projects.json` is to modify the `json` directly. Create an interface that displays all of the data for every project in `projects.json` as editable fields...
Markup in `templates` and `template-parts` and styles in `scss` could use some cleanup. Use [BEM](https://getbem.com/) syntax.