Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[recommenders-dev] [gsoc] Models API Weekly Report

Hi,

here is my short report for this week:

What I had planned for this week:
- Introduce the ManualMappingsStrategy
- Persist the manual mappings in a file
- Work on some small issues/bugs.

What I have done this week:
I implement the ManualMappingStrategy which takes care of the manual mappings between DependencyInfo and ProjectCoordinate. So far the MappingProvider takes care of these mappings but to move this functionality in an own strategy seems to be a better solution. Also the mappings are stored in a file when the workbench is closed and are loaded when the strategy is used the first time.
Beside of that I do some refactorings and fixes some small bugs.

What I have planned for the next week:
- Implement a new view which shows the dependencies and corresponding models for each project in the workspace.
- Modify the existing ManifestStrategy so it can be used for projects too.
- Implement a strategy to identify projects based on the information in the pom.xml files.

Regards,

Olav

Back to the top