Author: humbedooh
Date: Thu May 25 15:36:42 2023
New Revision: 1910057
URL: http://svn.apache.org/viewvc?rev=1910057&view=rev
Log:
Prep for new combined status section
Modified:
comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1910057&r1=1910056&r2=1910057&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Thu
May 25 15:36:42 2023
@@ -569,3 +569,10 @@ function show_examples(examples, title)
title = "Examples for %s:".format(title);
modal(out, title);
}
+
+// Project state and issues
+function generate_project_state() {
+ let state_text = `Current project status: ${PLACEHOLDER}\nIssues for the
board: ${PLACEHOLDER}\n`;
+ return state_text;
+}
+
Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1910057&r1=1910056&r2=1910057&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Thu May 25
15:36:42 2023
@@ -1784,6 +1784,13 @@ function show_examples(examples, title)
modal(out, title);
}
+// Project state and issues
+function generate_project_state() {
+ let state_text = `Current project status: ${PLACEHOLDER}\nIssues for the
board: ${PLACEHOLDER}\n`;
+ return state_text;
+}
+
+
/******************************************
Fetched from source/init.js