Sha256: ef41b2f7920cee8f2845bf45197ad2d0d04fd7f9d8ba21e94e58fb548a9b97fa

Contents?: true

Size: 1.38 KB

Versions: 186

Compression:

Stored size: 1.38 KB

Contents

# Things that may affect how independent Marty can be as a gem:

* User model tests shouldn't rely on `User.last` as an alternate user type.

## Things pulled from Gemini:

* Some of the category models and migrations. This may be OK since they are
  only used in testing.
* Some/most/all of the models/gemini/extras. Perhaps these are more appropriate
  as Marty items anyway.
* The `DataReport` and `Fields` (only parts) delorean scripts were copied into the dummy job for
  the data_import spec. Currently Gemini won't be using this version of these scripts and the
  data_import spec *must* remain in Gemini somewhere so we don't lose test coverage on what's
  being used in production. This will probably need to remain this way until we have a solution
  for making Marty be the source for these scripts (plus some of the others coming across).
  At that time these scripts should be removed from the dummy job and the tests should refer
  to them in their location in the Marty production code.

  Also, the `Fields` script used here is a small subset of only the stuff needed by `DataReport`.
  When the Marty-specific scripts are moved from Gemini `Fields will need to be broken into it's
  Marty-specific and Gemini-specific parts.
* Along with those Delorean scripts more gemini models were needed (and put into spec/dummy/app/models)
  Amongst them: `LoanProgram`, `*Type`, etc. They also got migrations.

Version data entries

186 entries across 186 versions & 1 rubygems

Version Path
marty-14.3.0 INDEPENDENCE_ISSUES.md
marty-14.0.0 INDEPENDENCE_ISSUES.md
marty-13.0.2 INDEPENDENCE_ISSUES.md
marty-11.0.0 INDEPENDENCE_ISSUES.md
marty-10.0.3 INDEPENDENCE_ISSUES.md
marty-10.0.2 INDEPENDENCE_ISSUES.md
marty-10.0.0 INDEPENDENCE_ISSUES.md
marty-9.5.1 INDEPENDENCE_ISSUES.md
marty-9.5.0 INDEPENDENCE_ISSUES.md
marty-9.3.3 INDEPENDENCE_ISSUES.md
marty-9.3.2 INDEPENDENCE_ISSUES.md
marty-9.3.0 INDEPENDENCE_ISSUES.md
marty-8.5.0 INDEPENDENCE_ISSUES.md
marty-8.4.1 INDEPENDENCE_ISSUES.md
marty-8.3.1 INDEPENDENCE_ISSUES.md
marty-8.2.0 INDEPENDENCE_ISSUES.md
marty-8.0.0 INDEPENDENCE_ISSUES.md
marty-6.1.0 INDEPENDENCE_ISSUES.md
marty-5.2.0 INDEPENDENCE_ISSUES.md
marty-5.1.4 INDEPENDENCE_ISSUES.md