Roman name of Greek goddess Athena
-Goddess of wisdom, crafts, and other stuff
Township in NW Minnesota by Bemidji
<bean id="helpers"
class="minerva.utils.beans.factory.HelpersScopePostProcessor"
bean-post-processor="true">
<property name="directories">
<list>
<value>/trauma/app/helpers/</value>
<value>/minerva/app/helpers/</value>
</list>
</property>
</bean>
<cfcomponent beans="userService">
<c:select name="FacilityID" label="Facility"
options="#local.getHospitals#" value="#local.defaultOffice#"
required="true" message="A facility is required" />
<c:number name="sort_order" value="#TheSortOrder#" />
|
|
|
|
Why did we even do it?
What problems arose from the shared framework
Original Code Champions moved on to other opportunities
Management saw it as a large monolith code base
Developers blame their problems with it
No real documentation or good example code
What would we change
Have sense of ownership belonging to leads to a certain extent
They should know what other teams have developed that they could leverage
Have a Sample Project that would be heavily documented, akin to bootstrap sample page possibly
Force more developers to add to plugins instead of the Core
Not everyone needs the code for CMS
Questions?