Skip to content
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

Consolidate the maxOribtsDisplayed settings #708

Open
6 tasks
thkruz opened this issue Sep 29, 2023 · 0 comments
Open
6 tasks

Consolidate the maxOribtsDisplayed settings #708

thkruz opened this issue Sep 29, 2023 · 0 comments
Assignees
Milestone

Comments

@thkruz
Copy link
Owner

thkruz commented Sep 29, 2023

User Story

  • As a developer
  • I want to consolidate the maxOrbitsDisplayed settings into a single configurable variable
  • So that the codebase is simplified and the behavior of the software is more predictable and easier to manage.

Acceptance Criteria

  • Given the current codebase with multiple variables controlling the maximum orbits displayed
  • When I modify the code to use a single maxOrbitsDisplayed variable
  • Then all parts of the application that previously used separate variables should now reference this single variable and function as expected without any errors.

Tasks

  • Identify all occurrences of variables controlling the maximum orbits displayed across the codebase.
  • Replace these occurrences with a single maxOrbitsDisplayed variable.
  • Ensure that this new variable is configurable and documented.
  • Update any related documentation to reflect this change.
  • Write tests to confirm that the consolidation into a single variable hasn't broken existing functionality.
  • Review and merge the changes into the main codebase.

Commentary

  • Consolidating the maxOrbitsDisplayed settings into a single variable will help in reducing the complexity of the code, making it easier to maintain and debug.
  • Ensuring backward compatibility and updating documentation are crucial for this task.
@thkruz thkruz added this to the Next Up milestone Sep 29, 2023
@thkruz thkruz self-assigned this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant