Hi all, I have been working on openEMR for a company the last few years, made some commits to the project, I have been itching to get back into the official project again, just wanted to say hi and looking forward to helping where I can
The dated reminders feature is still going strong. You have any specific plans on things to work on. Part of the community is currently going through steps to modernize OpenEMR if you need something to work on
Regarding modernization, 1 of the things we are working on is migrating front-end packages to public/assets via bower.
There is a joyous (being sarcastic ) project that I have been slowing plodding through regarding migrating paths to jquery libraries from library/js to public/assets (note the jquery libraries are already there, just need to change the paths). For an example of what I mean see here:
(note there was a bug in there where I fixed later missing the apostophes in the $GLOBALS[‘assets_static_relative’] variable )
So, we basically need to do this for the other 9 jquery libraries
Recommend just focusing on jquery for now. Thus in this case would focus on jquery-1.6.4.min.js and do a grep:
grep -R “jquery-1.6.4.min.js” /var/www/openemr/