Difference between revisions of "Product Registration"
From OpenEMR Project Wiki
Matthew Vita (talk | contribs) |
Matthew Vita (talk | contribs) m (→Approach) |
||
Line 3: | Line 3: | ||
Goal: Allow users to (optionally) one-time register their OpenEMR installation to improve visibility on unique users. After registering, users will receive email updates when OpenEMR is updated (including security updates). | Goal: Allow users to (optionally) one-time register their OpenEMR installation to improve visibility on unique users. After registering, users will receive email updates when OpenEMR is updated (including security updates). | ||
== | ==Code== | ||
Active "client" PR: https://github.com/openemr/openemr/pull/257 | Active "client" PR: https://github.com/openemr/openemr/pull/257 |
Revision as of 16:29, 2 October 2016
Goal
Goal: Allow users to (optionally) one-time register their OpenEMR installation to improve visibility on unique users. After registering, users will receive email updates when OpenEMR is updated (including security updates).
Code
Active "client" PR: https://github.com/openemr/openemr/pull/257
Active "server" Repo: https://github.com/openemr/product_registration#todos
Tasks
https://github.com/openemr/product_registration#todos
Completed
- (Matthew/Robert/Brady) Determine overall strategy
- (Matthew) Determine overall software design strategy
- (Matthew) Set up jQuery modal
- (Matthew) Implement on about area
- (Matthew) Set up unrestricted endpoints (local system)
- (Matthew) Add security globals to new PHP files
- (Matthew/Brady) set up database and migration script (local system)