Open Bug 1893709 Opened 2 months ago Updated 2 months ago

SelectableProfileService - implement SelectableProfile lifecycle methods

Categories

(Toolkit :: Startup and Profile System, enhancement, P2)

enhancement

Tracking

()

People

(Reporter: jhirsch, Unassigned)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

(Whiteboard: [fidefe-profile-management] )

In this bug, we implement the SelectableProfile lifecycle methods that we'll use to create, update, and remove SelectableProfiles from a given profile group:

  • import named profile into existing group (this is a key step in onboarding/upgrading an old single named profile to a new profile group)
  • create new selectable profile and add to existing group
  • delete profile from group as a background task (one method to schedule task, one to run in the task)
  • if the last profile in a group is deleted, remove the group DB as well (again, in the callback invoked by the background task)

See https://docs.google.com/document/d/1SX31qTJzsNnrBJ7I4EHmJ8sLAQVDkKfhwnu6G_4QLbA/edit for more details

Whiteboard: [fidefe-profile-management]
You need to log in before you can comment on or make changes to this bug.