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

Handle asynchronous cases where Paneron/Glossarist uses camelCase while glossarist-ruby uses snake_case #114

Open
ronaldtse opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ronaldtse
Copy link
Member

Glossarist on Paneron

  • keys using camelcase
  • directory called localized-concepts

Glossarist-ruby

  • keys using snake_case
  • directory called localized-concepts

This problem causes Glossarist-Paneron not able to load files from Glossarist-ruby and vice versa.

We want to implement this in Glossarist-ruby through lutaml-model so it can accept either casing and can output either type depending on the input.

@ronaldtse ronaldtse added the enhancement New feature or request label Dec 6, 2024
@ronaldtse
Copy link
Member Author

This depends on lutaml-model:

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

No branches or pull requests

2 participants