-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored json Software section to accommodate the growing number titles #111
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
Great job! One thing. SW19. Should we move that somewhere else or even out? We should control updating packages list. Running automatically at start, unless it was updated like 10 minutes ago ... inside we update when additional repo is added, on demand. |
from
to if > 10 min
if < 10 min
|
…are up-to-date pass optio n to update
igorpecovnik
approved these changes
Sep 25, 2024
igorpecovnik
added
11
Milestone: Fourth quarter release
Ready to merge
Reviewed, tested and ready for merge
and removed
Needs review
Seeking for review
labels
Sep 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
11
Milestone: Fourth quarter release
Ready to merge
Reviewed, tested and ready for merge
size/large
PR with 250 lines or more
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request refactors the JSON structure to better manage the growing number of titles, including addressing issue #98 regarding Cockpit. The sub-menu names can utilize unique IDs of descriptive names instead of , S00 or S0.1, enhancing clarity and usability.
Issue reference: #98
Related documentation: https://cockpit-project.org/
Implementation Details
Key changes introduced by this PR:
Justification for the changes:
Documentation Summary
Testing Procedure
Test 1: Verified that the new JSON structure loads correctly without errors.
Results: The application successfully initializes with the new menu structure, displaying all titles as expected.
Test 2: Checked that sub-menus function correctly and link to the appropriate content.
Results: All sub-menus operate as intended, and navigation works without issues.
Checklist