Difference between revisions of "Product Registration"

From OpenEMR Project Wiki
Line 1: Line 1:
==Goal==
==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).
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==
* client PR: https://github.com/openemr/openemr/pull/257
* server repo: https://github.com/openemr/product_registration


"client" PR: https://github.com/openemr/openemr/pull/257
==Tasks==


"server" Repo: https://github.com/openemr/product_registration
=== Master Task List ===
 
==Tasks==
https://github.com/openemr/openemr/pull/257#issuecomment-251567550
https://github.com/openemr/openemr/pull/257#issuecomment-251567550


==Completed==
=== Completed Tasks ===
* (Matthew/Robert/Brady) Determine overall strategy
* (Matthew/Robert/Brady) Determine overall strategy
* (Matthew) Determine overall software design strategy
* (Matthew) Determine overall software design strategy

Revision as of 01:30, 17 October 2016

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).

Tasks

Master Task List

https://github.com/openemr/openemr/pull/257#issuecomment-251567550

Completed Tasks

  • (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)
  • (Robert/Brady) Get AWS access
  • (Matthew) Create base flask server
  • (Matthew) Determine endpoints
  • (Matthew) Integrate EBS
  • (Matthew) Integrate SES
  • (Matthew) Integrate RDS
  • (Matthew) Split out code into proper folders
  • (Matthew) Section that will instruct OEMR board on how to use this service
  • (Matthew) Use new PHP translations -> JS file strategy
  • (Matthew) Hook up with https://github.com/openemr/openemr/pull/257