ENGAGE-338: The "user" component in the My Collection branch is unnecessarily stateful and View-oriented

Metadata

Source
ENGAGE-338
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2010-02-08T13:17:39.000-0500
Updated
2010-03-01T16:56:40.000-0500
Versions
  1. 0.3b
Fixed Versions
  1. 0.3b
Component
  1. My Collection

Description

My Collection contains a file called user.js which contains a "component" designed to make it easier to create user cookies. It is, however, unnecessarily stateful (it should just be a collection of free functions, rather than an instantiatable object). It also uses a component-style creator, including a container option, when it is not actually rooted in any view.

Comments

  • Colin Clark commented 2010-03-01T16:56:27.000-0500

    I fixed this midway through our push for Engage 0.3b1

  • Colin Clark commented 2010-03-01T16:56:40.000-0500

    Fixed during Engage 0.3b1 bug parade