SolidOS/solid-logic

Move logic from solid-ui:src/authn/authn.ts here

michielbdejong opened this issue · 1 comments

Doing this in https://github.com/solid/solid-ui/pull/359.
I've made quite some progress already but now running into some more complex code.

  • findAppInstances

  • calls loadOneTypeIndex

  • finds registrations

  • finds instances

  • finds containers

  • gets a unique list of instances and containers

  • loads the containers

  • adds the container elements as instances

  • loadOneTypeIndex

    • calls loadIndex
  • loadIndex

    • calls logInLoadProfile -> there are cases where we want to display warnings to the user but still continue
    • calls logInLoadPreferences -> there are cases where we want to display warnings to the user not still continue
    • calls getTypeIndex
    • calls load

Duplicate of #6