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

Add Location Logging Config Enums #3122

Closed
qiarie opened this issue Mar 5, 2024 · 0 comments · Fixed by #2997
Closed

Add Location Logging Config Enums #3122

qiarie opened this issue Mar 5, 2024 · 0 comments · Fixed by #2997
Assignees

Comments

@qiarie
Copy link
Contributor

qiarie commented Mar 5, 2024

Add a list of enums to configure where location logging should be done. Every place that needs location logging will be identified by an enum type.

Example

enum class LocationLogArea { 
   QUESTIONNAIRE, 
   ANOTHER_PLACE,
   AND_ANOTHER_PLACE
}

ApplicationConfiguration

{
  "locationLogAreas" : [
     "QUESTIONNAIRE"
   ]
}

Suggest an appropriate name for the property/class.

Originally posted by @ellykits in #2997 (comment)

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 a pull request may close this issue.

1 participant