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
The current API setup uses helpers in src/api that return Svue objects from src/structure. As we build out the sveltekit branch, we need to migrate over API helpers to return plain objects matching TS types. Some of this has been done on master, some on sveltekit.
Making a list here to capture what's on the sveltekit branch:
eyeseast
changed the title
Replace stores in src/structure with concrete classes or TS types
Build new API methods that use Typescript types
Feb 13, 2024
The current API setup uses helpers in
src/api
that return Svue objects fromsrc/structure
. As we build out thesveltekit
branch, we need to migrate over API helpers to return plain objects matching TS types. Some of this has been done onmaster
, some onsveltekit
.Making a list here to capture what's on the
sveltekit
branch:Documents
Users & Orgs
Projects
view | edit | admin
Add-Ons
Add-On types are all in
src/addons
, since that part of the codebase is self-contained.The text was updated successfully, but these errors were encountered: