Difference between revisions of "Modernization Roadmap"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) (Created page with "=Overview= :Community is in midst of designing a strategy to modernize both the user interface(front end) and codebase(back end) of OpenEMR. These are basically notes from the on...") |
Bradymiller (talk | contribs) |
||
Line 2: | Line 2: | ||
:Community is in midst of designing a strategy to modernize both the user interface(front end) and codebase(back end) of OpenEMR. These are basically notes from the ongoing discussions in the forum. | :Community is in midst of designing a strategy to modernize both the user interface(front end) and codebase(back end) of OpenEMR. These are basically notes from the ongoing discussions in the forum. | ||
=User interface= | =User interface= | ||
:#Modern styles(first generation). | :#Modern styles (first generation). | ||
:#Incorporate bootstrap. | :#Incorporate bootstrap. | ||
:#Modern | :#Modern styles (second generation). | ||
:#Remove frames. | :#Remove frames. | ||
=Codebase= | =Codebase= | ||
:#Begin to normalize directory structure | :#Begin to normalize directory structure |
Revision as of 07:40, 27 June 2016
Overview
- Community is in midst of designing a strategy to modernize both the user interface(front end) and codebase(back end) of OpenEMR. These are basically notes from the ongoing discussions in the forum.
User interface
- Modern styles (first generation).
- Incorporate bootstrap.
- Modern styles (second generation).
- Remove frames.
Codebase
- Begin to normalize directory structure
- Standard place for static css/js assets (such as jquery), which can be easily migrating when needed in the future.
- Standard place for third party php packages (likely managed/organized via composer), which can be easily migrated when needed in the future.
- Convert codebase to fully use model classes.
- Integrate an MVC(community is leaning towards Zend at this time).
- Complete normalization of the directory structure.
- Begin to normalize directory structure
Discussion
- Ongoing forum discussions of the above roadmap can be found here.