DR: Toolkit's page hidden button - hackforla/website GitHub Wiki

This is a record in the Decision Records on Solutions Adopted.

Issue

Problem Statement

Checking to see if the Suggest a guide button has been succesffully hidden.

Potential Solution

Using Dockers to check to see if the button has been hidden and the button is still within toolkit.html

Feasibility Determination

The potential Solution is feasible as the button has been hidden. After reviewing the initial site on the local machine, the button is not displayed. image

/pages/toolkit.html:

62          <div class="suggest-guide-group">
63              <h2 class="external-resources-text title3">External Resources</h2>
64              <!-- The Suggest a resource button has been temporarily hidden until we figure out how this button will function after it's clicked. See issue #3678 for more details. -->
65              <button hidden class="btn btn-primary btn-md-narrow">Suggest a resource</button>
66          </div>

Summary:

As of Febuary 21st, 2023, the button has been successfully hidden and is not displayed currently.

⚠️ **GitHub.com Fallback** ⚠️