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

How can I edit core elements #146

Open
joanwilly opened this issue Nov 19, 2020 · 1 comment
Open

How can I edit core elements #146

joanwilly opened this issue Nov 19, 2020 · 1 comment

Comments

@joanwilly
Copy link

Hi,

Is it possible to edit core elements? Like the S-O-A-P forms (change field labels), edit templates, correct translations, edit Demographics form (change Phone format, disable unused fields, etc)?

For example, I can't save any phone number because it seems the format is different in USA than in my country (Spain), and I have an extra character space after the last digit, so the system doesn't accept it.

Thanks!

@shihjay2
Copy link
Owner

shihjay2 commented Dec 10, 2020

It can be done but the codebase needs to be updated to reflect those changes, for instance, for the phone number field. Expanding NOSH to adapt to other countries and languages is something I would love to be able to see but as a single developer in the US, it would be out of my scope and bandwidth to do this on my own. Contributions and pull requests are absolutely welcome for anyone who wants to assist. For instance, language files reside in the code under /resources/lang and all the subfolders. You can see what is currently set for spanish in the "es" and the nosh.php and noshform.php files. NOSH is based off of Laravel so further instructions on additional language sets are here. Phone formats are different so if you can let me know what that is for your country, I create localization parameters to adjust the views.

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

No branches or pull requests

2 participants