This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git


The following commit(s) were added to refs/heads/main by this push:
     new 09b1b97  Update plans with quality and user experience items
09b1b97 is described below

commit 09b1b97f2ca36058c5816b5d25ba348433b7146e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Mar 3 15:01:12 2025 +0200

    Update plans with quality and user experience items
---
 atr/templates/includes/footer.html |  6 +++---
 docs/plan.html                     | 10 +++++++++-
 docs/plan.md                       |  7 ++++++-
 3 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/atr/templates/includes/footer.html 
b/atr/templates/includes/footer.html
index 33a9c33..e07eb08 100644
--- a/atr/templates/includes/footer.html
+++ b/atr/templates/includes/footer.html
@@ -1,10 +1,10 @@
-<footer class="footer mt-auto py-3">
-  <p class="text-muted">
+<footer class="footer">
+  <p>
     Copyright © 2025, The Apache Software Foundation. Material licensed under 
the
     <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, 
version
       2.0</a>.
     </p>
-    <p class="text-muted">
+    <p>
       This is ATR version <code id="atr-version">ATR-VERSION</code>. For 
inquiries,
       contact <a 
href="mailto:[email protected]";>[email protected]</a>
     </p>
diff --git a/docs/plan.html b/docs/plan.html
index b8cf89c..d7a6353 100644
--- a/docs/plan.html
+++ b/docs/plan.html
@@ -12,6 +12,7 @@
 <li>[DONE] Allow package deletion</li>
 <li>[DONE] Allow RCs to be deleted</li>
 <li>[DONE] Move signature verification to a task runner</li>
+<li>Add methods to allow the bulk addition of RC artifacts</li>
 </ul>
 </li>
 <li>
@@ -48,6 +49,12 @@
 <li>Add quick actions for release managers</li>
 </ul>
 </li>
+<li>
+<p>General website improvements</p>
+<ul>
+<li>Add orienting style or features to improve navigability</li>
+</ul>
+</li>
 </ol>
 <p>Advanced tasks, possibly deferred</p>
 <ul>
@@ -115,9 +122,10 @@
 </ul>
 </li>
 <li>
-<p>Increase the linting and type checking</p>
+<p>Increase the linting, type checking, and other QA</p>
 <ul>
 <li>[DONE] Potentially add blockbuster</li>
+<li>Create website UX integration tests using a browser driver</li>
 </ul>
 </li>
 </ol>
diff --git a/docs/plan.md b/docs/plan.md
index dd148fd..4695e87 100644
--- a/docs/plan.md
+++ b/docs/plan.md
@@ -12,6 +12,7 @@ This is a rough plan of immediate tasks. The priority of 
these tasks may change,
    - [DONE] Allow package deletion
    - [DONE] Allow RCs to be deleted
    - [DONE] Move signature verification to a task runner
+   - Add methods to allow the bulk addition of RC artifacts
 
 2. Enhance RC display
    - [DONE] Augment raw file hashes with the original filenames in the UI
@@ -38,6 +39,9 @@ This is a rough plan of immediate tasks. The priority of 
these tasks may change,
    - Show current blockers and required actions
    - Add quick actions for release managers
 
+5. General website improvements
+   - Add orienting style or features to improve navigability
+
 Advanced tasks, possibly deferred
    - Implement a key revocation workflow
    - Check RC file naming conventions
@@ -86,8 +90,9 @@ Advanced tasks, possibly deferred
    - [DONE] Add page load timing metrics to a log
    - [DONE] Add a basic metrics dashboard
 
-3. Increase the linting and type checking
+3. Increase the linting, type checking, and other QA
    - [DONE] Potentially add blockbuster
+   - Create website UX integration tests using a browser driver
 
 ## Basic RC validation
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to