Skip to content

Commit

Permalink
#144 Prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Nov 22, 2024
1 parent 633ff74 commit 6797eb7
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 321 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.4.3] - 2024-11-22

### Changed in 0.4.3

- UI improvements

## [0.4.2] - 2024-11-21

### Changed in 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion httpserver/static/root/component/left-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java/index.html" class="nav-link text-white">
<a href="/site/java/index.html" class="nav-link text-white">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down
8 changes: 4 additions & 4 deletions httpserver/static/templates/site/go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ <h1>Senzing Playground for Go</h1>

<script type="text/javascript">
includeHTML();
$(document).ready(function () {
z = document.getElementById("bob-java")
alert("FIXME: this isn't ready. Value of z: " + z)
});
// $(document).ready(function () {
// z = document.getElementById("bob-java")
// alert("FIXME: this isn't ready. Value of z: " + z)
// });
</script>
</body>

Expand Down
33 changes: 17 additions & 16 deletions httpserver/static/templates/site/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h1>Playground & Sandbox</h1>
Depending on your goal, you may want to use the Playground or you may want to use the Sandbox. The
<b>Playground</b> has <a href="#" data-toggle="tooltip"
title="Baked-in features include: Jupyter Lab, terminal, ..." data-content="">baked-in features</a>
that allow you to examine Senzing without installing anything on your computer. The <b>Sandbox</b> helps you set
up an environment on your workstation to use Senzing via a gRPC server.
that allow you to examine Senzing without installing anything else on your computer. The <b>Sandbox</b> helps
you set up an environment on your workstation to use Senzing via a gRPC server.
</p>
<p>
So the question is: &nbsp;<i>What is your goal?</i>
Expand All @@ -51,19 +51,22 @@ <h1>Playground & Sandbox</h1>
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#tabPlayground" aria-expanded="true" aria-controls="tabPlayground">
<h6>1. <b class="text-primary">I want to try Senzing SDK without installing anything.</b> (Playground)
<h6>1. <b class="text-primary">I want to try Senzing SDK without installing anything else.</b>
(Playground)
</h6>
</button>
</h2>
<div id="tabPlayground" class="accordion-collapse collapse" data-bs-parent="#accordionGoal">
<div class="col-xs-12" style="height:15px;"></div>
<div class="container px-5">
<p>
In this exercise, you'll be using the built-in
<a href="https://jupyter.org/">Jupyter Lab</a>
and termimal to work with code examples that access the Senzing SDK.
Everything is included within the Docker container;
there's nothing else to install on your computer.
In this exercise, you'll be using Jupyter Lab and termimal built into the Playground to work with code
examples that access the Senzing SDK. Everything is included within the Docker container; there's
nothing else to install on your computer.
</p>
<p>
More information on
<a href="https://jupyter.org/">Jupyter Lab</a>.
</p>
<i class="bi bi-arrow-right-circle-fill me-2 text-primary"></i>
Which language are you using?
Expand All @@ -75,7 +78,7 @@ <h6>1. <b class="text-primary">I want to try Senzing SDK without installing anyt
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down Expand Up @@ -113,10 +116,8 @@ <h6>2. <b class="text-primary">I want to use my Jupyter Lab.</b> (Sandbox)</h6>
<div class="col-xs-12" style="height:15px;"></div>
<div class="container px-5">
<p>
Using the
<a href="https://jupyter.org/">Jupyter Lab</a>
that you already have installed on your computer,
this exercise gives you some starter Jupyter notebooks to try.
If you already have <a href="https://jupyter.org/">Jupyter Lab</a> installed on your computer, this
exercise gives you some starter Jupyter notebooks to try.
</p>
<i class="bi bi-arrow-right-circle-fill me-2 text-primary"></i>
Which language are you using?
Expand All @@ -128,7 +129,7 @@ <h6>2. <b class="text-primary">I want to use my Jupyter Lab.</b> (Sandbox)</h6>
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down Expand Up @@ -187,7 +188,7 @@ <h6>3. <b class="text-primary">I want to try Senzing SDK in my development envir
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down Expand Up @@ -242,7 +243,7 @@ <h6>4. <b class="text-primary">I want to migrate from using Senzing gRPC SDK to
&nbsp; Python </a>
</li>
<li>
<a id="bob-java" href="/site/java.html" class="nav-link disabled">
<a href="/site/java.html" class="nav-link disabled">
&nbsp; &nbsp;
<img src="/images/java-icon.svg" alt="Go" width="24" height="24">
&nbsp; &nbsp; Java
Expand Down
Loading

0 comments on commit 6797eb7

Please sign in to comment.