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

Radar feature scaffold #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Radar feature scaffold #190

wants to merge 1 commit into from

Conversation

panaaj
Copy link
Member

@panaaj panaaj commented Sep 8, 2024

@wdantuma This PR serves as a scaffold with placeholders to accept the components that make up support for RADARs.
Please use this PR for any Freeboard-SK changes related to the RADAR feature.

It defines the following folders to hold artefacts related to the Radar feature:

\src
   \app
      \modules
         \radar     // All components, services, workers, etc. go here
            \settings
                index.ts  // Configuration type definitions, default values & cleanConfig() callback function
         \map
            \ol
               \lib
                  \radar   // openlayers map components go here
  • A mat-tab-group has been created in settings-dialog.html for RADAR configuration settings. It is displayed when this.app.config.radar is present.
  • A radar attribute has been added to IAppConfig to hold RADAR configuration settings
  • The main app cleanConfig() function will call the cleanConfig() in \modules\radar\settings\index.ts passing this.app.config.radar to allow modification of persisted configuration settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant