You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of changes that need to occur to achieve this
sphinx-relay
create an endpoint to get active lsat
make an update to the existing updateLsat endpoint to accommodate update of lsat when expired.
add a new column to the lsat table called status, to keep track of lsat status
All these have been implemented, here is the PR [https://github.com/Feat/get update lsat sphinx-relay#439]
sphinx-bridge
create a getActiveLsat method to get active lsat from sphinx-relay
create the updateLsat method to update lsat in sphinx-relay
This has been merged to sphinx-bridge already, here is the PR: [https://github.com/Feat/get update lsat kevkevinpal/sphinx-bridge#2]
sphinx-mac
create a method that handles the getLsat method passed from sphinx-bridge
create a method that handles the updateLsat method passed from sphinx-bridge
This has been implemented, here is the PR [https://github.com/Feat/get update lsat kevkevinpal/sphinx-mac#2]
sphinx-nav-fiber
get active lsat from sphinx-relay through sphinx-bridge
List of changes that need to occur to achieve this
sphinx-relay
All these have been implemented, here is the PR [https://github.com/Feat/get update lsat sphinx-relay#439]
sphinx-bridge
This has been merged to sphinx-bridge already, here is the PR: [https://github.com/Feat/get update lsat kevkevinpal/sphinx-bridge#2]
sphinx-mac
This has been implemented, here is the PR [https://github.com/Feat/get update lsat kevkevinpal/sphinx-mac#2]
sphinx-nav-fiber
All this has been implemented, here is the PR [https://github.com/Merged the lsats branch into the master branch sphinx-nav-fiber#41]
@kevkevinpal