Closed sdumitriu closed 10 years ago
Create a top level Maven project org.phenotips:clinical-text-analysis, with pom packaging and several submodules:
org.phenotips:clinical-text-analysis
pom
api
@Role
biolark
@Component
ui
pageobjects
tests
See the patient-data component for an example.
patient-data
Create a top level Maven project
org.phenotips:clinical-text-analysis
, withpom
packaging and several submodules:api
, with the component definition(s) (@Role
) for the text extraction functionality, and a script service exposing the functionality to scriptsbiolark
as the first implementation of the component (@Component
)ui
with wiki documentspageobjects
for functional test helper objectstests
for functional testsSee the
patient-data
component for an example.