Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Replace DefaultAccountModelFactory with ResourceToMapConverter #961

Open
@lhazlewood

Description

@lhazlewood

ResourceToMapConverter will be included when #929 is complete. RTMC is a more generic (non-MVC-specific) class that can be used generically as a simple function, while the AccountModelFactory is coupled to MVC.

Implementation note: For backwards compatible reasons, we won't be able to delete DefaultAccountModelFactory - just deprecate it to be removed in an eventual 2.0 future release. The refactoring still needs to assume the AccountModelFactory interface, but the new implementation of that interface should just delegate to a ResourceToMapConverter instance.

This issue cannot be accomplished before 1.1.0 because it relies on code intended for a 1.1.0 release.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions