Comment 4 for bug 1840773

Revision history for this message
Bill Erickson (berick) wrote :

I have a working branch that's ready for eyeballs with a few caveats.

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1840773-scko-angular-v2

* It's built atop the branch for bug #1904036 so it can use some of its code.

* No new features are implemented. It's just meant to be a direct port at this point.

* It does not yet support workstation logins / management. We need to decide if Hatch should be available to SCKO. Currently, it's not and will require an app store extension change.

The code is essentially part of the Angular staff client application (under /eg2/scko), but the auth token is stored under a separate key from the browser client or the catalog, so access to one does not allow access to the other.

This does not remove any of the existing SCKO UI code, so merging this to EG mainline does not mean it has to be used, which could ease its passage into the core code (but that assumes bug #1904036 is merged or the needed bits are extracted).