sul-dlss-deprecated / bfe

DEPRECATED
Other
0 stars 1 forks source link

Decompose bfe.js into separate code components #4

Open jermnelson opened 6 years ago

jermnelson commented 6 years ago

Current BFE is a single monolithic application with all of the code contained in bfe.js. Following this node.js best practice, the code base should be restructured into different components.

Using a smaller, modular approach for code organization will facility testing, improve coordination across the development team, and will also be critical for supporting any React user interface development. This implements the requirement Has a plug-in framework or modular design.

jermnelson commented 6 years ago

This issue was moved to LD4P/bfe#4