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
Currently, our NPM package lacks clear organization regarding which utility functions, constants, and helpers are meant for public use versus internal use. This lack of structure can lead to confusion and misuse of internal functions. To address this, we need to revisit our exports, create a public_api file, and ensure only necessary functions and utilities are exposed to the end users.
Task
The content you are editing has changed. Please copy your edits and refresh the page.
Here is where the split client/editor might happen... what do you think in turning this into an spike and based on the results create the tickets for the split/organization. This will be a big API decision that can't be taken by one person.
Absolutely, @fmontes. We can turning this into a Spike. A significant part of the task in this ticket is to identify, document, and discuss the results with the team.
I already have the ticket for the Split here: #31158. I will update that and leave this one solely for Spike/Research.
rjvelazco
changed the title
SDK: Define Public API in client SDK
[Spike] SDK: Define Public API in client SDK
Jan 17, 2025
rjvelazco
changed the title
[Spike] SDK: Define Public API in client SDK
[SPIKE] SDK: Define Public API in client SDK
Jan 21, 2025
rjvelazco
changed the title
[SPIKE] SDK: Define Public API in client SDK
SDK: Define Public API in client SDK
Jan 23, 2025
Parent Issue
#30943
Overview
Currently, our NPM package lacks clear organization regarding which utility functions, constants, and helpers are meant for public use versus internal use. This lack of structure can lead to confusion and misuse of internal functions. To address this, we need to revisit our exports, create a
public_api
file, and ensure only necessary functions and utilities are exposed to the end users.Task
Tasks
Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
Acceptance Criteria
@dotcms/client
SDK and which will move to@dotcms/uve
.uve-api.ts
and add there all the content that will be moved in the new@dotcms/uve
.Assumptions & Initiation Needs
Quality Assurance Notes & Workarounds
The text was updated successfully, but these errors were encountered: