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

Generate enum for age type #137

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

Conversation

hootanht
Copy link

Related to #24

Updates the AgeType enum and its usage in the application for improved clarity and type safety.

  • Enum Refinement: Renames and documents the AgeType enum values in src/app/core/model/age-type-enum.ts to follow camelCase naming convention and adds descriptive comments for each age group. This change enhances code readability and maintainability.
  • Type Safety Enhancement: Modifies the ageType property in src/app/core/model/gata-ha-register-filled.ts from string to use the AgeType enum. This ensures type safety and consistency across the application by leveraging the enum.

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.

None yet

1 participant