This pull request includes changes to the admin/openAIManager.py, roadMap/static/scripts/roadmap.js, and roadMap/templates/roadmap.html files to enhance the roadmap generation and user interface. The most important changes involve modifying the roadmap generation format, updating the JavaScript function to open modals, and adjusting the HTML template for better clarity.
Changes to roadmap generation:
admin/openAIManager.py: Updated the roadmap generation content format to remove the endline dot at the end of the name and provided clearer instructions for the JSON format. [1][2]
User interface improvements:
roadMap/static/scripts/roadmap.js: Modified the locateStep function to open a modal instead of scrolling to the step element, and replaced the scrollToStep function with openModal to display the step details in a modal.
roadMap/templates/roadmap.html: Updated the title in the HTML template to include "Roadmap to become" for better clarity.
This pull request includes changes to the
admin/openAIManager.py
,roadMap/static/scripts/roadmap.js
, androadMap/templates/roadmap.html
files to enhance the roadmap generation and user interface. The most important changes involve modifying the roadmap generation format, updating the JavaScript function to open modals, and adjusting the HTML template for better clarity.Changes to roadmap generation:
admin/openAIManager.py
: Updated the roadmap generation content format to remove the endline dot at the end of the name and provided clearer instructions for the JSON format. [1] [2]User interface improvements:
roadMap/static/scripts/roadmap.js
: Modified thelocateStep
function to open a modal instead of scrolling to the step element, and replaced thescrollToStep
function withopenModal
to display the step details in a modal.roadMap/templates/roadmap.html
: Updated the title in the HTML template to include "Roadmap to become" for better clarity.